Versions in this module Expand all Collapse all v0 v0.3.0 Feb 21, 2026 Changes in this version + func InitEnumModule() v0.2.0 Feb 19, 2026 v0.1.0 Feb 18, 2026 Changes in this version + const ASCII + const DOTALL + const IGNORECASE + const MULTILINE + const VERBOSE + func InitAbcModule() + func InitAllModules() + func InitAsyncioModule() + func InitBase64Module() + func InitCSVModule() + func InitCollectionsModule() + func InitCopyModule() + func InitDataclassesModule() + func InitDatetimeModule() + func InitFunctoolsModule() + func InitIOModule() + func InitItertoolsModule() + func InitJSONModule() + func InitMathModule() + func InitOSModule() + func InitOperatorModule() + func InitRandomModule() + func InitReModule() + func InitStringModule() + func InitSysModule() + func InitTimeModule() + func InitTypingModule() + func SetArgv(args []string) + type CacheInfo struct + CurrSize int + Hits int64 + MaxSize int + Misses int64 + type DataclassField struct + Compare bool + Default runtime.Value + DefaultFactory runtime.Value + FieldType runtime.Value + Hash *bool + Init bool + KwOnly bool + Name string + Repr bool + type PyCSVDictReader struct + Delimiter rune + Fieldnames []string + Index int + Lines []string + Quotechar rune + RestKey string + RestVal string + func (r *PyCSVDictReader) String() string + func (r *PyCSVDictReader) Type() string + type PyCSVDictWriter struct + Buffer *bytes.Buffer + Delimiter rune + ExtrasAction string + Fieldnames []string + Lineterminator string + Quotechar rune + Quoting int + RestVal string + func (w *PyCSVDictWriter) String() string + func (w *PyCSVDictWriter) Type() string + type PyCSVReader struct + Delimiter rune + Index int + Lines []string + Quotechar rune + func (r *PyCSVReader) String() string + func (r *PyCSVReader) Type() string + type PyCSVWriter struct + Buffer *bytes.Buffer + Delimiter rune + Lineterminator string + Quotechar rune + Quoting int + func (w *PyCSVWriter) String() string + func (w *PyCSVWriter) Type() string + type PyCmpKey struct + CmpFunc runtime.Value + Object runtime.Value + func (c *PyCmpKey) String() string + func (c *PyCmpKey) Type() string + type PyCountIter struct + Current int64 + Start int64 + Step int64 + func (c *PyCountIter) String() string + func (c *PyCountIter) Type() string + type PyCounter struct + Items map[runtime.Value]int64 + func (c *PyCounter) String() string + func (c *PyCounter) Type() string + type PyCycleIter struct + Index int + Items []runtime.Value + func (c *PyCycleIter) String() string + func (c *PyCycleIter) Type() string + type PyDate struct + Day int + Month int + Year int + func (d *PyDate) String() string + func (d *PyDate) Type() string + type PyDatetime struct + Day int + Hour int + Microsecond int + Minute int + Month int + Second int + Year int + func (d *PyDatetime) String() string + func (d *PyDatetime) Type() string + type PyDefaultDict struct + DefaultFactory runtime.Value + Items map[runtime.Value]runtime.Value + func (d *PyDefaultDict) String() string + func (d *PyDefaultDict) Type() string + type PyDeque struct + Items []runtime.Value + Maxlen int64 + func (d *PyDeque) String() string + func (d *PyDeque) Type() string + type PyFile struct + func (f *PyFile) String() string + func (f *PyFile) Type() string + type PyGenericAlias struct + Args []runtime.Value + Origin string + func (g *PyGenericAlias) String() string + func (g *PyGenericAlias) Type() string + type PyGenericType struct + Name string + OriginType string + func (g *PyGenericType) String() string + func (g *PyGenericType) Type() string + type PyLruCache struct + Cache map[string]runtime.Value + Func runtime.Value + Hits int64 + Keys map[string]*list.Element + MaxSize int + Misses int64 + Order *list.List + func (l *PyLruCache) String() string + func (l *PyLruCache) Type() string + type PyMatch struct + End int + Groups []string + Input string + Pattern *PyPattern + Start int + func (m *PyMatch) String() string + func (m *PyMatch) Type() string + type PyParamSpec struct + Name string + func (p *PyParamSpec) String() string + func (p *PyParamSpec) Type() string + type PyPartial struct + Args []runtime.Value + Func runtime.Value + Kwargs map[string]runtime.Value + func (p *PyPartial) String() string + func (p *PyPartial) Type() string + type PyPattern struct + Flags int + Pattern string + Regex *regexp.Regexp + func (p *PyPattern) String() string + func (p *PyPattern) Type() string + type PyRepeatIter struct + Count int64 + Object runtime.Value + Times int64 + func (r *PyRepeatIter) String() string + func (r *PyRepeatIter) Type() string + type PySpecialForm struct + Name string + func (s *PySpecialForm) String() string + func (s *PySpecialForm) Type() string + type PyStructTime struct + TmHour int + TmIsdst int + TmMday int + TmMin int + TmMon int + TmSec int + TmWday int + TmYday int + TmYear int + type PyTime struct + Hour int + Microsecond int + Minute int + Second int + func (t *PyTime) String() string + func (t *PyTime) Type() string + type PyTimedelta struct + Days int64 + Microseconds int64 + Seconds int64 + func (td *PyTimedelta) String() string + func (td *PyTimedelta) TotalSeconds() float64 + func (td *PyTimedelta) Type() string + type PyTypeVar struct + Bound runtime.Value + Constraints []runtime.Value + Contravariant bool + Covariant bool + Name string + func (t *PyTypeVar) String() string + func (t *PyTypeVar) Type() string + type PyTypeVarTuple struct + Name string + func (t *PyTypeVarTuple) String() string + func (t *PyTypeVarTuple) Type() string