Index
Modules:
../Python/envutils,
../Python/fileutils,
../Python/force_ascii_utils,
../Python/internal/pycore_fileutils,
../Python/localeutils,
../Python/pylifecycle/signal,
../Python/pylifecycle/signal/c_syms,
../Python/pylifecycle/signal/chk_util,
../Python/pylifecycle/signal/handler_types,
../Python/pytime/deadline,
../Python/pytime/exc_util,
../Python/pytime/monotonic,
../Python/pytime/ops,
../Python/pytime/pytimeAsTimeval,
../Python/pytime/pytimeFromSeconds,
../Python/pytime/rounds,
../Python/pytime/time_t_decl,
../Python/pytime/types,
../Python/pytime/units,
../Python/unicodeobject/char_decl,
../Python/unicodeobject/codecs,
../Python/unicodeobject/cstring_ptr_op,
../Python/unicodeobject/locale_codec,
../Python/unicodeobject/ptr_op,
../Python/unicodeobject/ptr_types,
../Python/unicodeobject/utf8_codec,
../Python/unicodeobject/wchar_utils,
../Python/wchar_t,
../builtins/asciiImpl,
../builtins/dict,
../builtins/dict_decl,
../builtins/iter_next,
../builtins/iters,
../builtins/iters/macroutils,
../builtins/iters/mapMacro,
../builtins/iters/zipMacro,
../builtins/list,
../builtins/list_decl,
../builtins/private/mathutils,
../builtins/private/strIter,
../builtins/pyrange,
../builtins/pyslice,
../builtins/reprImpl,
../builtins/set,
../builtins/set_decl,
../collections_abc,
../collections_abc/asyncs,
../collections_abc/collections,
../collections_abc/generators,
../collections_abc/iters,
../collections_abc/private/templ,
../io_abc,
../mutSeqSliceOp,
../nimpatch/abs,
../nimpatch/nansign,
../nimpatch/newUninit,
../nimpatch/utils,
../noneType,
../private/backendMark,
../private/encoding_norm,
../private/inspect_cleandoc,
../private/iph_utils,
../private/iterGen,
../private/platform_utils,
../private/trans_imp,
../pybool,
../pybytes/bytesbltins,
../pybytes/bytesimpl,
../pyconfig/bootstrap_hash,
../pyconfig/floats,
../pyconfig/os_consts,
../pyconfig/pycore/pymath,
../pyconfig/pycore/pymath/short_float_repr,
../pyconfig/resource,
../pyconfig/signal,
../pyconfig/util,
../pyconfig/ver,
../pyerrors,
../pyerrors/aritherr,
../pyerrors/errno,
../pyerrors/lkuperr,
../pyerrors/oserr,
../pyerrors/oserr/errmap,
../pyerrors/oserr/init,
../pyerrors/oserr/oserror_decl,
../pyerrors/oserr/oserror_new,
../pyerrors/oserr/oserror_str,
../pyerrors/oserr/types,
../pyerrors/rterr,
../pyerrors/signals,
../pyerrors/simperr,
../pyerrors/unicode_err,
../pystring,
../pystring/consts,
../pystring/format,
../pystring/fstring,
../pystring/split/common,
../pystring/split/reimporter,
../pystring/split/rsplit,
../pystring/split/rsplit_whitespace,
../pystring/split/split,
../pystring/split/split_whitespace,
../pystring/split/splitlinesIter,
../pystring/strbltins,
../pystring/strimpl,
../pystring/strip,
../pystring/strmeth,
../pystring/strops,
../pystring/strprefix,
../pystring/translate,
../stringlib/errHandle,
../stringlib/format,
../stringlib/formats,
../stringlib/meth,
../stringlib/replaceWithCount,
../stringlib/split/common,
../stringlib/split/reimporter,
../stringlib/split/rsplit_whitespace,
../stringlib/split/split_whitespace,
../stringlib/split/splitlinesIter,
../translateEscape,
../version,
../versionInfo,
collections/abc,
datetime,
datetime_impl/consts,
datetime_impl/datetime_impl,
datetime_impl/datetime_impl/decl,
datetime_impl/datetime_impl/inner_decl,
datetime_impl/datetime_impl/meth,
datetime_impl/datetime_impl/meth/aszone,
datetime_impl/datetime_impl/meth/calendar_utils,
datetime_impl/datetime_impl/meth/consts,
datetime_impl/datetime_impl/meth/errno_decl,
datetime_impl/datetime_impl/meth/format_utcoffset,
datetime_impl/datetime_impl/meth/formats,
datetime_impl/datetime_impl/meth/fromisoformat,
datetime_impl/datetime_impl/meth/getter,
datetime_impl/datetime_impl/meth/getter_of_date,
datetime_impl/datetime_impl/meth/getter_requires_op,
datetime_impl/datetime_impl/meth/hashImpl,
datetime_impl/datetime_impl/meth/importer,
datetime_impl/datetime_impl/meth/init,
datetime_impl/datetime_impl/meth/inner_consts,
datetime_impl/datetime_impl/meth/isoformat,
datetime_impl/datetime_impl/meth/op,
datetime_impl/datetime_impl/meth/platform_utils,
datetime_impl/datetime_impl/meth/pytime,
datetime_impl/datetime_impl/meth/require_time_module,
datetime_impl/datetime_impl/meth/state_consts,
datetime_impl/datetime_impl/meth/statics,
datetime_impl/datetime_impl/meth/struct_tm_decl,
datetime_impl/datetime_impl/meth/struct_tm_helper,
datetime_impl/datetime_impl/meth/struct_tm_meth,
datetime_impl/datetime_impl/meth/time_t_decl,
datetime_impl/datetime_impl/meth/time_utils,
datetime_impl/datetime_impl/meth/to_seconds_utils,
datetime_impl/datetime_impl/meth/zonename_utils,
datetime_impl/delta_chk,
datetime_impl/mathutils,
datetime_impl/obj_utils,
datetime_impl/pyerr,
datetime_impl/timedelta_impl,
datetime_impl/timedelta_impl/decl,
datetime_impl/timedelta_impl/getter,
datetime_impl/timedelta_impl/meth,
datetime_impl/timezone_impl,
datetime_impl/timezone_impl/decl,
datetime_impl/timezone_impl/meth_by_datetime,
datetime_impl/timezone_impl/meth_by_datetime_getter,
datetime_impl/timezone_impl/meth_else,
datetime_impl/types,
enum_impl/enumType,
enum_impl/intEnum,
errno,
errno_impl/errnoConsts,
errno_impl/errnoUtils,
errno_impl/private/clike,
errno_impl/private/errnos,
errno_impl/private/errorcodeInit,
errno_impl/private/exportUtils,
errno_impl/private/loopErrno,
errno_impl/private/singleton_errno,
inspect,
inspect_impl/isX,
inspect_impl/members,
inspect_impl/modulename,
inspect_impl/sourcegetters,
io,
math,
math_impl/cbrt,
math_impl/comptime/cbrt,
math_impl/comptime/common,
math_impl/comptime/expm1,
math_impl/comptime/log1p,
math_impl/constsUtils,
math_impl/err,
math_impl/errnoUtils,
math_impl/expm1_log1p,
math_impl/frexp,
math_impl/gammaXRange,
math_impl/inWordUtils/assertIsLittleEndian,
math_impl/inWordUtils/consts,
math_impl/inWordUtils/float_view,
math_impl/inWordUtils/fromWords,
math_impl/inWordUtils/indices,
math_impl/inWordUtils/toWords,
math_impl/isX,
math_impl/ldexp,
math_impl/nextafter_step,
math_impl/nextafter_ulp,
math_impl/patch/consts,
math_impl/patch/fma,
math_impl/patch/gamma,
math_impl/patch/inWordUtilsMapper,
math_impl/patch/ldexp_frexp/assertIsInfinite,
math_impl/patch/ldexp_frexp/exponent,
math_impl/patch/ldexp_frexp/frexp,
math_impl/patch/ldexp_frexp/ldexp,
math_impl/patch/ldexp_frexp/normalize,
math_impl/patch/lgamma,
math_impl/patch/nextafter,
math_impl/patch/nextafter_step,
math_impl/patch/sinpi,
math_impl/patch/trunc,
math_impl/platformUtils,
math_impl/polevl,
math_impl/vec_op,
math_impl/vec_op/dist,
math_impl/vec_op/niter_types,
math_impl/vec_op/private/dl_ops,
math_impl/vec_op/sumprod,
n_bisect,
n_datetime,
n_errno,
n_inspect,
n_itertools,
n_math,
n_os,
n_pathlib,
n_random,
n_signal,
n_stat,
n_string,
n_sys,
n_time,
ncodec,
os,
os_impl/common,
os_impl/consts,
os_impl/inheritable,
os_impl/listcommon,
os_impl/listdirx,
os_impl/path,
os_impl/posix_like,
os_impl/posix_like/errnoHandle,
os_impl/posix_like/fdopen,
os_impl/posix_like/get_id,
os_impl/posix_like/isatty,
os_impl/posix_like/links,
os_impl/posix_like/lseek,
os_impl/posix_like/mkrmdir,
os_impl/posix_like/mkrmdirImpl,
os_impl/posix_like/open_close,
os_impl/posix_like/rename,
os_impl/posix_like/scandirImpl,
os_impl/posix_like/seek_consts,
os_impl/posix_like/stat,
os_impl/posix_like/truncate,
os_impl/posix_like/unlink,
os_impl/posix_like/unlinkImpl,
os_impl/posix_like/utime,
os_impl/private/defined_macros,
os_impl/private/iph_utils,
os_impl/private/platform_utils,
os_impl/randoms,
os_impl/subp,
os_impl/term,
os_impl/touch,
os_impl/util/handle_signal,
os_impl/utils,
os_impl/waits,
os_impl/walkImpl,
pathlib,
pathlib_impl/init,
pathlib_impl/meth,
pathlib_impl/os_meth,
pathlib_impl/segments,
pathlib_impl/types,
private/platformInfo,
private/platformUtils,
random,
random_impl/gstate,
random_impl/justLessThanOneConst,
random_impl/macroutils,
random_impl/proc_dispatched,
random_impl/proc_others,
random_impl/types,
resource,
resource_impl/consts,
resource_impl/csyms,
resource_impl/funcs,
resource_impl/types,
signal,
signal_impl/abc_set,
signal_impl/c_api,
signal_impl/c_py_handler_cvt,
signal_impl/chk_util,
signal_impl/enums,
signal_impl/enums_decl,
signal_impl/errutil,
signal_impl/frames,
signal_impl/pyatomic,
signal_impl/pylifecycle,
signal_impl/pynsig,
signal_impl/siginfo_decl,
signal_impl/signal_util,
signal_impl/signals,
signal_impl/sigsetCvt,
signal_impl/sigset_to_set,
signal_impl/state,
signal_impl/unixs,
signal_impl/valid_signals_impl,
stat,
stat_impl/consts,
stat_impl/defines,
stat_impl/isX,
stat_impl/isXImpl,
stat_impl/strrepr,
stat_impl/types,
string,
string_impl/capwordsImpl,
string_impl/consts,
string_impl/n_chainmap,
string_impl/substituteImpl,
string_impl/templateImpl,
string_impl/template_decl,
sys,
sys_impl/exits,
sys_impl/fenvs,
sys_impl/genargs,
sys_impl/geninfos,
sys_impl/genplatform,
sys_impl/getencodings,
sys_impl/sizes,
sys_impl/stdio,
sys_impl/util,
time,
time_impl/asctimeImpl,
time_impl/converters,
time_impl/measures,
time_impl/nstrfptime,
time_impl/private/doc_utils,
time_impl/private/macro_utils,
time_impl/sleep_impl,
time_impl/strfptime,
time_impl/struct_time_funcs,
time_impl/types,
types,
warnings.
API symbols
- `$`:
- `%`:
- `&=`:
- `&`:
- `*=`:
- `*`:
- `+=`:
- `+`:
- `-=`:
- `-`:
- `.`:
- `//`:
- `/=`:
- `/`:
- `<%`:
- `<=%`:
- `<=`:
- `<>`:
- `<`:
- `==`:
- dict: proc `==`[A, B](self, other: PyDict[A, B]): bool
- list_decl: proc `==`[A, B](self: PyList[A]; o: openArray[B]): bool
- list_decl: proc `==`[A, B](self: PyList[A]; o: PyList[B]): bool
- list_decl: template `==`[A, B](o: openArray[A]; self: PyList[B]): bool
- pyslice: proc `==`(self: PySlice; o: PySlice): bool
- set: proc `==`[H](s: set[H]; self: SomePySet[H]): bool
- set: proc `==`[H](self: SomePySet[H]; s: set[H]): bool
- set_decl: proc `==`(self, o: SomePySet): int
- collections: proc `==`[K, V](a, b: Mapping[K, V]): bool
- pybool: proc `==`(self: PyBool; opyb: PyBool): PyBool
- pybool: proc `==`(self: PyBool; b: bool): PyBool
- pybool: proc `==`(b: bool; self: PyBool): PyBool
- bytesimpl: proc `==`(self: PyBytes; o: PyBytes): bool
- strimpl: proc `==`(self: PyStr; o: PyStr): bool
- strimpl: proc `==`(self: PyStr; o: string): bool
- strimpl: proc `==`(o: string; self: PyStr): bool
- datetime: proc `==`(delta: timedelta; n: NoneType): bool
- datetime: proc `==`(tzinfo: tzinfo; n: NoneType): bool
- op: proc `==`(self: datetime; dt: datetime): bool
- decl: proc `==`(self: timedelta; o: timedelta): bool
- meth_else: proc `==`(self: timezone; o: timezone): bool
- types: proc `==`(head, tail: Path): bool
- enums: proc `==`(self: Handlers; other: Handlers): bool
- enums: proc `==`(self: Sigmasks; other: Sigmasks): bool
- enums: proc `==`(self: Signals; other: Signals): bool
- types: proc `==`(st: struct_time; t: tuple): bool
- types: proc `==`(t: tuple; st: struct_time): bool
- types: proc `==`(a, b: struct_time): bool
- types: proc `==`(a: struct_time; b: struct_time_tuple11): bool
- types: proc `==`(a: struct_time_tuple11; b: struct_time): bool
- `@=`:
- `@`:
- `[]=`:
- `[]`:
- `^`:
- `and`:
- `discard`:
- `is`:
- `not`:
- `or`:
- `xor`:
- `|=`:
- `|`:
- abs:
- absolute:
- abspath:
- accessHighLow:
- AC_CHECK_FUNC:
- AC_CHECK_FUNCS:
- accumulate:
- AC_LINK_IFELSE:
- aclose:
- ac_md_release:
- acos:
- acosh:
- AC_RUN_IFELSE:
- add:
- add_alias:
- addEachIter:
- addFields:
- add_format_utcoffset:
- addLoopEach:
- add_member:
- addPatch:
- addResDecl:
- add_sigset:
- addYield:
- alarm:
- ALIGNOF_SIZE_T:
- all:
- allAlpha:
- allocWcharArr:
- allTrue:
- altsep:
- ANDROID_API:
- anext:
- any:
- append:
- APPLE:
- argv:
- ArithmeticError:
- ascii:
- ASCII_CHAR_MASK:
- ascii_letters:
- ascii_lowercase:
- ascii_uppercase:
- asctime:
- n_time: proc asctime(): string
- n_time: proc asctime(t: struct_time): string
- n_time: proc asctime(tup: struct_time_tuple): typeof(asctime do:
bind struct_time
struct_time(tm_year: 1900, tm_mon: 1, tm_mday: 1, tm_yday: 1, tm_isdst: -1))
- n_time: proc asctime(tup: struct_time_tuple10): typeof(asctime do:
bind struct_time
struct_time(tm_year: 1900, tm_mon: 1, tm_mday: 1, tm_yday: 1, tm_isdst: -1))
- n_time: proc asctime(tup: struct_time_tuple11): typeof(asctime do:
bind struct_time
struct_time(tm_year: 1900, tm_mon: 1, tm_mday: 1, tm_yday: 1, tm_isdst: -1))
- time: proc asctime(): PyStr
- time: proc asctime(t: Some_struct_time): PyStr
- asctimeImpl: proc asctime(dt: DateTime): string
- asctimeImpl:
- asDuration:
- asgSeqToObj:
- asHashSet:
- asin:
- asinh:
- asNimDatetime:
- as_posix:
- asSeq:
- asTimeval:
- astimezone:
- asVersion:
- AsyncGenerator:
- AsyncIterable:
- AsyncIterator:
- atan:
- atan2:
- atanh:
- AttributeError:
- await:
- Awaitable:
- AX_C_FLOAT_WORDS_BIGENDIAN:
- AX_C_FLOAT_WORDS_BIGENDIAN_def:
- basename:
- BeforeFixedVer:
- betavariate:
- BIAS:
- bin:
- binomialvariate:
- BinOp:
- binOpAdd:
- bisect:
- bisect_left:
- bisect_right:
- BlockingIOError:
- bodySetItem:
- bool:
- BrokenPipeError:
- BufferedIOBase:
- BufferedRandom:
- BufferedReader:
- BufferedWriter:
- byteLen:
- byteorder:
- bytes:
- CanIOOpenT:
- capitalize:
- capwords:
- casefold:
- cbrt:
- c_defined:
- ceil:
- center:
- c_fma:
- c_getenv:
- ChainMap:
- chars:
- chdir:
- checked_resource:
- check_force_ascii:
- checkLenientOps:
- ChildProcessError:
- chkOneDay:
- chkSigRng:
- choice:
- choices:
- chr:
- c_ldexp:
- cleandoc:
- clear:
- CLEAR_EXP_MASK:
- CLike:
- clikeOr:
- close:
- closeImpl:
- closerange:
- ClosureIter:
- cmpOnField:
- CmpStragy:
- Collection:
- comb:
- combinations:
- CompileBackend:
- compileLittleEndian:
- ConnectionAbortedError:
- ConnectionError:
- ConnectionRefusedError:
- ConnectionResetError:
- CONST_EPOCH:
- Container:
- contains:
- copy:
- copyright:
- copysign:
- Coroutine:
- cos:
- cosh:
- count:
- c_raise:
- csEq:
- c_setlocale:
- CSigHandler:
- c_signal:
- csLhs:
- csRhs:
- csShorter:
- ctime:
- cTmToNormCall:
- curdir:
- cwd:
- datetime:
- datetime_fromisoformat:
- day:
- days:
- days_before_month:
- daysImpl:
- deallocWcArr:
- decl_c_int:
- declErrorcodeWith:
- DeclIntEnumMeth:
- declTupleWithNFieldsFrom:
- DECODE_ERROR:
- DEFAULT_BUFFER_SIZE:
- default_int_handler:
- default_oserror:
- DefaultTimeFormat:
- DefEncoding:
- DefErrors:
- DefNewLine:
- defpath:
- DEF_SIG:
- DefSplitCap:
- degrees:
- Delimiter:
- delimiter:
- delitem:
- DeprecationWarning:
- devnull:
- dict:
- difference:
- difference_update:
- digits:
- DirEntry:
- dirname:
- dist:
- math: template dist[T](p, q: (Iterable[T] and not openArray[T])): float
- math: template dist[T](p, q: ClosureIter[T]): float
- math: template dist[T](p, q: list[T]): float
- math: template dist[T](p, q: openArray[T]): float
- dist: proc dist[A, B](p, q: (A, B)): float
- dist: proc dist[A, B, C](p, q: (A, B, C)): float
- dist: proc dist[T; I: static[int]](p, q: array[I, T]): float
- dist_checkedSameLen:
- divide:
- divide_round_up:
- divmod:
- dl_mul:
- dl_sum:
- docTable:
- DocTable:
- DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754:
- DOUBLE_IS_BIG_ENDIAN_IEEE754:
- DOUBLE_IS_LITTLE_ENDIAN_IEEE754:
- DoubleLength:
- dst:
- dtToStructTime:
- dunder_stderr:
- dunder_stdin:
- dunder_stdout:
- DW:
- DWin:
- e:
- E2BIG:
- EACCES:
- EADDRINUSE:
- EADDRNOTAVAIL:
- EADV:
- EAFNOSUPPORT:
- EAGAIN:
- EALREADY:
- EBADE:
- EBADF:
- EBADFD:
- EBADMSG:
- EBADR:
- EBADRQC:
- EBADSLT:
- EBFONT:
- EBUSY:
- ECANCELED:
- ECHILD:
- ECHRNG:
- ECOMM:
- ECONNABORTED:
- ECONNREFUSED:
- ECONNRESET:
- EDEADLK:
- EDEADLOCK:
- EDESTADDRREQ:
- EDOM:
- EDOTDOT:
- EDQUOT:
- EEXIST:
- EFAULT:
- EFBIG:
- EHOSTDOWN:
- EHOSTUNREACH:
- EIDRM:
- EILSEQ:
- EINPROGRESS:
- EINTR:
- EINVAL:
- EIO:
- EISCONN:
- EISDIR:
- EISNAM:
- EKEYEXPIRED:
- EKEYREJECTED:
- EKEYREVOKED:
- EL2HLT:
- EL2NSYNC:
- EL3HLT:
- EL3RST:
- ELIBACC:
- ELIBBAD:
- ELIBEXEC:
- ELIBMAX:
- ELIBSCN:
- ELNRNG:
- ELOOP:
- EMEDIUMTYPE:
- EMFILE:
- EMLINK:
- emptyn:
- emptyPyDict:
- EMSGSIZE:
- EMULTIHOP:
- ENAMETOOLONG:
- ENAVAIL:
- EncErrors:
- encoding:
- encodings.normalize_encoding:
- endsWith:
- ENETDOWN:
- ENETRESET:
- ENETUNREACH:
- ENFILE:
- ENOANO:
- ENOBUFS:
- ENOCSI:
- ENODATA:
- ENODEV:
- ENOENT:
- ENOEXEC:
- ENOKEY:
- ENOLCK:
- ENOLINK:
- ENOMEDIUM:
- ENOMEM:
- ENOMSG:
- ENONET:
- ENOPKG:
- ENOPROTOOPT:
- ENOSPC:
- ENOSR:
- ENOSTR:
- ENOSYS:
- ENOTBLK:
- ENOTCAPABLE:
- ENOTCONN:
- ENOTDIR:
- ENOTEMPTY:
- ENOTNAM:
- ENOTRECOVERABLE:
- ENOTSOCK:
- ENOTSUP:
- ENOTTY:
- ENOTUNIQ:
- enter:
- enumerate:
- ENXIO:
- EOPNOTSUPP:
- EOVERFLOW:
- EOWNERDEAD:
- EPERM:
- EPFNOSUPPORT:
- EPIPE:
- epoch:
- EPROTO:
- EPROTONOSUPPORT:
- EPROTOTYPE:
- ERANGE:
- EREMCHG:
- EREMOTE:
- EREMOTEIO:
- ERESTART:
- erf:
- erfc:
- ERFKILL:
- EROFS:
- errno:
- Errno:
- errno:
- ErrnoCount:
- errnomap:
- errnoMsg:
- errors:
- ESHUTDOWN:
- ESOCKTNOSUPPORT:
- ESPIPE:
- ESRCH:
- ESRMNT:
- ESTALE:
- ESTRPIPE:
- ETIME:
- ETIMEDOUT:
- ETOOMANYREFS:
- ETXTBSY:
- EUCLEAN:
- EULER:
- EUNATCH:
- EUSERS:
- EWOULDBLOCK:
- excl:
- EXDEV:
- executable:
- EXFULL:
- exit:
- exp:
- expandtabs:
- expandtabsImpl:
- expm1:
- EXP_MASK:
- exponent:
- exportAllErrnosViaEnumOrImportc:
- expovariate:
- extend:
- extsep:
- f:
- fabs:
- factorial:
- False:
- fdopen:
- fetchDoc:
- FI:
- FileExistsError:
- FileIO:
- filemode:
- fileno:
- FileNotFoundError:
- fill_siginfo:
- fill_valid_signals:
- filter:
- find:
- find1:
- FixedVer:
- float_info:
- float_repr_style:
- floor:
- flush:
- flush_hash:
- fma:
- fmod:
- fold:
- force_ascii:
- forErrno:
- format:
- format_utcoffset:
- formatValue:
- fr:
- Fr:
- freeZoneCStr:
- frexp:
- from_c_int:
- from_c_int_expr:
- from_c_int_underlined:
- fromisocalendar:
- fromisoformat:
- fromIterable:
- fromordinal:
- fromSecondsObject:
- fromtimestamp:
- fromutc:
- fromWords:
- frozenset:
- fspath:
- fsum:
- ftruncate:
- gamma:
- GammaError:
- gammavariate:
- gcd:
- geDom:
- geGotNegInf:
- genArgs:
- genCapwords:
- genDelItem:
- genDollarRepr:
- Generator:
- GeneratorExit:
- genGbl:
- genGbls:
- genGenericSetItem:
- gen_getmembers_static:
- genInfos:
- GenIntEnumMeth:
- genIter:
- genNonGenericSetItem:
- genPlatform:
- GenPyEnumInit:
- GenPyEnumMeth:
- genrand_uint32:
- genSubstitute:
- genWithArg:
- genWithBracket:
- geOk:
- geOverFlow:
- get:
- getatime:
- getChar:
- getCharPtr:
- getctime:
- getcwd:
- getcwdb:
- getdefaultencoding:
- getdoc:
- getdocNoDedentImpl:
- getErrno:
- getfile:
- getfilesystemencoding:
- GET_FLOAT_WORD:
- getFrameOrNil:
- get_handle_inheritable:
- get_handler:
- GetIdent:
- get_identifiers:
- getIdentifiers:
- get_identifiersMayDup:
- get_inheritable:
- getitimer:
- getline:
- getLowWord:
- getMaxChar:
- getmembers:
- getmembersImpl:
- GetMembersPredict:
- getmembers_static:
- GetMembersType:
- GetMemberType:
- getmodulename:
- getmodulenameImpl:
- getmstate:
- getmtime:
- getOrDefault:
- getpagesize:
- getpid:
- getPlatform:
- getPtr:
- getrandbits:
- getrandom:
- getrlimit:
- getrusage:
- getsignal:
- getsize:
- getsizeof:
- getsource:
- getsourcefile:
- getsourcelines:
- getsourcelinesImpl:
- getstate:
- get_terminal_size:
- geUnderFlow:
- geZeroCantDetSign:
- gmtime:
- gmtime_r:
- gRand:
- gRandom:
- guass:
- handle:
- Handlers:
- hardlink_to:
- hasBug:
- hasChar:
- hash:
- hashcode:
- hashcode=:
- HAVE_GCC_ASM_FOR_MC68881:
- HAVE_GCC_ASM_FOR_X87:
- HAVE_GETPAGESIZE:
- have_getrandom:
- have_getrandom_syscall:
- HAVE_MBRTOWC:
- HAVE_PRLIMIT:
- HAVE_PY_SET_53BIT_PRECISION:
- HAVE_SIGACTION:
- HAVE_STRSIGNAL:
- HAVE_STRUCT_TM_TM_ZONE:
- HAVE_SYSCONF_PAGE_SIZE:
- hex:
- hexdigits:
- hexversion:
- HIGH:
- HighWordFracBits:
- home:
- hour:
- hugeF:
- hypot:
- iadd:
- ifInvalidOnVcc:
- impExp:
- impJsOrC:
- implementation:
- inc:
- incl:
- INCOMPLETE_CHARACTER:
- index:
- index1:
- indices:
- inf:
- init:
- init32FloatView:
- init64FloatView:
- initBufAsPy:
- initChainMap:
- initDocTable:
- initErrorcodeMap:
- initIgnoreExcHandle:
- initNCodecInfo:
- initPySignal:
- initRaisesExcHandle:
- initStructTime:
- types: template initStructTime(): struct_time
- types: template initStructTime(year, mon, mday, hour, min, sec, wday, yday, isdst, zone, gmtoff): struct_time
- initSubsCfg:
- initTm:
- initVal_with_handle_signal:
- InJs:
- inMicroseconds:
- insert:
- insort:
- insort_left:
- insort_right:
- inspect.cleandoc:
- int_AsMode_t:
- InterruptedError:
- intersection:
- intersection_update:
- IOBase:
- iPosCeil:
- isabs:
- is_absolute:
- IsADirectoryError:
- isalnum:
- isalpha:
- isascii:
- isatty:
- isawaitable:
- isbuiltin:
- isclass:
- isclose:
- IS_CONTINUATION_BYTE:
- iscoroutine:
- iscoroutinefunction:
- isdigit:
- isdir:
- is_dir:
- isdisjoint:
- isErr:
- isErr0:
- isfile:
- is_file:
- isfinite:
- isfold:
- isframe:
- isfunction:
- isinf:
- isInfinite:
- islink:
- isLittleEndian:
- islower:
- ismethod:
- ismodule:
- isocalendar:
- isoformat:
- IsoFormatTimespec:
- iso_to_ymd:
- iso_week1_monday:
- isoweekday:
- isqrt:
- isqrtPositive:
- is_relative_to:
- ISSPACE:
- isspace:
- IsSpaceAt:
- issubset:
- issuperset:
- is_symlink:
- isTimeDeltaNone:
- istitle:
- istitleImpl:
- istraceback:
- isTzNone:
- isupper:
- isUtcZone:
- is_valid:
- isValid:
- is_valid:
- is_valid_wide_char:
- items:
- iter:
- Iterable:
- Iterator:
- iterdir:
- ItimerError:
- ITIMER_PROF:
- ITIMER_REAL:
- ItimerVal:
- ITIMER_VIRTUAL:
- join:
- joinpath:
- JsBigInt64Option:
- justLessThanOne:
- Key:
- KeyboardInterrupt:
- keys:
- LC_ALL:
- LC_CTYPE:
- lcm:
- ldexp:
- len:
- lgamma:
- linesep:
- link:
- list:
- listdir:
- ljust:
- ln2_hi:
- ln2_lo:
- local:
- LocaleEncoding:
- localtime:
- localtime_r:
- local_to_seconds:
- log:
- log10:
- log1p:
- log2:
- lognormalvariate:
- long:
- LookupError:
- LOW:
- lower:
- lseek:
- lstrip:
- Major:
- makedirs:
- makeIterable:
- maketrans:
- MantissaDigits:
- map:
- mapIterBodyImpl:
- mapPathLike:
- Mapping:
- mapRaiseGammaErr:
- markcoroutinefunction:
- math_is_error:
- max:
- MAX_EXPONENT:
- max_fold_seconds:
- MAX_GAMMA_X:
- maxSafeInteger:
- maxsize:
- MAX_STIRLING:
- MAX_SUBNORMAL_EXPONENT:
- MAX_UNICODE_val:
- MaxWStrLen:
- MAXYEAR:
- mayZeroDefault:
- mbstate_t:
- microsecond:
- microseconds:
- microsecondsImpl:
- min:
- MIN_GAMMA_X:
- Minor:
- MIN_SUBNORMAL_EXPONENT:
- minute:
- MINYEAR:
- mitems:
- mixinOrderOnFields:
- mkdir:
- mkdirParentsExistsOk:
- mktime:
- modf:
- monotonic:
- monotonic_ns:
- monotonicRaw:
- month:
- msg:
- MS_TO_NS:
- MS_TO_US:
- MS_WINDOWS:
- ms_windows:
- MutableSequence:
- name:
- NameError:
- nan:
- NCodecInfo:
- newBlockingIOError:
- newDatetime:
- newLoop:
- newNoEncTextIO:
- newNullaryLambdaIter:
- newPyDict:
- newPyDictImpl:
- newPyFrozenSet:
- newPyIterator:
- newPyList:
- newPyListOfCap:
- newPyOSError:
- newPySet:
- newPyTimezone:
- newStopIteration:
- newTimedelta:
- newTuple:
- newUnicodeDecodeError:
- newZoneCStr:
- next:
- nextafter:
- nextImpl:
- n_frexp:
- nimArrayAsList:
- NimSigHandler:
- NimVersionTuple:
- Ninf:
- n_ldexp:
- noBackend:
- noBackends:
- noEmptySep:
- NoEncTextIOBase:
- NoEncTextIOWrapper:
- noInitVarDecl:
- noJsBackend:
- None:
- noneToTzInfo:
- NoneType:
- noNimsBackend:
- normalize:
- normalvariate:
- norm_maxsplit:
- normpath:
- NotADirectoryError:
- NotImplDirectives:
- NotImplementedError:
- notImplErr:
- now:
- noWeirdBackend:
- noWeirdTarget:
- nPyTime_gmtime:
- nPyTime_localtime:
- nPyTime_ObjectToTimeval:
- NSIG:
- NS_TO_100NS:
- NS_TO_MS:
- NS_TO_US:
- NsUnit:
- nTime_gmtime:
- nTime_localtime:
- O_APPEND:
- O_ASYNC:
- O_CLOEXEC:
- O_CREAT:
- oct:
- octdigits:
- O_DIRECT:
- O_DIRECTORY:
- O_DSYNC:
- O_EXCL:
- offset:
- O_NDELAY:
- OnErrorCb:
- O_NOATIME:
- O_NOCTTY:
- O_NOFOLLOW:
- O_NONBLOCK:
- O_PATH:
- open:
- openarray_Check:
- OpenarrayOrNimIter:
- ord:
- ord1:
- orderOnFields:
- O_RDONLY:
- ord_to_ymd:
- O_RDWR:
- orig_argv:
- O_RSYNC:
- OSErrorArgs:
- osErrorMsgWithPath:
- OSError_new:
- oserror_use_init:
- O_SYNC:
- o_threshold:
- O_TMPFILE:
- O_TRUNC:
- O_WRONLY:
- p1evl:
- pairs:
- pardir:
- parent:
- parents:
- paretovariate:
- partition:
- parts:
- Patch:
- Path:
- PathLike:
- pathrepr:
- pathsep:
- pause:
- perf_counter:
- perf_counter_ns:
- perm:
- PermissionError:
- pi:
- pidfd_send_signal:
- Pinf:
- platform:
- platform.system:
- platform.version:
- platformAvail:
- platformAvailWhen:
- platformNoJs:
- platformUnavail:
- polevl:
- polExpd:
- polExpd0:
- pop:
- popitem:
- pow:
- prCeiling:
- PreBreakCb:
- preferredGenIterResName:
- PREPARE_CAP:
- prepareROErrno:
- prepareRWErrno:
- prFLoor:
- prHalfEven:
- printable:
- prlimit:
- ProcessLookupError:
- process_time:
- prod:
- prRoundUp:
- prTimeout:
- pthread_kill:
- pthread_sigmask:
- ptrdiff_t:
- punctuation:
- pyasciiImpl:
- Py_atomic_load:
- Py_atomic_load_ptr:
- Py_atomic_store:
- Py_atomic_store_ptr:
- PyBool:
- pybool:
- PyBytes:
- pybytes:
- PyDatetime:
- PyDeadline_Get:
- PyDeadline_Init:
- Py_DecodeLocaleEx:
- Py_DecodeUTF8Ex:
- PyDict:
- PyDictItemView:
- PyDictKeyView:
- PyDictValueView:
- PyDictView:
- pydiscard:
- PyErr_CheckSignals:
- PyErr_CheckSignalsAndRaises:
- Py_ERROR_BACKSLASHREPLACE:
- Py_error_handler:
- Py_ERROR_IGNORE:
- Py_ERROR_OTHER:
- Py_ERROR_REPLACE:
- Py_ERROR_STRICT:
- Py_ERROR_SURROGATEESCAPE:
- Py_ERROR_SURROGATEPASS:
- Py_ERROR_UNKNOWN:
- Py_ERROR_XMLCHARREFREPLACE:
- Py_FORCE_UTF8_FS_ENCODING:
- Py_FORCE_UTF8_LOCALE:
- pyformat:
- pyformatImplAux:
- PyFrozenSet:
- Py_GetErrorHandler:
- Py_GetForceASCII:
- Py_GetLocaleEncoding:
- py_getrandom:
- Py_IS_ALIGNED:
- PyIterator:
- PyList:
- PyMajor:
- py_math_isclose_impl:
- Py_mbrtowc:
- Py_mbstowcs:
- PyMinor:
- Py_normalize_encoding:
- Py_NSIG:
- PyOSError:
- PyOS_getsig:
- PyOS_setsig:
- PyPatch:
- PyRandom:
- PyRandomState:
- PyRange:
- PyReleaseLevel:
- PyReleaseLevelEnum:
- pyrepr:
- pyreprbImpl:
- pyreprImpl:
- Py_ResetForceASCII:
- py_rlimit:
- PySerial:
- pyset:
- PySet:
- Py_SET_53BIT_PRECISION_END:
- Py_SET_53BIT_PRECISION_HEADER:
- Py_SET_53BIT_PRECISION_START:
- Py_set_inheritable:
- pysetLit:
- Py_SetLocaleFromEnv:
- PySigHandler:
- PySignal_Fini:
- pysince:
- PySlice:
- PySlice1:
- PyStr:
- PyTime:
- PyTime_round_t:
- PY_TIME_T_MAX:
- PY_TIME_T_MIN:
- Py_UCS1:
- Py_UCS2:
- Py_UCS4:
- PyUnicode_DecodeLocale:
- Py_UNICODE_IS_SURROGATE:
- radians:
- raiseDomainErr:
- raiseErrno:
- raiseErrnoT:
- raiseErrnoWithPath:
- raiseExcWithPath:
- raiseExcWithPath2:
- raiseOsOrFileNotFoundError:
- raiseRangeErr:
- raise_signal:
- raiseZipBound:
- randbelow:
- randbytes:
- randint:
- random:
- Random:
- randrange:
- range:
- rangeLen:
- rawCreateDir:
- RawIOBase:
- rawRemoveDir:
- read:
- read_bytes:
- readline:
- readlink:
- read_nstring:
- read_text:
- relative_to:
- ReleaseLevel:
- relpath:
- remainder:
- remove:
- removedirs:
- removeprefix:
- removesuffix:
- rename:
- replace:
- repr:
- resetSubsCfg:
- resolution:
- reverse:
- reversed:
- rf:
- Rf:
- rfind:
- rfind1:
- rGamma:
- rindex:
- rindex1:
- rjust:
- rLgamma:
- RLIM_INFINITY:
- RLIMIT_AS:
- RLIMIT_CORE:
- RLIMIT_CPU:
- RLIMIT_DATA:
- RLIMIT_FSIZE:
- RLIMIT_MEMLOCK:
- RLIMIT_MSGQUEUE:
- RLIMIT_NICE:
- RLIMIT_NOFILE:
- RLIMIT_NPROC:
- RLIMIT_OFILE:
- RLIMIT_RSS:
- RLIMIT_RTPRIO:
- RLIMIT_RTTIME:
- RLIMIT_SIGPENDING:
- RLIMIT_STACK:
- rmdir:
- round:
- round_half_even:
- rounds:
- rpartition:
- rsplit:
- rsplit_whitespace:
- rstrip:
- runeAtPos:
- runeLenAt:
- runes:
- RuntimeError:
- RuntimeWarning:
- RUSAGE_BOTH:
- RUSAGE_CHILDREN:
- RUSAGE_SELF:
- RUSAGE_THREAD:
- safe_substitute:
- samefile:
- sample:
- scandir:
- scandirIter:
- scipyGammaLn:
- second:
- seconds:
- secondsImpl:
- SEC_TO_MS:
- SEC_TO_NS:
- SEC_TO_US:
- seed:
- seek:
- SEEK_CUR:
- SEEK_DATA:
- SEEK_END:
- SEEK_HOLE:
- SEEK_SET:
- sep:
- Sequence:
- Serial:
- set:
- Set:
- setdefault:
- setenvOverwrite:
- setErrno:
- setErrno0:
- setErrnoRaw:
- SET_EXP_MASK:
- set_handle_inheritable:
- set_handler:
- setHighWord:
- set_inheritable:
- set_inheritableImpl:
- setitimer:
- setLen:
- setlocale:
- setrlimit:
- setstate:
- set_wakeup_signal:
- shallIgnore:
- shuffle:
- shuffleImpl:
- si_band:
- si_code:
- si_errno:
- S_IFMT:
- SIGABRT:
- sigaction:
- SIGALRM:
- SIG_BLOCK:
- SIGBUS:
- SIGCHLD:
- SIGCLD:
- SIGCONT:
- SIG_DFL:
- SIGEMT:
- SIGFPE:
- SIGHUP:
- SIG_IGN:
- SIGILL:
- SIGINT:
- siginterrupt:
- SIGIO:
- SIGIOT:
- SIGKILL:
- Sigmasks:
- signal:
- signal_global_state:
- Signals:
- signal_state_t:
- sigpending:
- SIGPIPE:
- SIGPOLL:
- SIGPROF:
- SIGPWR:
- SIGQUIT:
- SIGRTMAX:
- SIGRTMIN:
- SIGSEGV:
- SIG_SETMASK:
- sigset_to_set:
- SIGSTKFLT:
- SIGSTOP:
- SIGSYS:
- SIGTERM:
- sigtimedwait:
- SIGTRAP:
- SIGTSTP:
- SIGTTIN:
- SIGTTOU:
- SIG_UNBLOCK:
- SIGURG:
- SIGUSR1:
- SIGUSR2:
- SIGVTALRM:
- sigwait:
- sigwaitinfo:
- SIGWINCH:
- SIGXCPU:
- SIGXFSZ:
- S_IMODE:
- S_IMODE_val:
- sin:
- sinh:
- sinpi:
- si_pid:
- S_ISBLK:
- S_ISCHR:
- S_ISDIR:
- S_ISDOOR:
- S_ISFIFO:
- si_signo:
- S_ISLNK:
- S_ISPORT:
- S_ISREG:
- S_ISSOCK:
- si_status:
- S_ISWHT:
- si_uid:
- size:
- Sized:
- SIZEOF_RLIMIT_T:
- SIZEOF_TIME_T:
- sleep:
- slice:
- SomePyDictView:
- SomePySet:
- SomeSet:
- SomeSinglePyDictView:
- Some_struct_time:
- Some_struct_time_tuple:
- sort:
- sorted:
- split:
- splitdrive:
- splitext:
- splitlines:
- split_whitespace:
- sqrt:
- SQRT_TWO_PI:
- startsWith:
- stat:
- statAttr:
- staticErrno:
- st_atime:
- st_atime_ns:
- stat_result:
- st_ctime:
- st_ctime_ns:
- stderr:
- stdin:
- stdlibJsGamma:
- stdlibJsLgamma:
- stdout:
- stem:
- st_mtime:
- st_mtime_ns:
- StopAsyncIteration:
- StopIteration:
- StopIterationT:
- str:
- strerror:
- strftime:
- STRINGLIB_MUTABLE:
- StringLike:
- strip:
- strIterImpl:
- strptime:
- strsignal:
- StrTypedTranslateTable:
- struct_rusage:
- struct_siginfo:
- struct_time:
- structTimeToDt:
- struct_time_tuple:
- struct_time_tuple10:
- struct_time_tuple11:
- struct_tm:
- Subs:
- SubsCfg:
- substitute:
- substituteAux:
- substr:
- suf--:
- suffix:
- suffixes:
- sumprod:
- symlink:
- symlink_to:
- symmetric_difference:
- SYS_STAT_H:
- system:
- SystemExit:
- tan:
- tanh:
- tau:
- tell:
- Template:
- terminal_size:
- TextIOWrapper:
- time:
- timedelta:
- TimeDeltaNone:
- time_ns:
- TimeNsPair:
- TimeoutError:
- TimePair:
- Timestamp:
- timestamp:
- time_t:
- time_t_overflow:
- timetuple:
- timezone:
- tinyF:
- title:
- Tm:
- toBool:
- toCSEEK:
- toCSighandler:
- today:
- toInt:
- toNimBool:
- toNimIterator:
- toNimSlice:
- toNimStr:
- toNimString:
- toNimTable:
- toNimTimezone:
- toordinal:
- toPyDict:
- toPyObject:
- toPySighandler:
- toPySlice:
- toPyStr:
- toSigset:
- total_seconds:
- toTup:
- toTuple:
- touch:
- toWords:
- translate:
- TranslateAction:
- translateEscape:
- translateEscapeWithErr:
- TranslateTable:
- TranslateTableABC:
- TranslateTableVal:
- TranslateValType:
- triangular:
- True:
- trunc:
- truncate:
- tryOsOp:
- TypedTranslateTableABC:
- TypeError:
- tzinfo:
- tzname:
- TzNone:
- tzToNimTimezone:
- u:
- ulp:
- uname_release_major:
- uncheckedTruncToInt:
- UnicodeDecodeError:
- UnicodeError:
- unicodeSpaces:
- uniform:
- union:
- unlink:
- unlinkImpl:
- UNRELIABLE_FMA:
- UnsupportedOperation:
- update:
- upper:
- urandom:
- UserWarning:
- UseSmallApprox:
- US_TO_NS:
- UTC:
- utc:
- utcoffset:
- utc_timezone:
- utc_to_seconds:
- Utf8:
- utf8_decode:
- utime:
- valid_signals:
- value:
- values:
- Version:
- version:
- version_info:
- vonmisesvariate:
- wait:
- wait3:
- wait4:
- waitpid:
- waitstatus_to_exitcode:
- walk:
- WalkRes:
- warn:
- Warning:
- wchar_t:
- WCONTINUED:
- WCOREDUMP:
- weekday:
- weibullvariate:
- weirdTarget:
- weridTarget:
- WEXITED:
- WEXITSTATUS:
- whenDefErrno:
- whitespace:
- WIFCONTINUED:
- WIFEXITED:
- WIFSIGNALED:
- WIFSTOPPED:
- with_name:
- with_Py_SUPPRESS_IPH:
- with_suffix:
- WNOHANG:
- WNOWAIT:
- WORDS_BIGENDIAN:
- WORDS_LITTLEENDIAN:
- wrapTuple:
- write:
- write_bytes:
- write_nstring:
- write_text:
- WSAETIMEDOUT:
- WSTOPPED:
- WSTOPSIG:
- WTERMSIG:
- wu_import:
- WUNTRACED:
- X87_double_rounding:
- year:
- YMD:
- ymd_to_ord:
- YWD:
- ZeroDivisionError:
- zfill:
- zip:
- zipIterBodyImpl:
- zonename:
Made with Nim. Generated: 2025-04-20 22:52:37 UTC