René's URL Explorer Experiment


Title: npython/Objects/bundle

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/bundle.html#6
Exportshttps://npython.nimpylib.org/npython/Objects/bundle.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/bundle.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/bundle.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/bundle.html#6
baseBundlehttps://npython.nimpylib.org/npython/Objects/baseBundle.html
codeobjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html
dictobjecthttps://npython.nimpylib.org/npython/Objects/dictobject.html
frameobjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html
boolobjectImplhttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html
listobjecthttps://npython.nimpylib.org/npython/Objects/listobject.html
moduleobjecthttps://npython.nimpylib.org/npython/Objects/moduleobject.html
methodobjecthttps://npython.nimpylib.org/npython/Objects/methodobject.html
funcobjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
stringobjectImplhttps://npython.nimpylib.org/npython/Objects/stringobjectImpl.html
rangeobjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html
exceptionsImplhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html
sliceobjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html
tupleobjectImplhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html
cellobjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html
setobjecthttps://npython.nimpylib.org/npython/Objects/setobject.html
Exportshttps://npython.nimpylib.org/npython/Objects/bundle.html#19
digitCounthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/bit_length.html#digitCount,PyIntObject
PyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyProcessLookupErrorObject
newPyFloatSimplehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#newPyFloatSimple
asUTF8https://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8,UnicodeVariant
//https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#//,PyIntObject,PyIntObject
newPyBrokenPipeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBrokenPipeErrorSimple
==https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#==.t,T,PyIntObject
ltPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#ltPyFloatObjectMagic,PyObject,PyObject
pyStopIterationObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterationObjectType
PyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyRuntimeErrorObject
==https://npython.nimpylib.org/npython/Objects/stringobject.html#==,UnicodeVariant,UnicodeVariant
pyImportErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyImportErrorObjectType
newUnicodeUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariant,cstring
$https://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#$.e
truedivPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#truedivPyIntObjectMagic,PyObject,PyObject
pyPermissionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPermissionErrorObjectType
asUTF8https://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8,PyStrObject
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyInt,T
newBaseErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError
newModuleNotFoundErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError,PyStrObject
//https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#//,PyFloatObject,PyFloatObject
pyArithmeticErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyArithmeticErrorObjectType
newPyBoolhttps://npython.nimpylib.org/npython/Objects/boolobject.html#newPyBool,bool
bit_countPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#bit_countPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
newZeroDivisionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError,PyStrObject
pyKeyErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyKeyErrorObjectType
-https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#-.t,T,PyIntObject
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject
newTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError
ofPyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLockErrorObject,PyObject
pyLockErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLockErrorObjectType
newBaseExceptionGrouphttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup,PyStrObject
<=https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#<=.t,T,PyIntObject
PyUnicode_READhttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyUnicode_READ,bool,UnicodeVariant,int
==https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#==.t,PyFloatObject,PyFloatObject
$https://npython.nimpylib.org/npython/Objects/stringobject.html#$.e,PyStrObject
roundhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#round,PyIntObject,PyIntObject
reprPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#reprPyIntObjectMagic,PyObject
ofExactPyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyNameErrorObject,PyObject
digitPyLong_DECIMAL_BASEhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#digitPyLong_DECIMAL_BASE
divmodNonZerohttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#divmodNonZero,PyFloatObject,PyFloatObject
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,PyStrObject,char
newOverflowErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError
retInvIntCallhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#retInvIntCall.t,PyObject,SomeInteger
to_bytesPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#to_bytesPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
zerohttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/signbit.html#zero.t,PyIntObject
formathttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#format,PyIntObject,uint8,string
newValueErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError,PyStrObject
PyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBrokenPipeErrorObject
PyFloat_FromStringhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/fromx.html#PyFloat_FromString,PyStrObject,PyFloatObject
fastCopyCharactershttps://npython.nimpylib.org/npython/Objects/stringobject.html#fastCopyCharacters,PyStrObject,int,PyStrObject,int,int
ofPySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySyntaxErrorObject,PyObject
+https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#+.t,PyIntObject,T
newPyIntSimplehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyIntSimple
<https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#<.t,T,PyIntObject
newPyFloathttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#newPyFloat,PyFloatObject
pyLookupErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLookupErrorObjectType
newBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException,PyStrObject
ofExactPyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotImplementedErrorObject,PyObject
newPyRecursionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyRecursionErrorSimple
asDoublehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#asDouble.t,PyFloatObject,float
ofExactPyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndexErrorObject,PyObject
PyNumberLonghttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/fromx.html#PyNumberLong,PyObject
PyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionGroupObject
pyStopIterErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterErrorObjectType
//https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#//.t,T,PyIntObject
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,UnicodeVariant,UnicodeVariant
strPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#strPyFloatObjectMagic,PyObject
newMemoryErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError,PyStrObject
pyNotImplementedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotImplementedErrorObjectType
newPyBlockingIOErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBlockingIOErrorSimple
pyZeroDivisionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyZeroDivisionErrorObjectType
newUnicodeUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariant,string
newRecursionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError
PyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyEOFErrorObject
floorModhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#floorMod,PyFloatObject,PyFloatObject
PyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject
newPyBaseErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseErrorSimple.t
pyIntObjectTypehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#pyIntObjectType
pyBrokenPipeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBrokenPipeErrorObjectType
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString,seq[Rune]
itemSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#itemSize.t,PyStrObject
ofPyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeEncodeErrorObject,PyObject
<=https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#<=.t,PyIntObject,T
PyLong_FromByteshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/fromx.html#PyLong_FromBytes,openArray[char],int
pyFileNotFoundErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileNotFoundErrorObjectType
powhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/pow.html#pow,PyFloatObject,PyFloatObject
PyNoneObjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html#PyNoneObject
newPyConnectErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectErrorSimple
PyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyMemoryErrorObject
ofPyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#ofPyStrObject,PyObject
absPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#absPyFloatObjectMagic,PyObject
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyInt,T_2
newAsciiUnicodeVariantOfCaphttps://npython.nimpylib.org/npython/Objects/stringobject.html#newAsciiUnicodeVariantOfCap,int
ofPyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBlockingIOErrorObject,PyObject
orhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#or.t,T,PyIntObject
newModuleNotFoundErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError
UnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#UnicodeVariant
PyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotADirectoryErrorObject
ofExactPyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeTranslateErrorObject,PyObject
//https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#//.t,PyIntObject,T
PyFloat_AsDoublehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#PyFloat_AsDouble,PyObject,float
pyBaseExceptionGroupObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionGroupObjectType
/https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#/.t,PyFloatObject,PyFloatObject
ofPyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyZeroDivisionErrorObject,PyObject
newPyIOErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIOErrorSimple
ofExactPyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeDecodeErrorObject,PyObject
shrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#shr,PyIntObject,BiggestUInt
newUnicodeUnicodeVariantOfCaphttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariantOfCap,int
modPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#modPyIntObjectMagic,PyObject,PyObject
negativePyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#negativePyFloatObjectMagic,PyObject
newReferenceErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError
frexphttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/frexp.html#frexp,PyIntObject,int64
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,Rune
pyIntOnehttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm.html#pyIntOne
floordivPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#floordivPyFloatObjectMagic,PyObject,PyObject
PyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPythonFinalizationErrorObject
toFloathttps://npython.nimpylib.org/npython/Objects/numobjects/intobject_decl.html#toFloat,PyIntObject,float
pyRecursionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyRecursionErrorObjectType
toFloathttps://npython.nimpylib.org/npython/Objects/numobjects/intobject_decl.html#toFloat,PyIntObject
PyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFloatingPointErrorObject
PyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyGeneratorExitObject
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,PyStrObject,PyStrObject
ofPyFloatObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#ofPyFloatObject,PyObject
newNameErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError
is_integerPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#is_integerPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
PyLong_FromStringhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#PyLong_FromString,openArray[C],int,int
pyChildProcessErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyChildProcessErrorObjectType
newPyStopAsyncIterationSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterationSimple.t
newSystemExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit
PyStopAsyncIterationObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterationObject
newZeroDivisionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError
newPyRuntimeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyRuntimeErrorSimple
privatePyNumber_Indexhttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm_with_warn.html#privatePyNumber_Index,PyObject
newPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#newPyFloatObjectMagic,openArray[PyObject],PyObject
ofExactPySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySyntaxErrorObject,PyObject
ofExactPyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLockErrorObject,PyObject
is_integerPyFloatObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#is_integerPyFloatObjectMethod,PyObject,openArray[PyObject],PyObject
-https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#-.t,PyFloatObject,T
ofExactPyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyEOFErrorObject,PyObject
lenhttps://npython.nimpylib.org/npython/Objects/stringobject.html#len,PyStrObject
fromhexPyFloatObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#fromhexPyFloatObjectMethod,PyObject,openArray[PyObject],PyObject
ofPyNoneObjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html#ofPyNoneObject,PyObject
ofExactPyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionRefusedErrorObject,PyObject
PySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySyntaxErrorObject
newPyAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyAscii
newTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError,PyStrObject
retIfExchttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyObject
newUnicodeOrAsciiUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeOrAsciiUnicodeVariant
newPyConnectionRefusedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionRefusedErrorSimple
PyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLookupErrorObject
doKindsWith2Ithttps://npython.nimpylib.org/npython/Objects/stringobject.html#doKindsWith2It.m,UnicodeVariant,UnicodeVariant,
ofPyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionResetErrorObject,PyObject
<https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#<.t,PyFloatObject,PyFloatObject
newEOFErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError
newIndexErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError,PyStrObject
pyTimeoutErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTimeoutErrorObjectType
newBaseExceptionGrouphttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup
ofExactPyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyArithmeticErrorObject,PyObject
<=https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#<=.t,T,PyFloatObject
mulPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#mulPyFloatObjectMagic,PyObject,PyObject
$https://npython.nimpylib.org/npython/Objects/exceptions/base.html#$.e,PyExceptionObject
invertPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#invertPyIntObjectMagic,PyObject
newBaseErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError,PyStrObject
ofPyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyRecursionErrorObject,PyObject
-https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#-.t,T,PyFloatObject
isThrownExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#isThrownException.t,PyObject
eqAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#eqAscii,PyStrObject,string
getBltinNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,ExceptionToken
==https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#==.t,T,PyFloatObject
ofPyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLookupErrorObject,PyObject
PyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyKeyboardInterruptObject
reprhttps://npython.nimpylib.org/npython/Objects/stringobject.html#repr,PyStrObject
pyAttributeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAttributeErrorObjectType
newKeyboardInterrupthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt,PyStrObject
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString
powPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#powPyIntObjectMagic,PyObject,PyObject,PyObject
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyInt,Digit
orhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#or,PyIntObject,PyIntObject
pyAssertionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAssertionErrorObjectType
PyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeDecodeErrorObject
*https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#*.t,PyIntObject,T
getBltinNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,BaseExceptionToken
ofExactPySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemExitObject,PyObject
asLongAndOverflowhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#asLongAndOverflow,PyIntObject,bool
toSomeUnsignedInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toSomeUnsignedInt,PyIntObject,IntSign
newImportErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError,PyStrObject
pyConnectionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionErrorObjectType
pyFloatingPointErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFloatingPointErrorObjectType
lenhttps://npython.nimpylib.org/npython/Objects/stringobject.html#len,UnicodeVariant
pyFileExistsErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileExistsErrorObjectType
ofExactPyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileExistsErrorObject,PyObject
ltPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#ltPyIntObjectMagic,PyObject,PyObject
-https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#-.t,PyFloatObject,PyFloatObject
pyInterruptedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyInterruptedErrorObjectType
DUformatDUPyfloatObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#DUformatDUPyfloatObjectMethod,PyObject,openArray[PyObject],PyObject
newPyReferenceErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyReferenceErrorSimple
newImportErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError
newOverflowErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError,PyStrObject
pyModuleNotFoundErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyModuleNotFoundErrorObjectType
%https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#%,PyFloatObject,PyFloatObject
mulPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#mulPyIntObjectMagic,PyObject,PyObject
ofPyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyMemoryErrorObject,PyObject
ofPyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyKeyErrorObject,PyObject
ofPyExceptionClasshttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass.t,PyObject
shlhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#shl.t,T,PyIntObject
divmodPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#divmodPyIntObjectMagic,PyObject,PyObject
xorhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#xor.t,PyIntObject,T
ofExactPyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBrokenPipeErrorObject,PyObject
ofPyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBufferErrorObject,PyObject
newBufferErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError
==https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#==.t,PyIntObject,T
floormodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#floormod.t,PyIntObject,T
PyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAssertionErrorObject
getIterableWithCheckhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#getIterableWithCheck.t,PyObject
newUnboundLocalErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError,PyStrObject
ofPyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyChildProcessErrorObject,PyObject
newValueErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError
PyInt_OverflowCTypehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#PyInt_OverflowCType,string
pyUnboundLocalErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnboundLocalErrorObjectType
newLookupErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError,PyStrObject
ofPyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopIterErrorObject,PyObject
newPyMemoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyMemoryErrorSimple
getClampedIndexhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/idxHelpers.html#getClampedIndex.t,PyIntObject,int
pyBufferErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBufferErrorObjectType
PyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyTypeErrorObject
newOSErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError,PyStrObject
shrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#shr.t,T,PyIntObject
ofPyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyOSErrorObject,PyObject
%https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#%.t,PyFloatObject,T
newKeyboardInterrupthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt
%https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#%,PyIntObject,PyIntObject
pyBaseExceptionObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionObjectType
newPyNameErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyNameErrorSimple
errorIfNotBoolhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotBool.t,PyObject,string,untyped
PyNumber_Indexhttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm_with_warn.html#PyNumber_Index,PyObject,PyIntObject
addhttps://npython.nimpylib.org/npython/Objects/stringobject.html#add.t,seq[Rune],char
+https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#+.t,PyFloatObject,PyFloatObject
powhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#pow.t,PyFloatObject,T
newRuntimeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError,PyStrObject
PyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyZeroDivisionErrorObject
imaghttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#imag.t,PyComplexObject
ofPyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectErrorObject,PyObject
to_byteshttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#to_bytes,PyIntObject,PyIntObject
eqPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#eqPyFloatObjectMagic,PyObject,PyObject
ofExactPyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionObject,PyObject
pyNoneObjectTypehttps://npython.nimpylib.org/npython/Objects/noneobject.html#pyNoneObjectType
newGeneratorExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit
PyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject
joinAsRuneshttps://npython.nimpylib.org/npython/Objects/stringobject.html#joinAsRunes,openArray[UnicodeVariant],string
subErrshttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#subErrs
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString,UnicodeVariant
formatValuehttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#formatValue,string,PyIntObject,static[string]
isExceptionOfhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#isExceptionOf,PyObject,ExceptionToken
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/int_bytes.html#newPyInt,PyBytes,Endianness
==https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#==.t,PyFloatObject,T
+https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#+.t,T,PyIntObject
abshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#abs,PyIntObject
newPyOverflowErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyOverflowErrorSimple
bit_lengthhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/bit_length.html#bit_length,PyIntObject
newPyFloathttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm.html#newPyFloat,PyIntObject
pyBlockingIOErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBlockingIOErrorObjectType
PyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndexErrorObject
checkArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,string
kindhttps://npython.nimpylib.org/npython/Objects/stringobject.html#kind.t,PyStrObject
newPyFloatingPointErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFloatingPointErrorSimple
PyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeErrorObject
PyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTimeoutErrorObject
%https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#%.t,PyIntObject,T
divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#divmod.t,PyIntObject,T
newUnboundLocalErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError
PyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileExistsErrorObject
modhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#mod,PyIntObject,PyIntObject
ofPyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionGroupObject,PyObject
newPyStopIterErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterErrorSimple
pyUnicodeTranslateErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeTranslateErrorObjectType
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,openArray[char]
ofPyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyImportErrorObject,PyObject
<https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#<.t,PyIntObject,T
ofPyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyOverflowErrorObject,PyObject
newPyUnicodeTranslateErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeTranslateErrorSimple
ofExactPyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyOSErrorObject,PyObject
newNotImplementedErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError
negativehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/signbit.html#negative.t,PyIntObject
floordivhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#floordiv.t,PyIntObject,T
newBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException
newMemoryErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError
newPyKeyboardInterruptSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyKeyboardInterruptSimple
newPythonFinalizationErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError
newPyInterruptedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyInterruptedErrorSimple
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject
PyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectErrorObject
pyTrueObjhttps://npython.nimpylib.org/npython/Objects/boolobject.html#pyTrueObj
ofPyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotADirectoryErrorObject,PyObject
newSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError
pyExceptionObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyExceptionObjectType
checkArgNumAtLeasthttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtLeast.t,int,string
newPyUnboundLocalErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnboundLocalErrorSimple
truedivPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#truedivPyFloatObjectMagic,PyObject,PyObject
PyNumber_AsClampedSsize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_imp_warn.html#PyNumber_AsClampedSsize_t,PyObject,int
newPyImportErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyImportErrorSimple
ofExactPyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLookupErrorObject,PyObject
ofExactPyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyModuleNotFoundErrorObject,PyObject
PyNumber_Floathttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/fromx.html#PyNumber_Float,PyObject,PyFloatObject
newLookupErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError
ofExactPyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyKeyErrorObject,PyObject
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newAttributeError.t,PyObject,PyStrObject
toStringCheckThresholdhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#toStringCheckThreshold,PyIntObject,string
getIndexhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/idxHelpers.html#getIndex.t,PyIntObject,int,static[bool]
fromStrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#fromStr,PyIntObject,openArray[C],int,int
>https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#>.t,PyFloatObject,PyFloatObject
ofPyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyProcessLookupErrorObject,PyObject
rshiftPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#rshiftPyIntObjectMagic,PyObject,PyObject
ofPyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeErrorObject,PyObject
PyLong_AsSsize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#PyLong_AsSsize_t,PyObject,int
//https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#//.t,T,PyFloatObject
modPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#modPyFloatObjectMagic,PyObject,PyObject
bit_counthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/bit_length.html#bit_count,PyIntObject
pyNonehttps://npython.nimpylib.org/npython/Objects/noneobject.html#pyNone
newPyStopAsyncIterErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterErrorSimple
ofExactPyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyReferenceErrorObject,PyObject
abshttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#abs,PyFloatObject
ofExactPyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyExceptionObject,PyObject
getClampedIndexhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/idxHelpers.html#getClampedIndex,int,int
ofExactPyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyZeroDivisionErrorObject,PyObject
PyFloat_FromStringhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/fromx.html#PyFloat_FromString,PyObject,PyFloatObject
DUformatDUPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#DUformatDUPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
asDoublehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#asDouble.t,PyFloatObject
==https://npython.nimpylib.org/npython/Objects/stringobject.html#==,PyStrObject,PyStrObject
newPyIntFromPtrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyIntFromPtr,I
PyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTabErrorObject
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/int_bytes.html#newPyInt,openArray[T],Endianness
pyUnicodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeErrorObjectType
newOSErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError
PyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterErrorObject
newPyUnicodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeErrorSimple
PyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeEncodeErrorObject
powhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#pow.t,PyIntObject,T
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,UnicodeVariant,char
toInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toInt,PyIntObject,IntSign
pyIsADirectoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIsADirectoryErrorObjectType
pyRuntimeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyRuntimeErrorObjectType
shrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#shr,PyIntObject,PyIntObject
ofExactPyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionGroupObject,PyObject
newPyUnicodeDecodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeDecodeErrorSimple
newConnectErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError,PyStrObject
ofExactPyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeErrorObject,PyObject
numbitshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/bit_length.html#numbits,PyIntObject
as_integer_ratiohttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#as_integer_ratio,PyFloatObject
ofPyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFloatingPointErrorObject,PyObject
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString_2
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#newPyInt,C
ofPyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopAsyncIterErrorObject,PyObject
newArithmeticErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError,PyStrObject
ofExactPyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionAbortedErrorObject,PyObject
pyIntTenhttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm.html#pyIntTen
addhttps://npython.nimpylib.org/npython/Objects/stringobject.html#add,UnicodeVariant,char
toSomeSignedInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toSomeSignedInt,PyIntObject,IntSign
%https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#%.t,T,PyFloatObject
ofPyExceptionClasshttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass,PyTypeObject
pyIndexErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndexErrorObjectType
newAssertionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError
newRecursionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError,PyStrObject
ofExactPyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileNotFoundErrorObject,PyObject
ofExactPyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyKeyboardInterruptObject,PyObject
newPyKeyErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyKeyErrorSimple
PyNumber_AsSsize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_imp_warn.html#PyNumber_AsSsize_t,PyObject,int
realhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#real.t,PyComplexObject
ofExactPyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeEncodeErrorObject,PyObject
modhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#mod.t,PyIntObject,T
formatValuehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#formatValue,string,PyFloatObject,static[string]
+https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#+.t,T,PyFloatObject
pySystemErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemErrorObjectType
$https://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#$.e,PyFloatObject
PyComplexObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#PyComplexObject
PyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyKeyErrorObject
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,int
pyConnectErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectErrorObjectType
andhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#and.t,T,PyIntObject
parseInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#parseInt,openArray[C],PyIntObject
divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#divmod.t,T,PyIntObject
formatValuehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#formatValue,string,PyFloatObject,string
ofExactPyNoneObjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html#ofExactPyNoneObject,PyObject
PySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemExitObject
ofExactPyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAttributeErrorObject,PyObject
ofExactPyFloatObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#ofExactPyFloatObject,PyObject
ofExactPyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyTypeErrorObject,PyObject
PyLong_AsSsize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#PyLong_AsSsize_t,PyIntObject,int
floormodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#floormod.t,T,PyIntObject
as_integer_ratioPyFloatObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#as_integer_ratioPyFloatObjectMethod,PyObject,openArray[PyObject],PyObject
PyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyOverflowErrorObject
PyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyImportErrorObject
powhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/pow.html#pow,PyFloatObject,float
ofPyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyInterruptedErrorObject,PyObject
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#newPyInt,float
xorPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#xorPyIntObjectMagic,PyObject,PyObject
newAssertionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError,PyStrObject
+https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#+.t,PyFloatObject,T
pyOSErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyOSErrorObjectType
andhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#and.t,PyIntObject,T
newPyStrSimplehttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyStrSimple
reprPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#reprPyFloatObjectMagic,PyObject
powhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#pow.t,T,PyIntObject
ofExactPyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyRecursionErrorObject,PyObject
ofPyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionAbortedErrorObject,PyObject
DUroundDUPyFloatObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#DUroundDUPyFloatObjectMethod,PyObject,openArray[PyObject],PyObject
PyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyRecursionErrorObject
newRuntimeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError
newPyConnectionAbortedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionAbortedErrorSimple
newStopAsyncIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError
PyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIsADirectoryErrorObject
pyIntZerohttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm.html#pyIntZero
floordivPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#floordivPyIntObjectMagic,PyObject,PyObject
PyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAttributeErrorObject
hashhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#hash,PyIntObject
hashhttps://npython.nimpylib.org/npython/Objects/stringobject.html#hash,PyStrObject
pyUnicodeDecodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeDecodeErrorObjectType
newPyModuleNotFoundErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyModuleNotFoundErrorSimple
ofPyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyEOFErrorObject,PyObject
boolPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#boolPyFloatObjectMagic,PyObject
pyValueErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyValueErrorObjectType
subPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#subPyIntObjectMagic,PyObject,PyObject
newPySystemErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemErrorSimple
ofPyComplexObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#ofPyComplexObject,PyObject
isStopIterhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#isStopIter,PyObject
errorIfNothttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,PyObject,string,untyped
absPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#absPyIntObjectMagic,PyObject
ceilDivhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#ceilDiv.t,T,PyIntObject
toNimComplexhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#toNimComplex,PyComplexObject
powhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#pow,PyIntObject,PyIntObject,PyIntObject
errArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errArgNum.t,int,int,string
is_integerhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#is_integer,PyFloatObject
ofExactPyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyRuntimeErrorObject,PyObject
hashPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#hashPyFloatObjectMagic,PyObject
datahttps://npython.nimpylib.org/npython/Objects/stringobject.html#data.t,PyStrObject
boolPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#boolPyIntObjectMagic,PyObject
pyIOErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIOErrorObjectType
subPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#subPyFloatObjectMagic,PyObject,PyObject
hexhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#hex,PyFloatObject
newPyPythonFinalizationErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPythonFinalizationErrorSimple
pyGeneratorExitObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyGeneratorExitObjectType
ofPyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIOErrorObject,PyObject
checkConsistencyhttps://npython.nimpylib.org/npython/Objects/stringobject.html#checkConsistency,PyStrObject,static[bool]
PyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject
ofPyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndexErrorObject,PyObject
newPyGeneratorExitSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyGeneratorExitSimple
orPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#orPyIntObjectMagic,PyObject,PyObject
floatPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#floatPyFloatObjectMagic,PyObject
ofPyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionObject,PyObject
newFloatingPointErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError
ofExactPyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#ofExactPyStrObject,PyObject
newPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#newPyIntObjectMagic,openArray[PyObject],PyObject
PyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionResetErrorObject
privateGetTracebackRefhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef,PyBaseExceptionObject
newPyProcessLookupErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyProcessLookupErrorSimple
PyErr_Formathttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#PyErr_Format,E,PyStrObject
signhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#sign.t,PyIntObject
ofExactPyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndentationErrorObject,PyObject
ofExactPyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyChildProcessErrorObject,PyObject
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyInt,IntObject
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString,PyStrObject
modhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#mod,PyIntObject,
xorhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#xor.t,T,PyIntObject
ofPyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyRuntimeErrorObject,PyObject
ofExactPyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectErrorObject,PyObject
PyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBufferErrorObject
ofExactPyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyInterruptedErrorObject,PyObject
ExceptionTokenhttps://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#ExceptionToken
orhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#or.t,PyIntObject,T
ofExactPyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyValueErrorObject,PyObject
to_byteshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/int_bytes.html#to_bytes,,int,string
newPyComplexhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#newPyComplex,PyFloatObject,PyFloatObject
errorIfNotStringhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotString.t,untyped,string,untyped
PyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionErrorObject
newPyComplexhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#newPyComplex,PyComplex
PyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPermissionErrorObject
pyIndentationErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndentationErrorObjectType
newUnicodeUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariant,seq[Rune]
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#newPyInt,openArray[C]
newPyFileNotFoundErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileNotFoundErrorSimple
==https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#==,PyIntObject,PyIntObject
n_divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#n_divmod,PyIntObject,PyIntObject
pyOverflowErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyOverflowErrorObjectType
ofExactPyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIOErrorObject,PyObject
newIndexTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexTypeError.t,PyStrObject,PyObject
+https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#+,PyIntObject,PyIntObject
reprPyNoneObjectMagichttps://npython.nimpylib.org/npython/Objects/noneobject.html#reprPyNoneObjectMagic,PyObject
PyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyInterruptedErrorObject
newPyIntFromStrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#newPyIntFromStr,openArray[C]
newKeyErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError,PyStrObject
PyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyArithmeticErrorObject
negativePyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#negativePyIntObjectMagic,PyObject
PyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterErrorObject
ofExactPyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTabErrorObject,PyObject
errorIfNothttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,string,PyObject,string,untyped
powhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#pow.t,T,PyFloatObject
[]https://npython.nimpylib.org/npython/Objects/stringobject.html#[],PyStrObject,int
ceilDivhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#ceilDiv.t,PyIntObject,T
/https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#/.t,PyFloatObject,T
DUroundDUPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#DUroundDUPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
andPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#andPyIntObjectMagic,PyObject,PyObject
toFloathttps://npython.nimpylib.org/npython/Objects/numobjects/intobject_decl.html#toFloat,PyIntObject,PyOverflowErrorObject
toFloathttps://npython.nimpylib.org/npython/Objects/numobjects/intobject_decl.html#toFloat,PyIntObject,bool
newIOErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError,PyStrObject
newPyAssertionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAssertionErrorSimple
pyEOFErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyEOFErrorObjectType
newPyIsADirectoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIsADirectoryErrorSimple
asUTF8AndSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8AndSize,PyStrObject
toIntOrRetOFhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toIntOrRetOF.t,PyIntObject
isPyTruehttps://npython.nimpylib.org/npython/Objects/boolobject.html#isPyTrue,PyBoolObject
/https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#/.t,T,PyFloatObject
$https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#$.e,PyIntObject
ofExactPySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemErrorObject,PyObject
isAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#isAscii,PyStrObject
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject
intPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#intPyIntObjectMagic,PyObject
ofExactPyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyGeneratorExitObject,PyObject
newPyConnectionResetErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionResetErrorSimple
ofPyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPythonFinalizationErrorObject,PyObject
*https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#*.t,T,PyFloatObject
PyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileNotFoundErrorObject
xorhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#xor,PyIntObject,PyIntObject
powhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#pow,PyIntObject,PyIntObject
newBufferErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError,PyStrObject
ofExactPyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopIterErrorObject,PyObject
checkArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,int,string
pyConnectionAbortedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionAbortedErrorObjectType
ofPyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileExistsErrorObject,PyObject
PyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnboundLocalErrorObject
shrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#shr.t,PyIntObject,T
ofExactPyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionResetErrorObject,PyObject
PyNumber_Indexhttps://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm_with_warn.html#PyNumber_Index,PyObject
to_byteshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/int_bytes.html#to_bytes,,int,Endianness
pyBaseErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseErrorObjectType
pyProcessLookupErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyProcessLookupErrorObjectType
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError,PyStrObject
pyConnectionRefusedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionRefusedErrorObjectType
PyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyNameErrorObject
intPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#intPyFloatObjectMagic,PyObject
ofExactPyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopAsyncIterErrorObject,PyObject
$https://npython.nimpylib.org/npython/Objects/noneobject.html#$.e,PyNoneObject
PyNumberFloathttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/fromx.html#PyNumberFloat,PyObject
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError
newReferenceErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError,PyStrObject
PyFloat_FromStringhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/fromx.html#PyFloat_FromString
hexPyFloatObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#hexPyFloatObjectMethod,PyObject,openArray[PyObject],PyObject
pyComplexObjectTypehttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#pyComplexObjectType
positivehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/signbit.html#positive.t,PyIntObject
newStopIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError,PyStrObject
toInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toInt,PyIntObject,int
PySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemErrorObject
newConnectErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError
ofExactPyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyProcessLookupErrorObject,PyObject
addPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#addPyIntObjectMagic,PyObject,PyObject
%https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#%.t,T,PyIntObject
pyFalseObjhttps://npython.nimpylib.org/npython/Objects/boolobject.html#pyFalseObj
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant
divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#divmod,PyIntObject,PyIntObject
pySystemExitObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemExitObjectType
andhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#and,PyIntObject,PyIntObject
ofExactPyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotADirectoryErrorObject,PyObject
ofPyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIsADirectoryErrorObject,PyObject
ofPyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyReferenceErrorObject,PyObject
powPoshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#powPos,PyIntObject,PyIntObject
pyFloatObjectTypehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#pyFloatObjectType
newStopIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError
get_max_str_digitshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#get_max_str_digits.t
newStopAsyncIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError,PyStrObject
checkArgNumAtMosthttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtMost.t,int,string
modhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#mod.t,T,PyIntObject
ofExactPyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFloatingPointErrorObject,PyObject
newPyComplexhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#newPyComplex,PyComplexObject
MAX_UNICODEhttps://npython.nimpylib.org/npython/Objects/stringobject.html#MAX_UNICODE
PyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLockErrorObject
newPyTimeoutErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTimeoutErrorSimple
format_binaryhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#format_binary,PyIntObject,uint8,bool,string
newAsciiUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newAsciiUnicodeVariant,seq[char]
ofExactPyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnboundLocalErrorObject,PyObject
floormodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#floormod,PyIntObject,PyIntObject
setSignNegativehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/signbit.html#setSignNegative.t,PyIntObject
newPyLookupErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLookupErrorSimple
pyStopAsyncIterErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterErrorObjectType
gtPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#gtPyFloatObjectMagic,PyObject,PyObject
newPyLockErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLockErrorSimple
newPyEOFErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyEOFErrorSimple
newAsciiUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newAsciiUnicodeVariant
pyPythonFinalizationErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPythonFinalizationErrorObjectType
ofPyIntObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#ofPyIntObject,PyObject
<https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#<,PyIntObject,PyIntObject
ofExactPyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyOverflowErrorObject,PyObject
newPyTabErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTabErrorSimple
PyNumber_AsSsize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_imp_warn.html#PyNumber_AsSsize_t,PyObject,PyTypeObject,PyBaseErrorObject
pyTabErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTabErrorObjectType
nil2nonehttps://npython.nimpylib.org/npython/Objects/noneobject.html#nil2none,PyObject
newSystemErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError
newPyBufferErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBufferErrorSimple
ofPyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPermissionErrorObject,PyObject
<https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#<.t,PyFloatObject,T
toRuneshttps://npython.nimpylib.org/npython/Objects/stringobject.html#toRunes,UnicodeVariant
-https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#-,PyIntObject,PyIntObject
ofPyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyValueErrorObject,PyObject
ofExactPyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyImportErrorObject,PyObject
absToUInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#absToUInt,PyIntObject,SomeUnsignedInt
divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#divmod.t,PyFloatObject,T
PyStopIterationObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterationObject
newPyExceptionSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyExceptionSimple
newLockErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError,PyStrObject
PyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyModuleNotFoundErrorObject
PyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeTranslateErrorObject
newPyNotImplementedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotImplementedErrorSimple
ofPyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionObject,PyObject
pyUnicodeEncodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeEncodeErrorObjectType
floordivNonZerohttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#floordivNonZero,PyIntObject,PyIntObject
ofExactPyComplexObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#ofExactPyComplexObject,PyObject
ofExactPyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBufferErrorObject,PyObject
newSystemExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit,PyStrObject
PyLong_FromUnicodeObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/fromx.html#PyLong_FromUnicodeObject,PyStrObject,int
ofPyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTabErrorObject,PyObject
ofPyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyGeneratorExitObject,PyObject
PyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionAbortedErrorObject
isPyNonehttps://npython.nimpylib.org/npython/Objects/noneobject.html#isPyNone,PyObject
ofPySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemErrorObject,PyObject
hashhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/hashes.html#hash,PyFloatObject
divhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#div,PyIntObject,PyIntObject
*https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#*.t,PyFloatObject,PyFloatObject
floordivhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#floordiv,PyIntObject,PyIntObject
PyIntObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#PyIntObject
ofExactPyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyMemoryErrorObject,PyObject
pySyntaxErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySyntaxErrorObjectType
toUInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toUInt,PyIntObject,IntSign
newPyAttributeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAttributeErrorSimple
newIndexErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError
divmodNonZerohttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#divmodNonZero,PyIntObject,PyIntObject
positivePyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#positivePyFloatObjectMagic,PyObject
pyConnectionResetErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionResetErrorObjectType
PyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndentationErrorObject
PyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionRefusedErrorObject
newPyComplexSimplehttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#newPyComplexSimple
newPyFloathttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#newPyFloat,float
newPyFloatFromhexhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#newPyFloatFromhex,PyStrObject
pyBoolObjectTypehttps://npython.nimpylib.org/npython/Objects/boolobject.html#pyBoolObjectType
//https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#//.t,PyFloatObject,T
PyFloat_AsFloathttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/toval.html#PyFloat_AsFloat,PyObject,float32
ofPyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeTranslateErrorObject,PyObject
newPyStrhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyStr.t
ofPyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBrokenPipeErrorObject,PyObject
negatehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/signbit.html#negate.t,PyIntObject
newSystemErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError,PyStrObject
ofPyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionRefusedErrorObject,PyObject
$https://npython.nimpylib.org/npython/Objects/stringobject.html#$,UnicodeVariant
ofPyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotImplementedErrorObject,PyObject
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,char
ofPyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileNotFoundErrorObject,PyObject
newPyConnectionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionErrorSimple
ofExactPyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAssertionErrorObject,PyObject
newNameErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError,PyStrObject
toUInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toUInt,PyIntObject,uint
-https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#-,PyIntObject
floatPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#floatPyIntObjectMagic,PyObject
ofExactPyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPythonFinalizationErrorObject,PyObject
newPyTypeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyTypeErrorSimple
<https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#<.t,T,PyFloatObject
newPythonFinalizationErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError,PyStrObject
ofPyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAttributeErrorObject,PyObject
hashPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#hashPyIntObjectMagic,PyObject
shlhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#shl,PyIntObject,PyIntObject
-https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#-.t,PyIntObject,T
shlhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#shl.t,PyIntObject,T
from_bytesPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#from_bytesPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
newPySystemExitSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemExitSimple
newPyValueErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyValueErrorSimple
newPyOSErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyOSErrorSimple
newPyFileExistsErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileExistsErrorSimple
newPyPermissionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPermissionErrorSimple
newPyChildProcessErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyChildProcessErrorSimple
pyMemoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyMemoryErrorObjectType
pyStrObjectTypehttps://npython.nimpylib.org/npython/Objects/stringobject.html#pyStrObjectType
doBothKindOkhttps://npython.nimpylib.org/npython/Objects/stringobject.html#doBothKindOk.t,UnicodeVariant,
ofPyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#ofPyBoolObject,PyObject
ofPyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnboundLocalErrorObject,PyObject
divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#divmod,PyFloatObject,PyFloatObject
newFloatingPointErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError,PyStrObject
addPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#addPyFloatObjectMagic,PyObject,PyObject
newSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError,PyStrObject
newPyIndexErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndexErrorSimple
asUTF8AndSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8AndSize,UnicodeVariant
newLockErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError
PyLong_AsSize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#PyLong_AsSize_t,PyIntObject,uint
divremhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#divrem,PyIntObject,PyIntObject
eqPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#eqPyIntObjectMagic,PyObject,PyObject
ofPyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAssertionErrorObject,PyObject
newPyIntFromPtrhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyIntFromPtr,pointer
newPyInthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#newPyInt,PyIntObject
none2nilhttps://npython.nimpylib.org/npython/Objects/noneobject.html#none2nil,PyObject
newPyAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyAscii_2
newPyBaseExceptionSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionSimple
newArithmeticErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError
formatValuehttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#formatValue,string,PyIntObject,string
ofPySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemExitObject,PyObject
ofPyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyKeyboardInterruptObject,PyObject
to_byteshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/int_bytes.html#to_bytes,,int,Endianness,seq[T]
ofPyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionErrorObject,PyObject
retIfExchttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyBaseErrorObject
flipSignhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/signbit.html#flipSign.t,PyIntObject
newPyZeroDivisionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyZeroDivisionErrorSimple
newNotImplementedErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError,PyStrObject
cmpAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#cmpAscii,PyStrObject,string
ofExactPyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPermissionErrorObject,PyObject
pyNotADirectoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotADirectoryErrorObjectType
newPySyntaxErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySyntaxErrorSimple
lshiftPyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#lshiftPyIntObjectMagic,PyObject,PyObject
newPyComplexhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#newPyComplex,SomeFloat,SomeFloat
ofExactPyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#ofExactPyBoolObject,PyObject
newKeyErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError
newIOErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError
ofPyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyNameErrorObject,PyObject
ofPyExceptionInstancehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionInstance,PyObject
BaseExceptionTokenhttps://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#BaseExceptionToken
PyFloatObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/decl.html#PyFloatObject
*https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#*.t,T,PyIntObject
ofExactPyIntObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#ofExactPyIntObject,PyObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t
PyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBlockingIOErrorObject
ofPyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyArithmeticErrorObject,PyObject
ofPyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTimeoutErrorObject,PyObject
PyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotImplementedErrorObject
divhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#div.t,PyIntObject,T
nothttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#not,PyIntObject
PyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#PyBoolObject
<=https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#<=.t,PyFloatObject,T
PyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyValueErrorObject
ofPyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyModuleNotFoundErrorObject,PyObject
ofExactPyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIsADirectoryErrorObject,PyObject
pyKeyboardInterruptObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyKeyboardInterruptObjectType
ofPyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndentationErrorObject,PyObject
newGeneratorExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit,PyStrObject
getTokenNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getTokenName
positivePyIntObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#positivePyIntObjectMagic,PyObject
PyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyChildProcessErrorObject
ofPyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyTypeErrorObject,PyObject
floormodNonZerohttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#floormodNonZero,PyIntObject,PyIntObject
ofExactPyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBlockingIOErrorObject,PyObject
privateGetTracebackRef=https://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef=,PyBaseExceptionObject,PyObject
divmodhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#divmod.t,T,PyFloatObject
newPyNotADirectoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotADirectoryErrorSimple
newPyArithmeticErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyArithmeticErrorSimple
powNeghttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html#powNeg,PyIntObject,PyIntObject
newPyStrhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyStr.t_2
itemSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#itemSize.t,UnicodeVariant
newEOFErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError,PyStrObject
ofExactPyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTimeoutErrorObject,PyObject
PyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIOErrorObject
Py_HashDoublehttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject/hashes.html#Py_HashDouble,PyObject,float
ofPyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeDecodeErrorObject,PyObject
pyTypeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyTypeErrorObjectType
shlhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_bitwise.html#shl,PyIntObject,BiggestUInt
newPyStopIterationSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterationSimple.t
newPyIndentationErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndentationErrorSimple
PyLong_AsSize_thttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#PyLong_AsSize_t,PyObject,uint
pyReferenceErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyReferenceErrorObjectType
pyStopAsyncIterationObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterationObjectType
hashhttps://npython.nimpylib.org/npython/Objects/stringobject.html#hash,UnicodeVariant
newPyBaseExceptionGroupSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionGroupSimple
newPyComplexhttps://npython.nimpylib.org/npython/Objects/numobjects/complexobject/decl.html#newPyComplex,openArray[char]
powPyFloatObjectMagichttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#powPyFloatObjectMagic,PyObject,PyObject,PyObject
*https://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#*.t,PyFloatObject,T
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,,
ofExactPyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionErrorObject,PyObject
divhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#div.t,T,PyIntObject
newPyUnicodeEncodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeEncodeErrorSimple
PyNumber_Longhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/fromx.html#PyNumber_Long,PyObject,PyIntObject
toSomeSignedIntUnsafehttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_toint.html#toSomeSignedIntUnsafe,PyIntObject
bit_lengthPyIntObjectMethodhttps://npython.nimpylib.org/npython/Objects/numobjects/intobjectImpl.html#bit_lengthPyIntObjectMethod,PyObject,openArray[PyObject],PyObject
pyNameErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyNameErrorObjectType
PyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyReferenceErrorObject
*https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_basic_arith.html#*,PyIntObject,PyIntObject
floorDivhttps://npython.nimpylib.org/npython/Objects/numobjects/floatobject.html#floorDiv,PyFloatObject,PyFloatObject
floordivhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_mix_nim.html#floordiv.t,T,PyIntObject
addOpCodehttps://npython.nimpylib.org/npython/Objects/codeobject.html#addOpCode,PyCodeObject,tuple[OpCode,OpArg,int]
nlocalsPyCodeObjectSetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#nlocalsPyCodeObjectSetter,PyObject,PyObject
firstlinenoPyCodeObjectGetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#firstlinenoPyCodeObjectGetter,PyObject
kwonlyargcounthttps://npython.nimpylib.org/npython/Objects/codeobject.html#kwonlyargcount,PyCodeObject
kwonlyargcountPyCodeObjectSetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#kwonlyargcountPyCodeObjectSetter,PyObject,PyObject
ofExactPyCodeObjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html#ofExactPyCodeObject,PyObject
argcountPyCodeObjectGetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#argcountPyCodeObjectGetter,PyObject
firstlinenohttps://npython.nimpylib.org/npython/Objects/codeobject.html#firstlineno,PyCodeObject
nlocalsPyCodeObjectGetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#nlocalsPyCodeObjectGetter,PyObject
kwonlyargcountPyCodeObjectGetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#kwonlyargcountPyCodeObjectGetter,PyObject
argcounthttps://npython.nimpylib.org/npython/Objects/codeobject.html#argcount,PyCodeObject
reprPyCodeObjectMagichttps://npython.nimpylib.org/npython/Objects/codeobject.html#reprPyCodeObjectMagic,PyObject
code_adaptivehttps://npython.nimpylib.org/npython/Objects/codeobject.html#code_adaptive,PyCodeObject
argcountPyCodeObjectSetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#argcountPyCodeObjectSetter,PyObject,PyObject
lenhttps://npython.nimpylib.org/npython/Objects/codeobject.html#len,PyCodeObject
newPyCodeSimplehttps://npython.nimpylib.org/npython/Objects/codeobject.html#newPyCodeSimple
codePyCodeObjectSetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#codePyCodeObjectSetter,PyObject,PyObject
PyCodeObjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html#PyCodeObject
pyCodeObjectTypehttps://npython.nimpylib.org/npython/Objects/codeobject.html#pyCodeObjectType
OpArghttps://npython.nimpylib.org/npython/Objects/codeobject.html#OpArg
ofPyCodeObjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html#ofPyCodeObject,PyObject
toStringByhttps://npython.nimpylib.org/npython/Objects/codeobject.html#toStringBy,tuple[OpCode,OpArg],PyCodeObject,seq[PyCodeObject]
newPyCodehttps://npython.nimpylib.org/npython/Objects/codeobject.html#newPyCode,PyStrObject,PyStrObject,int
nlocalshttps://npython.nimpylib.org/npython/Objects/codeobject.html#nlocals,PyCodeObject
SUnpython_reprPyCodeObjectMethodhttps://npython.nimpylib.org/npython/Objects/codeobject.html#SUnpython_reprPyCodeObjectMethod,PyObject,openArray[PyObject],PyObject
codePyCodeObjectGetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#codePyCodeObjectGetter,PyObject
firstlinenoPyCodeObjectSetterhttps://npython.nimpylib.org/npython/Objects/codeobject.html#firstlinenoPyCodeObjectSetter,PyObject,PyObject
$https://npython.nimpylib.org/npython/Objects/codeobject.html#$.e,PyCodeObject
withValuehttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#withValue.t,PyDictObject,PyObject,,
keysPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#keysPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
ofExactPyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#ofExactPyDictObject,PyObject
rawEqhttps://npython.nimpylib.org/npython/Objects/hash.html#rawEq,PyObject,PyObject
==https://npython.nimpylib.org/npython/Objects/hash.html#==,PyObject,PyObject
INFhttps://npython.nimpylib.org/npython/Objects/hash_def.html#INF
setDefaultRefhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#setDefaultRef,PyDictObject,PyObject,PyObject,PyObject
updatehttps://npython.nimpylib.org/npython/Objects/dictobject.html#update,PyDictObject,PyDictObject
GetItemReshttps://npython.nimpylib.org/npython/Utils/optres.html#GetItemRes
setdefaultPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#setdefaultPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
withValuehttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#withValue.t,PyDictObject,PyObject,,,
Py_HashBufferhttps://npython.nimpylib.org/npython/Objects/hash_def.html#Py_HashBuffer,pointer,int
getItemhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#getItem,PyDictObject,PyObject
delitemPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#delitemPyDictObjectMagic,PyObject,PyObject
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject_2
hashPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#hashPyDictObjectMagic,PyObject
handleHashExchttps://npython.nimpylib.org/npython/Objects/hash.html#handleHashExc.t
newPyDicthttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#newPyDict,openArray[]
itemshttps://npython.nimpylib.org/npython/Objects/dictobject.html#items.i,PyDictObject
setDefaultRefhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#setDefaultRef,PyDictObject,PyObject,PyObject
newPyDicthttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#newPyDict,sinkTable[K: PyObject,V: PyObject]
clearhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#clear,PyDictObject
PyHash_GetFuncDefhttps://npython.nimpylib.org/npython/Objects/hash_def.html#PyHash_GetFuncDef
orPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#orPyDictObjectMagic,PyObject,PyObject
getitemPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#getitemPyDictObjectMagic,PyObject,PyObject
hasKeyhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#hasKey,PyDictObject,PyObject
MULTIPLIERhttps://npython.nimpylib.org/npython/Objects/hash_def.html#MULTIPLIER
[]=https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#[]=,PyDictObject,PyObject,PyObject
hashhttps://npython.nimpylib.org/npython/Objects/hash.html#hash,PyObject
lenPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#lenPyDictObjectMagic,PyObject
PyObject_Hashhttps://npython.nimpylib.org/npython/Objects/hash.html#PyObject_Hash,PyObject
keyshttps://npython.nimpylib.org/npython/Objects/dictobject.html#keys.i,PyDictObject
valuesPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#valuesPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
IMAGhttps://npython.nimpylib.org/npython/Objects/hash_def.html#IMAG
==https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#==,PyDictObject,PyDictObject
reprPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#reprPyDictObjectMagic,PyObject
delitemImplhttps://npython.nimpylib.org/npython/Objects/dictobject.html#delitemImpl,PyDictObject,PyObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,,_2
Py_SupHashBufferhttps://npython.nimpylib.org/npython/Objects/hash_def.html#Py_SupHashBuffer
itemsPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#itemsPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
setDefaultRefhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#setDefaultRef,PyDictObject,PyStrObject,PyObject
newPyDictSimplehttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#newPyDictSimple
setItemhttps://npython.nimpylib.org/npython/Objects/dictobject.html#setItem,PyDictObject,PyObject,PyObject
getItemRefhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#getItemRef,PyDictObject,PyObject,PyObject,PyBaseErrorObject
valueshttps://npython.nimpylib.org/npython/Objects/dictobject.html#values.i,PyDictObject
withValuehttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#withValue.t,PyDictObject,PyStrObject,,,
getPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#getPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
pophttps://npython.nimpylib.org/npython/Objects/dictobject.html#pop,PyDictObject,PyStrObject,PyObject
iterPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#iterPyDictObjectMagic,PyObject
clearPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#clearPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
containshttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#contains,PyDictObject,PyObject
rawHashhttps://npython.nimpylib.org/npython/Objects/hash.html#rawHash,PyObject
PyHash_FuncDefhttps://npython.nimpylib.org/npython/Objects/hash_def.html#PyHash_FuncDef
eqPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#eqPyDictObjectMagic,PyObject,PyObject
unhashablehttps://npython.nimpylib.org/npython/Objects/hash.html#unhashable,PyObject
getItemRefhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#getItemRef,PyDictObject,PyStrObject,PyObject
PyHash_SetFuncDefhttps://npython.nimpylib.org/npython/Objects/hash_def.html#PyHash_SetFuncDef,PyHash_FuncDef
hasKeyhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#hasKey,PyDictObject,PyStrObject
Py_HashPointerhttps://npython.nimpylib.org/npython/Objects/hash.html#Py_HashPointer
delhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#del,PyDictObject,PyObject
withValuehttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#withValue.t,PyDictObject,PyStrObject,,
pairshttps://npython.nimpylib.org/npython/Objects/dictobject.html#pairs.i,PyDictObject
setdefaulthttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#setdefault,PyDictObject,PyObject,PyObject
pophttps://npython.nimpylib.org/npython/Objects/dictobject.html#pop,PyDictObject,PyObject,PyObject
ofPyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#ofPyDictObject,PyObject
popPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#popPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
containsPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#containsPyDictObjectMagic,PyObject,PyObject
[]=https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#[]=,PyDictUnderlyingType,PyStrObject,PyObject
getOptionalItemhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#getOptionalItem,PyDictObject,PyObject
newPyDicthttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#newPyDict,openArray[]_2
setitemPyDictObjectMagichttps://npython.nimpylib.org/npython/Objects/dictobject.html#setitemPyDictObjectMagic,PyObject,PyObject,PyObject
PyObject_Eqhttps://npython.nimpylib.org/npython/Objects/hash.html#PyObject_Eq,PyObject,PyObject,PyBaseErrorObject
Py_HashBufferhttps://npython.nimpylib.org/npython/Objects/hash_def.html#Py_HashBuffer,openArray[T]
copyPyDictObjectMethodhttps://npython.nimpylib.org/npython/Objects/dictobject.html#copyPyDictObjectMethod,PyObject,openArray[PyObject],PyObject
pyDictObjectTypehttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#pyDictObjectType
handleHashExchttps://npython.nimpylib.org/npython/Objects/hash.html#handleHashExc.t,,
[]=https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#[]=,PyDictObject,PyStrObject,PyObject
lenhttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#len.t,PyDictObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t_2
hasOnlyStringKeyshttps://npython.nimpylib.org/npython/Objects/dictobject.html#hasOnlyStringKeys,PyDictObject
[]https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#[],PyDictObject,PyObject
newPyDicthttps://npython.nimpylib.org/npython/Objects/dictobject/ops.html#newPyDict
PyObject_Hashhttps://npython.nimpylib.org/npython/Objects/hash.html#PyObject_Hash,PyObject,PyBaseErrorObject
[]https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#[],PyDictUnderlyingType,PyStrObject
[]https://npython.nimpylib.org/npython/Objects/dictobject/ops.html#[],PyDictObject,PyStrObject
iterPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#iterPyFrameLocalsProxyObjectMagic,PyObject
f_localsPyFrameObjectGetterhttps://npython.nimpylib.org/npython/Objects/frameobject.html#f_localsPyFrameObjectGetter,PyObject
reprPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#reprPyFrameLocalsProxyObjectMagic,PyObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
getLineNumberhttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLineNumber,PyFrameObject
getvalhttps://npython.nimpylib.org/npython/Objects/frameobject.html#getval,PyFrameObject,PyCodeObject,int
pyFrameLocalsProxyObjectTypehttps://npython.nimpylib.org/npython/Objects/frameobject.html#pyFrameLocalsProxyObjectType
PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameLocalsProxyObject
pyFrameObjectTypehttps://npython.nimpylib.org/npython/Objects/frameobject.html#pyFrameObjectType
newPyFramehttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrame
getitemPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#getitemPyFrameLocalsProxyObjectMagic,PyObject,PyObject
newPyFrameSimplehttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameSimple
f_localsPyFrameObjectSetterhttps://npython.nimpylib.org/npython/Objects/frameobject.html#f_localsPyFrameObjectSetter,PyObject,PyObject
toPyDicthttps://npython.nimpylib.org/npython/Objects/frameobject.html#toPyDict,PyFrameObject
$https://npython.nimpylib.org/npython/Objects/frameobject.html#$.e,PyFrameObject
privateOwnerhttps://npython.nimpylib.org/npython/Objects/frameobject.html#privateOwner,PyFrameObject
keysPyFrameLocalsProxyObjectMethodhttps://npython.nimpylib.org/npython/Objects/frameobject.html#keysPyFrameLocalsProxyObjectMethod,PyObject,openArray[PyObject],PyObject
reprPyFrameObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#reprPyFrameObjectMagic,PyObject
keyshttps://npython.nimpylib.org/npython/Objects/frameobject.html#keys,PyFrameLocalsProxyObject
getLocalshttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLocals,PyFrameObject
newPyFrameLocalsProxySimplehttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxySimple
hasvalhttps://npython.nimpylib.org/npython/Objects/frameobject.html#hasval,PyFrameObject,PyCodeObject,int
PyInterpFrameOwnerhttps://npython.nimpylib.org/npython/Include/internal/pycore_interpframe_struct.html#PyInterpFrameOwner
ofPyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofPyFrameLocalsProxyObject,PyObject
getLocalsImplhttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLocalsImpl,PyFrameObject
newPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxyObjectMagic,openArray[PyObject],PyObject
newPyFrameLocalsProxyhttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxy,PyFrameObject
ofExactPyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofExactPyFrameObject,PyObject
ofPyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofPyFrameObject,PyObject
ofExactPyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofExactPyFrameLocalsProxyObject,PyObject
PyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#PyBoolObject_2
pyBoolObjectTypehttps://npython.nimpylib.org/npython/Objects/boolobject.html#pyBoolObjectType_2
pyFalseObjhttps://npython.nimpylib.org/npython/Objects/boolobject.html#pyFalseObj_2
andPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#andPyBoolObjectMagic,PyObject,PyObject
xorPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#xorPyBoolObjectMagic,PyObject,PyObject
ofPyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#ofPyBoolObject,PyObject_2
PyObject_IsTruehttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#PyObject_IsTrue,PyObject,bool
reprPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#reprPyBoolObjectMagic,PyObject
isPyTruehttps://npython.nimpylib.org/npython/Objects/boolobject.html#isPyTrue,PyBoolObject_2
newPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#newPyBoolObjectMagic,openArray[PyObject],PyObject
$https://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#$.e,PyBoolObject
ofExactPyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#ofExactPyBoolObject,PyObject_2
notPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#notPyBoolObjectMagic,PyObject
orPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#orPyBoolObjectMagic,PyObject,PyObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t_3
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject_3
boolPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#boolPyBoolObjectMagic,PyObject
eqPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#eqPyBoolObjectMagic,PyObject,PyObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,,_3
newPyBoolhttps://npython.nimpylib.org/npython/Objects/boolobject.html#newPyBool,bool_2
pyTrueObjhttps://npython.nimpylib.org/npython/Objects/boolobject.html#pyTrueObj_2
hashPyBoolObjectMagichttps://npython.nimpylib.org/npython/Objects/boolobjectImpl.html#hashPyBoolObjectMagic,PyObject
insertPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#insertPyListObjectMethod,PyObject,openArray[PyObject],PyObject
newPyListhttps://npython.nimpylib.org/npython/Objects/listobject.html#newPyList,openArray[PyObject]
reprPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#reprPyListObjectMagic,PyObject
genMutableSequenceMethodshttps://npython.nimpylib.org/npython/Objects/listobject.html#genMutableSequenceMethods.t,,,,,
newPyListhttps://npython.nimpylib.org/npython/Objects/listobject.html#newPyList
containsPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#containsPyListObjectMagic,PyObject,PyObject
popPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#popPyListObjectMethod,PyObject,openArray[PyObject],PyObject
mulPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#mulPyListObjectMagic,PyObject,PyObject
appendhttps://npython.nimpylib.org/npython/Objects/listobject.html#append,PyListObject,PyObject
newPyListSimplehttps://npython.nimpylib.org/npython/Objects/listobject.html#newPyListSimple
initPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#initPyListObjectMagic,PyObject,openArray[PyObject],PyObject
eqPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#eqPyListObjectMagic,PyObject,PyObject
ofExactPyListObjecthttps://npython.nimpylib.org/npython/Objects/listobject.html#ofExactPyListObject,PyObject
removePyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#removePyListObjectMethod,PyObject,openArray[PyObject],PyObject
newPyListhttps://npython.nimpylib.org/npython/Objects/listobject.html#newPyList,int
copyPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#copyPyListObjectMethod,PyObject,openArray[PyObject],PyObject
imulPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#imulPyListObjectMagic,PyObject,PyObject
extendPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#extendPyListObjectMethod,PyObject,openArray[PyObject],PyObject
pairshttps://npython.nimpylib.org/npython/Objects/listobject.html#pairs.i,PyListObject
helloPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#helloPyListObjectMethod,PyObject,openArray[PyObject],PyObject
getitemPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#getitemPyListObjectMagic,PyObject,PyObject
lenPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#lenPyListObjectMagic,PyObject
extendhttps://npython.nimpylib.org/npython/Objects/listobject.html#extend,PyListObject,PyObject
addPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#addPyListObjectMagic,PyObject,PyObject
[]=https://npython.nimpylib.org/npython/Objects/listobject.html#[]=,PyListObject,int,PyObject
doreadPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#doreadPyListObjectMethod,PyObject,openArray[PyObject],PyObject
ofPyListObjecthttps://npython.nimpylib.org/npython/Objects/listobject.html#ofPyListObject,PyObject
pyListObjectTypehttps://npython.nimpylib.org/npython/Objects/listobject.html#pyListObjectType
itemshttps://npython.nimpylib.org/npython/Objects/listobject.html#items.i,PyListObject
aintPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#aintPyListObjectMethod,PyObject,openArray[PyObject],PyObject
reversePyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#reversePyListObjectMethod,PyObject,openArray[PyObject],PyObject
appendPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#appendPyListObjectMethod,PyObject,openArray[PyObject],PyObject
PyListObjecthttps://npython.nimpylib.org/npython/Objects/listobject.html#PyListObject
setitemPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#setitemPyListObjectMagic,PyObject,PyObject,PyObject
[]=https://npython.nimpylib.org/npython/Objects/listobject.html#[]=,PyListObject,HSlice,seq[PyObject]
newPyListhttps://npython.nimpylib.org/npython/Objects/listobject.html#newPyList,sinkseq[PyObject]
hashPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#hashPyListObjectMagic,PyObject
lenhttps://npython.nimpylib.org/npython/Objects/listobject.html#len.t,PyListObject
iterPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#iterPyListObjectMagic,PyObject
addhttps://npython.nimpylib.org/npython/Objects/listobject.html#add,PyListObject,PyObject
iaddPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#iaddPyListObjectMagic,PyObject,PyObject
countPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#countPyListObjectMethod,PyObject,openArray[PyObject],PyObject
delitemPyListObjectMagichttps://npython.nimpylib.org/npython/Objects/listobject.html#delitemPyListObjectMagic,PyObject,PyObject
indexPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#indexPyListObjectMethod,PyObject,openArray[PyObject],PyObject
clearPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#clearPyListObjectMethod,PyObject,openArray[PyObject],PyObject
toPyTuplehttps://npython.nimpylib.org/npython/Objects/listobject.html#toPyTuple,PyListObject
doclearPyListObjectMethodhttps://npython.nimpylib.org/npython/Objects/listobject.html#doclearPyListObjectMethod,PyObject,openArray[PyObject],PyObject
[]https://npython.nimpylib.org/npython/Objects/listobject.html#[].t,PyListObject,int
newPyModulehttps://npython.nimpylib.org/npython/Objects/moduleobject.html#newPyModule
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T
getDicthttps://npython.nimpylib.org/npython/Objects/moduleobject.html#getDict
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]
==https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T]
=copyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T]
=wasMovedhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=wasMoved,RtArray[T]
newPyModuleSimplehttps://npython.nimpylib.org/npython/Objects/moduleobject.html#newPyModuleSimple
=destroyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto]
PyModuleDefhttps://npython.nimpylib.org/npython/Objects/moduledefs.html#PyModuleDef
getRawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T]
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$
namehttps://npython.nimpylib.org/npython/Objects/moduleobject.html#name
namePyModuleObjectGetterhttps://npython.nimpylib.org/npython/Objects/moduleobject.html#namePyModuleObjectGetter,PyObject
PyModuleObjecthttps://npython.nimpylib.org/npython/Objects/moduleobject.html#PyModuleObject
newPyModuleImplhttps://npython.nimpylib.org/npython/Objects/moduleobject.html#newPyModuleImpl.t,typedesc[PyModuleObject],PyTypeObject,
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]
PyModuleDef_Slothttps://npython.nimpylib.org/npython/Objects/moduledefs.html#PyModuleDef_Slot
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]
PyModuleDef_Slotshttps://npython.nimpylib.org/npython/Objects/moduledefs.html#PyModuleDef_Slots
ofExactPyModuleObjecthttps://npython.nimpylib.org/npython/Objects/moduleobject.html#ofExactPyModuleObject,PyObject
pyModuleObjectTypehttps://npython.nimpylib.org/npython/Objects/moduleobject.html#pyModuleObjectType
PyModuleDef_SlotKindhttps://npython.nimpylib.org/npython/Objects/moduledefs.html#PyModuleDef_SlotKind
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural
name=https://npython.nimpylib.org/npython/Objects/moduleobject.html#name=,,PyStrObject
ofPyModuleObjecthttps://npython.nimpylib.org/npython/Objects/moduleobject.html#ofPyModuleObject,PyObject
namePyModuleObjectSetterhttps://npython.nimpylib.org/npython/Objects/moduleobject.html#namePyModuleObjectSetter,PyObject,PyObject
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]
newPyModuleDefhttps://npython.nimpylib.org/npython/Objects/moduledefs.html#newPyModuleDef,string,PyTypeObject
newPyNimFunchttps://npython.nimpylib.org/npython/Objects/methodobject.html#newPyNimFunc,TernaryMethod,PyStrObject,PyObject
pyNimFuncObjectTypehttps://npython.nimpylib.org/npython/Objects/methodobject.html#pyNimFuncObjectType
NFunchttps://npython.nimpylib.org/npython/Objects/methodobject.html#NFunc
newPyNimFuncSimplehttps://npython.nimpylib.org/npython/Objects/methodobject.html#newPyNimFuncSimple
ofPyNimFuncObjecthttps://npython.nimpylib.org/npython/Objects/methodobject.html#ofPyNimFuncObject,PyObject
newPyNimFunchttps://npython.nimpylib.org/npython/Objects/methodobject.html#newPyNimFunc,BltinMethod,PyStrObject,PyObject
ofExactPyNimFuncObjecthttps://npython.nimpylib.org/npython/Objects/methodobject.html#ofExactPyNimFuncObject,PyObject
newPyNimFunchttps://npython.nimpylib.org/npython/Objects/methodobject.html#newPyNimFunc,BltinFunc,PyStrObject
callPyNimFuncObjectMagichttps://npython.nimpylib.org/npython/Objects/methodobject.html#callPyNimFuncObjectMagic,PyObject,openArray[PyObject],PyObject
PyNimFuncObjecthttps://npython.nimpylib.org/npython/Objects/methodobject.html#PyNimFuncObject
newPyNimFunchttps://npython.nimpylib.org/npython/Objects/methodobject.html#newPyNimFunc,BinaryMethod,PyStrObject,PyObject
newPyNimFunchttps://npython.nimpylib.org/npython/Objects/methodobject.html#newPyNimFunc,UnaryMethod,PyStrObject,PyObject
PyFunctionObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#PyFunctionObject
ofExactPyStaticMethodObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#ofExactPyStaticMethodObject,PyObject
pyFunctionObjectTypehttps://npython.nimpylib.org/npython/Objects/funcobject.html#pyFunctionObjectType
pyBoundMethodObjectTypehttps://npython.nimpylib.org/npython/Objects/funcobject.html#pyBoundMethodObjectType
ofExactPyFunctionObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#ofExactPyFunctionObject,PyObject
PyBoundMethodObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#PyBoundMethodObject
newPyFunchttps://npython.nimpylib.org/npython/Objects/funcobject.html#newPyFunc,PyStrObject,PyCodeObject,PyDictObject,PyTupleObject,PyTupleObject
initPyStaticMethodObjectMagichttps://npython.nimpylib.org/npython/Objects/funcobject.html#initPyStaticMethodObjectMagic,PyObject,openArray[PyObject],PyObject
PyStaticMethodObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#PyStaticMethodObject
ofExactPyBoundMethodObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#ofExactPyBoundMethodObject,PyObject
ofPyBoundMethodObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#ofPyBoundMethodObject,PyObject
pyStaticMethodObjectTypehttps://npython.nimpylib.org/npython/Objects/funcobject.html#pyStaticMethodObjectType
newPyStaticMethodSimplehttps://npython.nimpylib.org/npython/Objects/funcobject.html#newPyStaticMethodSimple
modulePyBoundMethodObjectGetterhttps://npython.nimpylib.org/npython/Objects/funcobject.html#modulePyBoundMethodObjectGetter,PyObject
getPyFunctionObjectMagichttps://npython.nimpylib.org/npython/Objects/funcobject.html#getPyFunctionObjectMagic,PyObject,PyObject
ofPyStaticMethodObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#ofPyStaticMethodObject,PyObject
newBoundMethodhttps://npython.nimpylib.org/npython/Objects/funcobject.html#newBoundMethod,PyFunctionObject,PyObject
ofPyFunctionObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#ofPyFunctionObject,PyObject
getPyBoundMethodObjectMagichttps://npython.nimpylib.org/npython/Objects/funcobject.html#getPyBoundMethodObjectMagic,PyObject,PyObject
newPyFunctionSimplehttps://npython.nimpylib.org/npython/Objects/funcobject.html#newPyFunctionSimple
modulePyBoundMethodObjectSetterhttps://npython.nimpylib.org/npython/Objects/funcobject.html#modulePyBoundMethodObjectSetter,PyObject,PyObject
namePyBoundMethodObjectGetterhttps://npython.nimpylib.org/npython/Objects/funcobject.html#namePyBoundMethodObjectGetter,PyObject
newPyBoundMethodSimplehttps://npython.nimpylib.org/npython/Objects/funcobject.html#newPyBoundMethodSimple
getPyStaticMethodObjectMagichttps://npython.nimpylib.org/npython/Objects/funcobject.html#getPyStaticMethodObjectMagic,PyObject,PyObject
namePyBoundMethodObjectSetterhttps://npython.nimpylib.org/npython/Objects/funcobject.html#namePyBoundMethodObjectSetter,PyObject,PyObject
newPyStaticMethodhttps://npython.nimpylib.org/npython/Objects/funcobject.html#newPyStaticMethod,PyObject
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T_2
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken
idhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id,PyObject
bltinFuncParamshttps://npython.nimpylib.org/npython/Objects/pyobject.html#bltinFuncParams
$https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E]
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,,
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len_2
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string
allowSelfReadWhenBeforeRealWritehttps://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t
$https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject
toTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m,typedesc[O]
ofPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject
castTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castTypeOrRetTE.t,PyObject,typedesc[O],varargs[untyped]
getNameAndArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#getNameAndArgTypes,NimNode
orhttps://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E]
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer_2
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
getDictUnsafehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,PyObject
forMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t,,PyTypeObject,
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject,PyObject
==https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T]_2
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NimNode,NPyMethodKind
methodMacroTmplhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject,
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray_2
pyDestructorPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string
pyNotImplementedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplemented
reprLockWithMsgExprhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsgExpr.m,untyped,untyped
tp_freehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t,PyTypeObject,PyObjectObj
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]_2
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,,
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag
reprLockhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m,untyped
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods
=destroyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto]_2
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
mutablehttps://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m,untyped,untyped
hasDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$_2
tpGetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m,untyped,untyped
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject
tpMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMagic.m,untyped,untyped
tpSetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpSetter.m,untyped,untyped
callInplaceMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callInplaceMagic.t,PyObject,untyped,PyObject
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]_2
ofExactPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject
toIntFlaghttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c,PY_TPFLAGS
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural_2
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T]
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS
initPyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject
tpMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMethod.m,untyped,untyped
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,,
callOnceFinalizerFromDeallochttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t,PyObjectObj,
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int_2
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]_2
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py]
getDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict,PyObject
iterMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i,PyTypeObject
prepareIntFlagOrhttps://npython.nimpylib.org/npython/Utils/intflags.html#prepareIntFlagOr.t
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
getMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t,PyObject,
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethod
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[seq[Py]]
=copyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T]_2
Py_IShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS,PyObject,PyObject
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NPyMethodKind
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
checkArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m,untyped,untyped
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,
Py_IS_TYPEhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE,PyObject,PyTypeObject
castSelfhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castSelf.m,untyped,untyped
declarePyTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#declarePyType.m,untyped,untyped
pow3rdArgMustBeNonehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pow3rdArgMustBeNone.t
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]
reprLockWithMsghttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m,string,untyped
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]_2
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E]
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_2
|https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#|,PY_TPFLAGS,PY_TPFLAGS
=wasMovedhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=wasMoved,RtArray[T]_2
getRawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T]_2
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]_2
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict
getFunhttps://npython.nimpylib.org/npython/Objects/pyobject.html#getFun.t,PyObject,untyped
islowerPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#islowerPystrObjectMethod,PyObject,openArray[PyObject],PyObject
upperhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#upper,PyStrObject
endswithhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#endswith,PyStrObject,PyTupleObject,int
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString,PyStrObject_2
asUTF8https://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8,UnicodeVariant_2
newPyStrIterSimplehttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#newPyStrIterSimple
PyUnicode_AsUTF8AndSizehttps://npython.nimpylib.org/npython/Objects/stringobject/utf8apis.html#PyUnicode_AsUTF8AndSize,PyObject,string,int
handleFormatExchttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#handleFormatExc.t
hashhttps://npython.nimpylib.org/npython/Objects/stringobject.html#hash,UnicodeVariant_2
endswithhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#endswith,PyStrObject,PyStrObject,int
formatValuehttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#formatValue,string,O,static[string]
isdecimalhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isdecimal,PyStrObject
striphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#strip,PyStrObject,PyObject
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString,seq[Rune]_2
newUnicodeUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariant,seq[Rune]_2
rfindhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rfind,PyStrObject,PyStrObject,int
PyStrFmthttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#PyStrFmt
raisePyFormatExchttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#raisePyFormatExc.t,PyBaseErrorObject
rpartitionPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rpartitionPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
splithttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#split,PyStrObject,PyStrObject,int
PyUnicode_InternMortalhttps://npython.nimpylib.org/npython/Objects/stringobject/internal.html#PyUnicode_InternMortal,PyStrObject
asUTF8https://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8,PyStrObject_2
newUnicodeUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariant,cstring_2
upperPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#upperPystrObjectMethod,PyObject,openArray[PyObject],PyObject
findhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#find,PyStrObject,PyStrObject,PyIntObject,PyIntObject
capitalizePystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#capitalizePystrObjectMethod,PyObject,openArray[PyObject],PyObject
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,UnicodeVariant,UnicodeVariant_2
striphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#strip,PyStrObject,PyStrObject
isspacehttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isspace,PyStrObject
==https://npython.nimpylib.org/npython/Objects/stringobject.html#==,UnicodeVariant,UnicodeVariant_2
PyStrIterObjecthttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#PyStrIterObject
substringhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#substring,PyStrObject,int,int,PyStrObject
addPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#addPyStrObjectMagic,PyObject,PyObject
bindFormatValuehttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#bindFormatValue.t,,
endswithhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#endswith,PyStrObject,PyObject,int
rindexPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rindexPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
implMethodGenTargetAndStartStophttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#implMethodGenTargetAndStartStop.t
addhttps://npython.nimpylib.org/npython/Objects/stringobject.html#add,UnicodeVariant,char_2
titlehttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#title,PyStrObject
isalphahttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isalpha,PyStrObject
checkConsistencyhttps://npython.nimpylib.org/npython/Objects/stringobject.html#checkConsistency,PyStrObject,static[bool]_2
titlePystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#titlePystrObjectMethod,PyObject,openArray[PyObject],PyObject
findhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#find,UnicodeVariant,char,int
==https://npython.nimpylib.org/npython/Objects/stringobject.html#==,PyStrObject,PyStrObject_2
splithttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#split,PyStrObject,PyNoneObject,int
ofExactPyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#ofExactPyStrObject,PyObject_2
fastCopyCharactershttps://npython.nimpylib.org/npython/Objects/stringobject.html#fastCopyCharacters,PyStrObject,int,PyStrObject,int,int_2
removeprefixhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#removeprefix,PyStrObject,PyStrObject
rstriphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rstrip,PyStrObject,PyObject
replacehttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#replace,PyStrObject,PyStrObject,PyStrObject
PyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject_2
countPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#countPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
ofPyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#ofPyStrObject,PyObject_2
joinAsRuneshttps://npython.nimpylib.org/npython/Objects/stringobject.html#joinAsRunes,openArray[UnicodeVariant],string_2
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,int_2
centerhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#center,PyStrObject,int
newPyStrFhttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#newPyStrF.t
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,char_2
PyUnicode_FromOrdinalhttps://npython.nimpylib.org/npython/Objects/stringobject/unicodeapis.html#PyUnicode_FromOrdinal,int
rsplithttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rsplit,PyStrObject,PyObject,int
itemSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#itemSize.t,UnicodeVariant_2
endswithPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#endswithPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
rstriphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rstrip,PyStrObject,PyStrObject
reprhttps://npython.nimpylib.org/npython/Objects/stringobject.html#repr,PyStrObject_2
isspacePystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isspacePystrObjectMethod,PyObject,openArray[PyObject],PyObject
lstriphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#lstrip,PyStrObject,PyStrObject
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,Rune_2
setPyFormatExchttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#setPyFormatExc.t,PyBaseErrorObject
removeprefixPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#removeprefixPystrObjectMethod,PyObject,openArray[PyObject],PyObject
strPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#strPyStrObjectMagic,PyObject
datahttps://npython.nimpylib.org/npython/Objects/stringobject.html#data.t,PyStrObject_2
kindhttps://npython.nimpylib.org/npython/Objects/stringobject.html#kind.t,PyStrObject_2
UnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#UnicodeVariant_2
rjustPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rjustPystrObjectMethod,PyObject,openArray[PyObject],PyObject
centerPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#centerPystrObjectMethod,PyObject,openArray[PyObject],PyObject
formatValuehttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#formatValue,string,PyStrObject,static[string]
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString_3
partitionPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#partitionPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
containsPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#containsPyStrObjectMagic,PyObject,PyObject
removesuffixhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#removesuffix,PyStrObject,PyStrObject
$https://npython.nimpylib.org/npython/Objects/stringobject.html#$.e,PyStrObject_2
getitemPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#getitemPyStrObjectMagic,PyObject,PyObject
formatValuehttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#formatValue,string,O,string
indexPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#indexPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
capitalizehttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#capitalize,PyStrObject
rsplitPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rsplitPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
newUnicodeUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariant,string_2
startswithhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#startswith,PyStrObject,PyObject,int
newAsciiUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newAsciiUnicodeVariant_2
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,UnicodeVariant,char_2
splithttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#split,PyStrObject,PyObject,int
rfindhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rfind,PyStrObject,PyStrObject,PyIntObject,PyIntObject
implMethodGenTargetAndStartStophttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#implMethodGenTargetAndStartStop.t_2
pyStrObjectTypehttps://npython.nimpylib.org/npython/Objects/stringobject.html#pyStrObjectType_2
findhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#find,PyStrObject,PyStrObject,int
rstriphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rstrip,PyStrObject
replacehttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#replace,PyStrObject,PyStrObject,PyStrObject,int
doBothKindOkhttps://npython.nimpylib.org/npython/Objects/stringobject.html#doBothKindOk.t,UnicodeVariant,_2
rsplithttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rsplit,PyStrObject,PyNoneObject,int
iterPyStrIterObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#iterPyStrIterObjectMagic,PyObject
newAsciiUnicodeVariantOfCaphttps://npython.nimpylib.org/npython/Objects/stringobject.html#newAsciiUnicodeVariantOfCap,int_2
ljusthttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#ljust,PyStrObject,int
&https://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#&.t,typedesc[PyStrFmt],
toRuneshttps://npython.nimpylib.org/npython/Objects/stringobject.html#toRunes,UnicodeVariant_2
substringUnsafehttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#substringUnsafe,PyStrObject,int,int
[]https://npython.nimpylib.org/npython/Objects/stringobject.html#[],PyStrObject,int_2
isdecimalPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isdecimalPystrObjectMethod,PyObject,openArray[PyObject],PyObject
asUTF8AndSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8AndSize,UnicodeVariant_2
newPyStrhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyStr.t_3
eqPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#eqPyStrObjectMagic,PyObject,PyObject
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,PyStrObject,PyStrObject_2
newUnicodeUnicodeVariantOfCaphttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeUnicodeVariantOfCap,int_2
istitlePystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#istitlePystrObjectMethod,PyObject,openArray[PyObject],PyObject
isupperPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isupperPystrObjectMethod,PyObject,openArray[PyObject],PyObject
removesuffixPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#removesuffixPystrObjectMethod,PyObject,openArray[PyObject],PyObject
lstriphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#lstrip,PyStrObject,PyObject
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant_2
startswithPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#startswithPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
isupperhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isupper,PyStrObject
$https://npython.nimpylib.org/npython/Objects/stringobject.html#$,UnicodeVariant_2
newPyStrhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyStr.t_4
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject_2
startswithhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#startswith,PyStrObject,PyStrObject,int
isAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#isAscii,PyStrObject_2
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject_4
rjusthttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rjust,PyStrObject,int
DUformatDUPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#DUformatDUPystrObjectMethod,PyObject,openArray[PyObject],PyObject
hashhttps://npython.nimpylib.org/npython/Objects/stringobject.html#hash,PyStrObject_2
handleFormatExchttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#handleFormatExc.t,,
findPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#findPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
cmpAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#cmpAscii,PyStrObject,string_2
rpartitionhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rpartition,PyStrObject,PyStrObject
lowerPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#lowerPystrObjectMethod,PyObject,openArray[PyObject],PyObject
pyStrIterObjectTypehttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#pyStrIterObjectType
PyUnicode_READhttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyUnicode_READ,bool,UnicodeVariant,int_2
reprPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#reprPyStrObjectMagic,PyObject
newPyStrIterhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#newPyStrIter,PyStrObject
implFormatValuehttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#implFormatValue.t,,
joinPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#joinPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
lenhttps://npython.nimpylib.org/npython/Objects/stringobject.html#len,UnicodeVariant_2
partitionhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#partition,PyStrObject,PyStrObject
handleValueErrorAsPyFormatExchttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#handleValueErrorAsPyFormatExc.t
&https://npython.nimpylib.org/npython/Objects/stringobject.html#&,PyStrObject,char_2
asUTF8AndSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#asUTF8AndSize,PyStrObject_2
newPyAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyAscii_3
lenPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#lenPyStrObjectMagic,PyObject
hashPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#hashPyStrObjectMagic,PyObject
FormatPyObjectErrorhttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#FormatPyObjectError
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,,_4
splitlineshttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#splitlines,PyStrObject
expandtabshttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#expandtabs,PyStrObject,int
lstripPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#lstripPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
newUnicodeOrAsciiUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeOrAsciiUnicodeVariant_2
doKindsWith2Ithttps://npython.nimpylib.org/npython/Objects/stringobject.html#doKindsWith2It.m,UnicodeVariant,UnicodeVariant,_2
ljustPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#ljustPystrObjectMethod,PyObject,openArray[PyObject],PyObject
formatValuehttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#formatValue,string,PyStrObject,string
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString,UnicodeVariant_2
islowerhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#islower,PyStrObject
newUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newUnicodeVariant,openArray[char]_2
replacePyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#replacePyStrObjectMethod,PyObject,openArray[PyObject],PyObject
isasciiPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#isasciiPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
casefoldhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#casefold,PyStrObject
expandtabsPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#expandtabsPystrObjectMethod,PyObject,openArray[PyObject],PyObject
joinhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/join.html#join,PyStrObject,openArray[T]
casefoldPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#casefoldPystrObjectMethod,PyObject,openArray[PyObject],PyObject
istitlehttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#istitle,PyStrObject
eqAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#eqAscii,PyStrObject,string_2
rfindhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rfind,UnicodeVariant,char,int
findhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#find,PyStrObject,char,int
striphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#strip,PyStrObject
rstripPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rstripPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
rfindPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rfindPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
ofPyStrIterObjecthttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#ofPyStrIterObject,PyObject
newPyStringhttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyString_4
PyUnicode_FromOrdinalhttps://npython.nimpylib.org/npython/Objects/stringobject/unicodeapis.html#PyUnicode_FromOrdinal,int32
itemSizehttps://npython.nimpylib.org/npython/Objects/stringobject.html#itemSize.t,PyStrObject_2
lstriphttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#lstrip,PyStrObject
splitlinesPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#splitlinesPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
rfindhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#rfind,PyStrObject,char,int
zfillhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#zfill,PyStrObject,int
MAX_UNICODEhttps://npython.nimpylib.org/npython/Objects/stringobject.html#MAX_UNICODE_2
startswithhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#startswith,PyStrObject,PyTupleObject,int
rsplithttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#rsplit,PyStrObject,PyStrObject,int
&https://npython.nimpylib.org/npython/Objects/stringobject/strformat.html#&.t,,
newAsciiUnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#newAsciiUnicodeVariant,seq[char]_2
PyUnicode_FromOrdinalhttps://npython.nimpylib.org/npython/Objects/stringobject/unicodeapis.html#PyUnicode_FromOrdinal,uint32
newPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#newPyStrObjectMagic,openArray[PyObject],PyObject
iternextPyStrIterObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#iternextPyStrIterObjectMagic,PyObject
isalphaPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#isalphaPystrObjectMethod,PyObject,openArray[PyObject],PyObject
lenhttps://npython.nimpylib.org/npython/Objects/stringobject.html#len,PyStrObject_2
newPyAsciihttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyAscii_4
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t_4
zfillPystrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#zfillPystrObjectMethod,PyObject,openArray[PyObject],PyObject
addhttps://npython.nimpylib.org/npython/Objects/stringobject.html#add.t,seq[Rune],char_2
stripPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#stripPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
splitPyStrObjectMethodhttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#splitPyStrObjectMethod,PyObject,openArray[PyObject],PyObject
lowerhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/pkgs.html#lower,PyStrObject
joinhttps://npython.nimpylib.org/npython/Objects/stringobject/meth/join.html#join,PyStrObject,PyObject
iterPyStrObjectMagichttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#iterPyStrObjectMagic,PyObject
genFormathttps://npython.nimpylib.org/npython/Objects/stringobject/fstring.html#genFormat.t
ofExactPyStrIterObjecthttps://npython.nimpylib.org/npython/Objects/stringobject/meth.html#ofExactPyStrIterObject,PyObject
PyUnicode_fromStringAndSizehttps://npython.nimpylib.org/npython/Objects/stringobject/utf8apis.html#PyUnicode_fromStringAndSize,string,int
newPyStrSimplehttps://npython.nimpylib.org/npython/Objects/stringobject.html#newPyStrSimple_2
pyRangeObjectTypehttps://npython.nimpylib.org/npython/Objects/rangeobject.html#pyRangeObjectType
PyRangeObjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html#PyRangeObject
PyRangeIterObjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html#PyRangeIterObject
ofPyRangeObjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html#ofPyRangeObject,PyObject
iterPyRangeIterObjectMagichttps://npython.nimpylib.org/npython/Objects/rangeobject.html#iterPyRangeIterObjectMagic,PyObject
pyRangeIterObjectTypehttps://npython.nimpylib.org/npython/Objects/rangeobject.html#pyRangeIterObjectType
iterPyRangeObjectMagichttps://npython.nimpylib.org/npython/Objects/rangeobject.html#iterPyRangeObjectMagic,PyObject
ofExactPyRangeObjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html#ofExactPyRangeObject,PyObject
ofExactPyRangeIterObjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html#ofExactPyRangeIterObject,PyObject
newPyRangeIterSimplehttps://npython.nimpylib.org/npython/Objects/rangeobject.html#newPyRangeIterSimple
iternextPyRangeIterObjectMagichttps://npython.nimpylib.org/npython/Objects/rangeobject.html#iternextPyRangeIterObjectMagic,PyObject
reprPyRangeObjectMagichttps://npython.nimpylib.org/npython/Objects/rangeobject.html#reprPyRangeObjectMagic,PyObject
ofPyRangeIterObjecthttps://npython.nimpylib.org/npython/Objects/rangeobject.html#ofPyRangeIterObject,PyObject
initPyRangeObjectMagichttps://npython.nimpylib.org/npython/Objects/rangeobject.html#initPyRangeObjectMagic,PyObject,openArray[PyObject],PyObject
newPyRangeSimplehttps://npython.nimpylib.org/npython/Objects/rangeobject.html#newPyRangeSimple
lenPyRangeObjectMagichttps://npython.nimpylib.org/npython/Objects/rangeobject.html#lenPyRangeObjectMagic,PyObject
characters_writtenPyOSErrorObjectGetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectGetter,PyObject
PyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyRecursionErrorObject_2
newRuntimeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError_2
newPyConnectionAbortedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionAbortedErrorSimple_2
PyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyProcessLookupErrorObject_2
newStopAsyncIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError_2
pyPermissionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPermissionErrorObjectType_2
PyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIsADirectoryErrorObject_2
pyIndentationErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndentationErrorObjectType_2
newPyBrokenPipeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBrokenPipeErrorSimple_2
newPyLookupErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLookupErrorSimple_2
PySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySyntaxErrorObject_2
newNotImplementedErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError_2
PyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAttributeErrorObject_2
ofExactPyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyMemoryErrorObject,PyObject_2
pyStopIterationObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterationObjectType_2
PyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyRuntimeErrorObject_2
newStopAsyncIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError,PyStrObject_2
ofPyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyEOFErrorObject,PyObject_2
PyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPermissionErrorObject_2
newPySystemErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemErrorSimple_2
ofExactPyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIOErrorObject,PyObject_2
newPyBaseErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseErrorSimple.t_2
isStopIterhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#isStopIter,PyObject_2
errorIfNothttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,string,PyObject,string,untyped_2
newPyMemoryErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyMemoryErrorObjectMagic,openArray[PyObject],PyObject
newPyAttributeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAttributeErrorSimple_2
newModuleNotFoundErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError_2
initPySyntaxErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySyntaxErrorObjectMagic,PyObject,openArray[PyObject],PyObject
newZeroDivisionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError,PyStrObject_2
reprPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyImportErrorObjectMagic,PyObject
pyKeyErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyKeyErrorObjectType_2
errArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errArgNum.t,int,int,string_2
newPyKeyboardInterruptObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyKeyboardInterruptObjectMagic,openArray[PyObject],PyObject
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject_2
newTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError_2
ofExactPyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyRuntimeErrorObject,PyObject_2
pyLockErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLockErrorObjectType_2
matchExcphttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#matchExcp,PyTypeObject,PyExceptionObject
newStopIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError_2
newGeneratorExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit,PyStrObject_2
pyIOErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIOErrorObjectType_2
PyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeDecodeErrorObject_2
ofExactPyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileNotFoundErrorObject,PyObject_2
ofExactPyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyNameErrorObject,PyObject_2
newPyPythonFinalizationErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPythonFinalizationErrorSimple_2
pyGeneratorExitObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyGeneratorExitObjectType_2
ofPyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIOErrorObject,PyObject_2
tb_nextPyTracebackObjectSetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectSetter,PyObject,PyObject
newOverflowErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError_2
PyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject_2
ofPyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBufferErrorObject,PyObject_2
newPyGeneratorExitSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyGeneratorExitSimple_2
newSystemErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError,PyStrObject_2
ofPyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionObject,PyObject_2
newValueErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError,PyStrObject_2
newFloatingPointErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError,PyStrObject_2
ofExactPyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyReferenceErrorObject,PyObject_2
set_tb_nexthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_tb_next,PyTracebackObject,PyObject
ofPySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySyntaxErrorObject,PyObject_2
PyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionResetErrorObject_2
fromBltinSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#fromBltinSyntaxError,SyntaxError,PyStrObject
newPyProcessLookupErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyProcessLookupErrorSimple_2
PyErr_Formathttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#PyErr_Format,E,PyStrObject_2
ofExactPyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndentationErrorObject,PyObject_2
pyLookupErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLookupErrorObjectType_2
newBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException_2
ofExactPyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotImplementedErrorObject,PyObject_2
newPyNameErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyNameErrorSimple_2
ofExactPyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndexErrorObject,PyObject_2
PyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionGroupObject_2
pyStopIterErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterErrorObjectType_2
checkArgNumAtMosthttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtMost.t,int,string_2
pyUnicodeDecodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeDecodeErrorObjectType_2
initBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException,PyBaseExceptionObject,openArray[PyObject]
newMemoryErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError_2
newPyLockErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLockErrorObjectMagic,openArray[PyObject],PyObject
newPyBlockingIOErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBlockingIOErrorSimple_2
pyZeroDivisionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyZeroDivisionErrorObjectType_2
ofPyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyRuntimeErrorObject,PyObject_2
newBaseErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError_2
ofExactPyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFloatingPointErrorObject,PyObject_2
newPyBaseExceptionGroupObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionGroupObjectMagic,openArray[PyObject],PyObject
newPyLookupErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLookupErrorObjectMagic,openArray[PyObject],PyObject
PyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBufferErrorObject_2
newRecursionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError_2
ofPyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileNotFoundErrorObject,PyObject_2
ExceptionTokenhttps://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#ExceptionToken_2
set_characters_writtenhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_characters_written,PyOSErrorObject,PyObject
pyFloatingPointErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFloatingPointErrorObjectType_2
ofExactPyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyValueErrorObject,PyObject_2
newBaseExceptionGrouphttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup,PyStrObject_2
PyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject_2
errorIfNotStringhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotString.t,untyped,string,untyped_2
PyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionErrorObject_2
pyBrokenPipeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBrokenPipeErrorObjectType_2
ofPyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeEncodeErrorObject,PyObject_2
pyValueErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyValueErrorObjectType_2
errorIfNothttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,PyObject,string,untyped_2
pyFileNotFoundErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileNotFoundErrorObjectType_2
initPyOSErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyOSErrorObjectMagic,PyObject,openArray[PyObject],PyObject
newPyFileNotFoundErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileNotFoundErrorSimple_2
ofPyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLockErrorObject,PyObject_2
pyOverflowErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyOverflowErrorObjectType_2
newPyConnectErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectErrorSimple_2
newIndexTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexTypeError.t,PyStrObject,PyObject_2
PyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyMemoryErrorObject_2
newPyValueErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyValueErrorObjectMagic,openArray[PyObject],PyObject
PyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyInterruptedErrorObject_2
newKeyErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError,PyStrObject_2
PyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyArithmeticErrorObject_2
ofPyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBlockingIOErrorObject,PyObject_2
ofExactPyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeTranslateErrorObject,PyObject_2
ofExactPyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyEOFErrorObject,PyObject_2
newBaseExceptionGrouphttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup_2
newModuleNotFoundErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError,PyStrObject_2
pyAssertionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAssertionErrorObjectType_2
PyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotADirectoryErrorObject_2
ofPyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofPyTracebackObject,PyObject
PyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterErrorObject_2
pyBaseExceptionGroupObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionGroupObjectType_2
ofPyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyZeroDivisionErrorObject,PyObject_2
newPyIOErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIOErrorSimple_2
newPyAssertionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAssertionErrorSimple_2
pyEOFErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyEOFErrorObjectType_2
newPySyntaxErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySyntaxErrorObjectMagic,openArray[PyObject],PyObject
ofPyExceptionInstancehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionInstance,PyObject_2
newReferenceErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError_2
newPyArithmeticErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyArithmeticErrorObjectMagic,openArray[PyObject],PyObject
newPyLockErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLockErrorSimple_2
$https://npython.nimpylib.org/npython/Objects/exceptions/base.html#$.e,PyExceptionObject_2
characters_writtenPyOSErrorObjectSetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectSetter,PyObject,PyObject
PyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPythonFinalizationErrorObject_2
ofExactPySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemErrorObject,PyObject_2
pyRecursionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyRecursionErrorObjectType_2
ofExactPySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemExitObject,PyObject_2
ofExactPyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyGeneratorExitObject,PyObject_2
newPyConnectionResetErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionResetErrorSimple_2
newIOErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError_2
PyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFloatingPointErrorObject_2
PyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyGeneratorExitObject_2
PyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileNotFoundErrorObject_2
ofPyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyMemoryErrorObject,PyObject_2
strPyKeyErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyKeyErrorObjectMagic,PyObject
newBufferErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError_2
checkArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,string_2
pyConnectionAbortedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionAbortedErrorObjectType_2
pyChildProcessErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyChildProcessErrorObjectType_2
ofPyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileExistsErrorObject,PyObject_2
newPyStopAsyncIterationSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterationSimple.t_2
PyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyTypeErrorObject_2
newSystemExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit,PyStrObject_2
ofPyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTabErrorObject,PyObject_2
ofExactPyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionResetErrorObject,PyObject_2
ofExactPyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofExactPyTracebackObject,PyObject
newZeroDivisionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError_2
newPyRuntimeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyRuntimeErrorSimple_2
ofPyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndentationErrorObject,PyObject_2
pyStopAsyncIterationObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterationObjectType_2
pyBaseErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseErrorObjectType_2
pyProcessLookupErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyProcessLookupErrorObjectType_2
strPySyntaxErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPySyntaxErrorObjectMagic,PyObject
ofExactPySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySyntaxErrorObject,PyObject_2
ofExactPyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLockErrorObject,PyObject_2
PyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeErrorObject_2
newPyTracebackSimplehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTracebackSimple
pyConnectionRefusedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionRefusedErrorObjectType_2
PyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyNameErrorObject_2
ofExactPyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopAsyncIterErrorObject,PyObject_2
ofExactPyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionRefusedErrorObject,PyObject_2
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError_2
newTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError,PyStrObject_2
retIfExchttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyObject_2
newNameErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError_2
newReferenceErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError,PyStrObject_2
PyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTabErrorObject_2
newPyConnectionRefusedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionRefusedErrorSimple_2
PySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemErrorObject_2
newConnectErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError_2
PyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLookupErrorObject_2
ofExactPyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyProcessLookupErrorObject,PyObject_2
ofPyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionResetErrorObject,PyObject_2
ofExactPyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionAbortedErrorObject,PyObject_2
newEOFErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError_2
newIndexErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError,PyStrObject_2
newPyEOFErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyEOFErrorObjectMagic,openArray[PyObject],PyObject
pyTimeoutErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTimeoutErrorObjectType_2
pySystemExitObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemExitObjectType_2
ofExactPyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyArithmeticErrorObject,PyObject_2
ofExactPyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotADirectoryErrorObject,PyObject_2
ofPyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIsADirectoryErrorObject,PyObject_2
newBaseErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError,PyStrObject_2
ofPyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyRecursionErrorObject,PyObject_2
isThrownExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#isThrownException.t,PyObject_2
newStopIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError,PyStrObject_2
pyInterruptedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyInterruptedErrorObjectType_2
ofPyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLookupErrorObject,PyObject_2
privateGetTracebackRefhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef,PyBaseExceptionObject_2
newPyOSErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyOSErrorObjectMagic,openArray[PyObject],PyObject
pyAttributeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAttributeErrorObjectType_2
initBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException,PyBaseExceptionObject,PyTupleObject
newKeyboardInterrupthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt,PyStrObject_2
newGeneratorExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit_2
PyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAssertionErrorObject_2
ofPyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionGroupObject,PyObject_2
PyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLockErrorObject_2
newPyStopIterErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterErrorSimple_2
newPySystemExitObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemExitObjectMagic,openArray[PyObject],PyObject
newPyIsADirectoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIsADirectoryErrorSimple_2
ofPyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopAsyncIterErrorObject,PyObject_2
getBltinNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,ExceptionToken_2
ofPyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyReferenceErrorObject,PyObject_2
ofPyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPythonFinalizationErrorObject,PyObject_2
ofExactPyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTabErrorObject,PyObject_2
PyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyModuleNotFoundErrorObject_2
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newAttributeError.t,PyObject,PyStrObject_2
pyFileExistsErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileExistsErrorObjectType_2
ofExactPyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileExistsErrorObject,PyObject_2
newIOErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError,PyStrObject_2
PyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyOverflowErrorObject_2
ofExactPyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnboundLocalErrorObject,PyObject_2
getBltinNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,BaseExceptionToken_2
newPyEOFErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyEOFErrorSimple_2
newPyReferenceErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyReferenceErrorSimple_2
newImportErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError,PyStrObject_2
pyPythonFinalizationErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPythonFinalizationErrorObjectType_2
newPyNameErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyNameErrorObjectMagic,openArray[PyObject],PyObject
newPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyImportErrorObjectMagic,openArray[PyObject],PyObject
newOverflowErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError,PyStrObject_2
initPySystemExitObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySystemExitObjectMagic,PyObject,openArray[PyObject],PyObject
ofPyExceptionClasshttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass.t,PyObject_2
ofPyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyValueErrorObject,PyObject_2
newPyBufferErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBufferErrorObjectMagic,openArray[PyObject],PyObject
PyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBrokenPipeErrorObject_2
ofExactPyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBrokenPipeErrorObject,PyObject_2
newPyTabErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTabErrorSimple_2
ofPyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndexErrorObject,PyObject_2
newBufferErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError,PyStrObject_2
newSystemErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError_2
ofExactPyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopIterErrorObject,PyObject_2
newPyBufferErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBufferErrorSimple_2
getIterableWithCheckhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#getIterableWithCheck.t,PyObject_2
newNameErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError,PyStrObject_2
pyTracebackObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#pyTracebackObjectType
newUnboundLocalErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError_2
ofPyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyKeyErrorObject,PyObject_2
ofExactPyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyImportErrorObject,PyObject_2
privateGetTracebackRef=https://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef=,PyBaseExceptionObject,PyObject_2
newValueErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError_2
newFloatingPointErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError_2
newPyExceptionSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyExceptionSimple_2
PyExc_InitTypeshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyExc_InitTypes
newLockErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError,PyStrObject_2
newImportErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError_2
newLookupErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError,PyStrObject_2
ofPyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyChildProcessErrorObject,PyObject_2
PyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeTranslateErrorObject_2
newPyNotImplementedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotImplementedErrorSimple_2
ofPyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionObject,PyObject_2
ofPyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopIterErrorObject,PyObject_2
pyUnicodeEncodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeEncodeErrorObjectType_2
newPyMemoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyMemoryErrorSimple_2
getSourcehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#getSource,PyStrObject,int,
pyBufferErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBufferErrorObjectType_2
PyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnboundLocalErrorObject_2
newOSErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError_2
ofExactPyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBufferErrorObject,PyObject_2
ofExactPyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyInterruptedErrorObject,PyObject_2
newSystemExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit_2
ofExactPyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeDecodeErrorObject,PyObject_2
newKeyboardInterrupthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt_2
PyStopAsyncIterationObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterationObject_2
getTokenNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getTokenName_2
newPySystemErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemErrorObjectMagic,openArray[PyObject],PyObject
pyBaseExceptionObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionObjectType_2
PyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionAbortedErrorObject_2
characters_writtenhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_written,PyOSErrorObject
errorIfNotBoolhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotBool.t,PyObject,string,untyped_2
ofPySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemErrorObject,PyObject_2
initPyNameErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyNameErrorObjectMagic,PyObject,openArray[PyObject],PyObject
newRuntimeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError,PyStrObject_2
PyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyZeroDivisionErrorObject_2
pyConnectionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionErrorObjectType_2
ofPyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectErrorObject,PyObject_2
pySyntaxErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySyntaxErrorObjectType_2
ofExactPyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionObject,PyObject_2
newIndexErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError_2
newPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionObjectMagic,openArray[PyObject],PyObject
ofExactPyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectErrorObject,PyObject_2
PyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyKeyboardInterruptObject_2
pyConnectionResetErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionResetErrorObjectType_2
PyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndentationErrorObject_2
PyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionRefusedErrorObject_2
subErrshttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#subErrs_2
ofPyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeTranslateErrorObject,PyObject_2
ofPyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBrokenPipeErrorObject,PyObject_2
isExceptionOfhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#isExceptionOf,PyObject,ExceptionToken_2
strPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyBaseExceptionObjectMagic,PyObject
newPyAssertionErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAssertionErrorObjectMagic,openArray[PyObject],PyObject
ofPyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionRefusedErrorObject,PyObject_2
isExceptionTypehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#isExceptionType,PyObject
newPyOverflowErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyOverflowErrorSimple_2
ofPyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotImplementedErrorObject,PyObject_2
get_tb_nexthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#get_tb_next,PyTracebackObject
pyBlockingIOErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBlockingIOErrorObjectType_2
PyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndexErrorObject_2
newPyConnectionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionErrorSimple_2
ofExactPyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAssertionErrorObject,PyObject_2
checkArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,int,string_2
ofPyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPermissionErrorObject,PyObject_2
newPyStopIterErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopIterErrorObjectMagic,openArray[PyObject],PyObject
newPyRuntimeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyRuntimeErrorObjectMagic,openArray[PyObject],PyObject
newPyFloatingPointErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFloatingPointErrorSimple_2
ofExactPyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPythonFinalizationErrorObject,PyObject_2
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError,PyStrObject_2
newPyTypeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyTypeErrorSimple_2
PyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTimeoutErrorObject_2
newPythonFinalizationErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError,PyStrObject_2
newUnboundLocalErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError,PyStrObject_2
PyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileExistsErrorObject_2
ofPyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAttributeErrorObject,PyObject_2
pyTypeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyTypeErrorObjectType_2
newPyTimeoutErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTimeoutErrorSimple_2
newPyInterruptedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyInterruptedErrorSimple_2
pyModuleNotFoundErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyModuleNotFoundErrorObjectType_2
pyUnicodeTranslateErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeTranslateErrorObjectType_2
ofPyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyImportErrorObject,PyObject_2
ofExactPyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyOverflowErrorObject,PyObject_2
ofPyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyOverflowErrorObject,PyObject_2
newPySystemExitSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemExitSimple_2
newPyValueErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyValueErrorSimple_2
newPyOSErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyOSErrorSimple_2
newPyUnicodeTranslateErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeTranslateErrorSimple_2
newPyFileExistsErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileExistsErrorSimple_2
ofExactPyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyOSErrorObject,PyObject_2
newPyPermissionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPermissionErrorSimple_2
newNotImplementedErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError,PyStrObject_2
pyMemoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyMemoryErrorObjectType_2
newPyGeneratorExitObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyGeneratorExitObjectMagic,openArray[PyObject],PyObject
PyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectErrorObject_2
newBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException,PyStrObject_2
newMemoryErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError,PyStrObject_2
newPyKeyboardInterruptSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyKeyboardInterruptSimple_2
ofPyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnboundLocalErrorObject,PyObject_2
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
newPythonFinalizationErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError_2
ofExactPyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyChildProcessErrorObject,PyObject_2
PyStopIterationObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterationObject_2
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject_2
newPyRecursionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyRecursionErrorSimple_2
pyUnboundLocalErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnboundLocalErrorObjectType_2
ofPyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotADirectoryErrorObject,PyObject_2
strPyOSErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyOSErrorObjectMagic,PyObject
newSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError_2
newSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError,PyStrObject_2
pyExceptionObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyExceptionObjectType_2
checkArgNumAtLeasthttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtLeast.t,int,string_2
newLockErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError_2
newPyUnboundLocalErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnboundLocalErrorSimple_2
ofPyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAssertionErrorObject,PyObject_2
newPyImportErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyImportErrorSimple_2
ofExactPyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLookupErrorObject,PyObject_2
newLookupErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError_2
ofExactPyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyKeyErrorObject,PyObject_2
newPyBaseExceptionSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionSimple_2
newArithmeticErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError,PyStrObject_2
PyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyChildProcessErrorObject_2
ofPySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemExitObject,PyObject_2
ofPyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyKeyboardInterruptObject,PyObject_2
ofPyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyProcessLookupErrorObject,PyObject_2
ofPyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionErrorObject,PyObject_2
retIfExchttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyBaseErrorObject_2
ofPyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeErrorObject,PyObject_2
newPyZeroDivisionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyZeroDivisionErrorSimple_2
strPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyImportErrorObjectMagic,PyObject
newPyChildProcessErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyChildProcessErrorSimple_2
newPyStopAsyncIterErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopAsyncIterErrorObjectMagic,openArray[PyObject],PyObject
newPyModuleNotFoundErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyModuleNotFoundErrorSimple_2
newPyStopAsyncIterErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterErrorSimple_2
newPyAttributeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAttributeErrorObjectMagic,openArray[PyObject],PyObject
ofExactPyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyExceptionObject,PyObject_2
ofExactPyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPermissionErrorObject,PyObject_2
ofExactPyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyZeroDivisionErrorObject,PyObject_2
pyNotADirectoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotADirectoryErrorObjectType_2
newPySyntaxErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySyntaxErrorSimple_2
newPyIndexErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndexErrorSimple_2
pyNotImplementedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotImplementedErrorObjectType_2
newPyReferenceErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyReferenceErrorObjectMagic,openArray[PyObject],PyObject
pyUnicodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeErrorObjectType_2
newKeyErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError_2
newOSErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError,PyStrObject_2
PyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterErrorObject_2
ofPyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyNameErrorObject,PyObject_2
ofExactPyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyModuleNotFoundErrorObject,PyObject_2
PyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyImportErrorObject_2
newPyUnicodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeErrorSimple_2
PyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeEncodeErrorObject_2
ofPyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyOSErrorObject,PyObject_2
pyIsADirectoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIsADirectoryErrorObjectType_2
pyRuntimeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyRuntimeErrorObjectType_2
PyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBlockingIOErrorObject_2
ofExactPyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionGroupObject,PyObject_2
newPyUnicodeDecodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeDecodeErrorSimple_2
ofPyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyArithmeticErrorObject,PyObject_2
ofPyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTimeoutErrorObject,PyObject_2
PyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotImplementedErrorObject_2
newConnectErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError,PyStrObject_2
ofExactPyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeErrorObject,PyObject_2
initPyAttributeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyAttributeErrorObjectMagic,PyObject,openArray[PyObject],PyObject
newPyUnicodeEncodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeEncodeErrorSimple_2
pyImportErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyImportErrorObjectType_2
newPyTracebackhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTraceback,TraceBack
ofPyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFloatingPointErrorObject,PyObject_2
PyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyValueErrorObject_2
ofExactPyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIsADirectoryErrorObject,PyObject_2
pyKeyboardInterruptObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyKeyboardInterruptObjectType_2
newArithmeticErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError_2
ofPyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyGeneratorExitObject,PyObject_2
ofPyExceptionClasshttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass,PyTypeObject_2
ofPyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyTypeErrorObject,PyObject_2
pyTabErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTabErrorObjectType_2
ofExactPyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBlockingIOErrorObject,PyObject_2
pyIndexErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndexErrorObjectType_2
newPyNotADirectoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotADirectoryErrorSimple_2
newAssertionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError_2
newRecursionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError,PyStrObject_2
pyArithmeticErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyArithmeticErrorObjectType_2
ofExactPyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyKeyboardInterruptObject,PyObject_2
newPyKeyErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyKeyErrorSimple_2
ofExactPyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeEncodeErrorObject,PyObject_2
pyOSErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyOSErrorObjectType_2
newEOFErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError,PyStrObject_2
ofExactPyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTimeoutErrorObject,PyObject_2
pySystemErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemErrorObjectType_2
tb_nextPyTracebackObjectGetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectGetter,PyObject
PyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIOErrorObject_2
initPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyBaseExceptionObjectMagic,PyObject,openArray[PyObject],PyObject
ofPyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeDecodeErrorObject,PyObject_2
PyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyKeyErrorObject_2
newPyBaseErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseErrorObjectMagic,openArray[PyObject],PyObject
pyConnectErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectErrorObjectType_2
PyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyEOFErrorObject_2
newPyStopIterationSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterationSimple.t_2
newPyIndentationErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndentationErrorSimple_2
pyReferenceErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyReferenceErrorObjectType_2
PySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemExitObject_2
ofExactPyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAttributeErrorObject,PyObject_2
ofExactPyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyTypeErrorObject,PyObject_2
newPyBaseExceptionGroupSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionGroupSimple_2
initPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyImportErrorObjectMagic,PyObject,openArray[PyObject],PyObject
setStringhttps://npython.nimpylib.org/npython/Objects/exceptions/setter.html#setString,PyBaseExceptionObject,string
pyStopAsyncIterErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterErrorObjectType_2
BaseExceptionTokenhttps://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#BaseExceptionToken_2
ofExactPyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionErrorObject,PyObject_2
ofPyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyInterruptedErrorObject,PyObject_2
ofPyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyModuleNotFoundErrorObject,PyObject_2
newPyTypeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTypeErrorObjectMagic,openArray[PyObject],PyObject
addTraceBackhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#addTraceBack,PyBaseExceptionObject,PyObject,PyObject,int,int,PyObject,int
newAssertionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError,PyStrObject_2
newPyArithmeticErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyArithmeticErrorSimple_2
pyNameErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyNameErrorObjectType_2
PyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyReferenceErrorObject_2
reprPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyBaseExceptionObjectMagic,PyObject
setStringhttps://npython.nimpylib.org/npython/Objects/exceptions/setter.html#setString,PyBaseExceptionObject,PyStrObject
ofExactPyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyRecursionErrorObject,PyObject_2
ofPyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionAbortedErrorObject,PyObject_2
$https://npython.nimpylib.org/npython/Objects/sliceobject.html#$.e,PyEllipsisObject
ofExactPySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofExactPySliceObject,PyObject
ofPyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofPyEllipsisObject,PyObject
calLenOrRetOFhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#calLenOrRetOF.t,PySliceObject
pyEllipsisObjectTypehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pyEllipsisObjectType
newPyEllipsisObjectMagichttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPyEllipsisObjectMagic,openArray[PyObject],PyObject
ofExactPyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofExactPyEllipsisObject,PyObject
newPySlicehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPySlice,PyObject,PyObject,PyObject
getSliceItemshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#getSliceItems,PySliceObject,openArray[T],
newPyEllipsisSimplehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPyEllipsisSimple
pySliceObjectTypehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pySliceObjectType
calLenhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#calLen,PySliceObject,int
pyEllipsishttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pyEllipsis
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
PyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PyEllipsisObject
reprPyEllipsisObjectMagichttps://npython.nimpylib.org/npython/Objects/sliceobject.html#reprPyEllipsisObjectMagic,PyObject
ofPySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofPySliceObject,PyObject
newPySliceSimplehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPySliceSimple
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes_2
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType_2
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod_2
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS_2
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken_2
idhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id,PyObject_2
bltinFuncParamshttps://npython.nimpylib.org/npython/Objects/pyobject.html#bltinFuncParams_2
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag_2
pyTupleObjectTypehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType
hashPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashPyTupleObjectMagic,PyObject
genCollectMagicshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#genCollectMagics.t,,,,,,,
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,,_2
reprPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#reprPyTupleObjectMagic,PyObject
hasDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject_2
allowSelfReadWhenBeforeRealWritehttps://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t_2
toTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m,typedesc[O]_2
ofPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject_2
castTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castTypeOrRetTE.t,PyObject,typedesc[O],varargs[untyped]_2
getNameAndArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#getNameAndArgTypes,NimNode_2
orhttps://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E]_2
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer_3
PyTuple_Packhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m,varargs[typed]
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType_2
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod_2
getDictUnsafehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,PyObject_2
forMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t,,PyTypeObject,_2
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject,PyObject_2
methodMacroTmplhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped_2
ofExactPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject_2
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject,_2
hashCollectionImplhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollectionImpl.t,,
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
==https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T]_3
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray_3
pyDestructorPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t_2
newPyTupleSimplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple
ofExactPyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject,PyObject
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject_2
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E_2
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject_2
containsPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#containsPyTupleObjectMagic,PyObject,PyObject
pyNotImplementedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplemented_2
reprLockWithMsgExprhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsgExpr.m,untyped,untyped_2
tp_freehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t,PyTypeObject,PyObjectObj_2
lenhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#len.t,PyTupleObject
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped_2
PyTuple_Collecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject_2
$https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject_2
timeshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#times,openArray[T],int
lenPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#lenPyTupleObjectMagic,PyObject
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,,_2
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject_2
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject_2
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,seq[PyObject]
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]_3
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS_2
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,,_2
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E]_2
hashCollectionhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollection,T
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag_2
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NPyMethodKind_2
reprLockhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m,untyped_2
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods_2
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string_2
=destroyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto]_3
getMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t,PyObject,_2
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc_2
mutablehttps://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m,untyped,untyped_2
iterPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#iterPyTupleObjectMagic,PyObject
tpGetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m,untyped,untyped_2
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,_2
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject_2
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string_2
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple
tpMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMagic.m,untyped,untyped_2
tpSetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpSetter.m,untyped,untyped_2
callInplaceMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callInplaceMagic.t,PyObject,untyped,PyObject_2
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]_3
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len_3
toIntFlaghttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c,PY_TPFLAGS_2
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]_3
indexPyTupleObjectMethodhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#indexPyTupleObjectMethod,PyObject,openArray[PyObject],PyObject
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string_2
initPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#initPyTupleObjectMagic,PyObject,openArray[PyObject],PyObject
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames_2
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef_2
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject_3
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T_3
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS_2
$https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E]_2
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T]_2
initPyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int_2
[]https://npython.nimpylib.org/npython/Objects/tupleobject.html#[].t,PyTupleObject,int
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject_2
tpMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMethod.m,untyped,untyped_2
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$_3
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject_5
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject_2
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject_2
addPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#addPyTupleObjectMagic,PyObject,PyObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t_5
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef_2
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj_2
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m_2
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType_2
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj_2
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod_2
callOnceFinalizerFromDeallochttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t,PyObjectObj,_2
getitemPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#getitemPyTupleObjectMagic,PyObject,PyObject
isPyTrueObjhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#isPyTrueObj,PyObject
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural_3
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,_2
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py]_2
withSetitemhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#withSetitem.t,PyTupleObject,,
getDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict,PyObject_2
iterMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i,PyTypeObject_2
prepareIntFlagOrhttps://npython.nimpylib.org/npython/Utils/intflags.html#prepareIntFlagOr.t_2
mulPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#mulPyTupleObjectMagic,PyObject,PyObject
tupleSeqToStringhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#tupleSeqToString,openArray[UnicodeVariant]
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind_2
eqPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#eqPyTupleObjectMagic,PyObject,PyObject
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethod_2
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_3
pairshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#pairs.i,PyTupleObject
=copyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T]_3
Py_IShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS,PyObject,PyObject_2
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NimNode,NPyMethodKind_2
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]_3
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor_2
checkArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m,untyped,untyped_2
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod_2
itemshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#items.i,PyTupleObject
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject_2
ofPyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject,PyObject
Py_IS_TYPEhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE,PyObject,PyTypeObject_2
castSelfhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castSelf.m,untyped,untyped_2
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int_3
declarePyTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#declarePyType.m,untyped,untyped_2
pow3rdArgMustBeNonehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pow3rdArgMustBeNone.t_2
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[seq[Py]]_2
reprLockWithMsghttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m,string,untyped_2
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]_3
genGetitemhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genGetitem.t,,,,,untyped
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,,_5
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject_2
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_4
|https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#|,PY_TPFLAGS,PY_TPFLAGS_2
=wasMovedhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=wasMoved,RtArray[T]_3
getRawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T]_3
genSequenceMagicshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genSequenceMagics.t,,,,,,,,,
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,openArray[T]
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict_2
hashhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hash,PyTupleObject
getFunhttps://npython.nimpylib.org/npython/Objects/pyobject.html#getFun.t,PyObject,untyped_2
countPyTupleObjectMethodhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#countPyTupleObjectMethod,PyObject,openArray[PyObject],PyObject
ofExactPyCellObjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html#ofExactPyCellObject,PyObject
newPyCellSimplehttps://npython.nimpylib.org/npython/Objects/cellobject.html#newPyCellSimple
PyCellObjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html#PyCellObject
ofPyCellObjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html#ofPyCellObject,PyObject
pyCellObjectTypehttps://npython.nimpylib.org/npython/Objects/cellobject.html#pyCellObjectType
newPyCellhttps://npython.nimpylib.org/npython/Objects/cellobject.html#newPyCell,PyObject
issupersetPyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#issupersetPyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
PySetObjecthttps://npython.nimpylib.org/npython/Objects/setobject.html#PySetObject
<https://npython.nimpylib.org/npython/Objects/setobject.html#<,PyFrozenSetObject,
symmetric_differencehttps://npython.nimpylib.org/npython/Objects/setobject.html#symmetric_difference,PySetObject,
inclhttps://npython.nimpylib.org/npython/Objects/setobject.html#incl,PyFrozenSetObject,PyStrObject
disjointhttps://npython.nimpylib.org/npython/Objects/setobject.html#disjoint,PyFrozenSetObject,
pySetObjectTypehttps://npython.nimpylib.org/npython/Objects/setobject.html#pySetObjectType
>=https://npython.nimpylib.org/npython/Objects/setobject.html#>=,PySetObject,
==https://npython.nimpylib.org/npython/Objects/setobject.html#==,PySetObject,
containshttps://npython.nimpylib.org/npython/Objects/setobject.html#contains,PyFrozenSetObject,PyStrObject
orPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#orPySetObjectMagic,PyObject,PyObject
containsOrInclhttps://npython.nimpylib.org/npython/Objects/setobject.html#containsOrIncl,PySetObject,PyStrObject
hashhttps://npython.nimpylib.org/npython/Objects/setobject.html#hash,PyFrozenSetObject
containsPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#containsPyFrozenSetObjectMagic,PyObject,PyObject
eqPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#eqPyFrozenSetObjectMagic,PyObject,PyObject
issupersetPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#issupersetPySetObjectMethod,PyObject,openArray[PyObject],PyObject
containsPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#containsPySetObjectMagic,PyObject,PyObject
orPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#orPyFrozenSetObjectMagic,PyObject,PyObject
-https://npython.nimpylib.org/npython/Objects/setobject.html#-,PySetObject,
eqPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#eqPySetObjectMagic,PyObject,PyObject
unionPyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#unionPyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
inclhttps://npython.nimpylib.org/npython/Objects/setobject.html#incl,PySetObject,PyStrObject
initPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#initPyFrozenSetObjectMagic,PyObject,openArray[PyObject],PyObject
subPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#subPySetObjectMagic,PyObject,PyObject
PyFrozenSetObjecthttps://npython.nimpylib.org/npython/Objects/setobject.html#PyFrozenSetObject
isdisjointPyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#isdisjointPyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
differencePyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#differencePyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
newPySetSimplehttps://npython.nimpylib.org/npython/Objects/setobject.html#newPySetSimple
containsOrInclhttps://npython.nimpylib.org/npython/Objects/setobject.html#containsOrIncl,PyFrozenSetObject,PyStrObject
initPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#initPySetObjectMagic,PyObject,openArray[PyObject],PyObject
updatePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#updatePySetObjectMethod,PyObject,openArray[PyObject],PyObject
newPyFrozenSethttps://npython.nimpylib.org/npython/Objects/setobject.html#newPyFrozenSet
symmetric_difference_updatePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#symmetric_difference_updatePySetObjectMethod,PyObject,openArray[PyObject],PyObject
ofExactPyFrozenSetObjecthttps://npython.nimpylib.org/npython/Objects/setobject.html#ofExactPyFrozenSetObject,PyObject
subPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#subPyFrozenSetObjectMagic,PyObject,PyObject
removePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#removePySetObjectMethod,PyObject,openArray[PyObject],PyObject
>=https://npython.nimpylib.org/npython/Objects/setobject.html#>=,PyFrozenSetObject,
<=https://npython.nimpylib.org/npython/Objects/setobject.html#<=,PySetObject,
borrowFunc1sVoidhttps://npython.nimpylib.org/npython/Objects/setobject.html#borrowFunc1sVoid.t,,,untyped
==https://npython.nimpylib.org/npython/Objects/setobject.html#==,PyFrozenSetObject,
isdisjointPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#isdisjointPySetObjectMethod,PyObject,openArray[PyObject],PyObject
newPyFrozenSethttps://npython.nimpylib.org/npython/Objects/setobject.html#newPyFrozenSet,HashSet[PyObject]
symmetric_differencehttps://npython.nimpylib.org/npython/Objects/setobject.html#symmetric_difference,PyFrozenSetObject,
intersection_updatePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#intersection_updatePySetObjectMethod,PyObject,openArray[PyObject],PyObject
lenhttps://npython.nimpylib.org/npython/Objects/setobject.html#len.t,PyFrozenSetObject
newPySethttps://npython.nimpylib.org/npython/Objects/setobject.html#newPySet,openArray[PyObject]
interactionhttps://npython.nimpylib.org/npython/Objects/setobject.html#interaction,PySetObject,
-+-https://npython.nimpylib.org/npython/Objects/setobject.html#-+-,PySetObject,
disjointhttps://npython.nimpylib.org/npython/Objects/setobject.html#disjoint,PySetObject,
*https://npython.nimpylib.org/npython/Objects/setobject.html#*,PyFrozenSetObject,
lenPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#lenPyFrozenSetObjectMagic,PyObject
borrowFunc1shttps://npython.nimpylib.org/npython/Objects/setobject.html#borrowFunc1s.t,,,,untyped
reprPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#reprPyFrozenSetObjectMagic,PyObject
ofPySetObjecthttps://npython.nimpylib.org/npython/Objects/setobject.html#ofPySetObject,PyObject
addPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#addPySetObjectMethod,PyObject,openArray[PyObject],PyObject
clearPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#clearPySetObjectMethod,PyObject,openArray[PyObject],PyObject
ofPyFrozenSetObjecthttps://npython.nimpylib.org/npython/Objects/setobject.html#ofPyFrozenSetObject,PyObject
hashPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#hashPyFrozenSetObjectMagic,PyObject
+https://npython.nimpylib.org/npython/Objects/setobject.html#+,PyFrozenSetObject,
interactionPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#interactionPySetObjectMethod,PyObject,openArray[PyObject],PyObject
pyFrozenSetObjectTypehttps://npython.nimpylib.org/npython/Objects/setobject.html#pyFrozenSetObjectType
xorPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#xorPySetObjectMagic,PyObject,PyObject
<=https://npython.nimpylib.org/npython/Objects/setobject.html#<=,PyFrozenSetObject,
issubsetPyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#issubsetPyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
containshttps://npython.nimpylib.org/npython/Objects/setobject.html#contains,PySetObject,PyStrObject
symmetric_differencePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#symmetric_differencePySetObjectMethod,PyObject,openArray[PyObject],PyObject
newPySethttps://npython.nimpylib.org/npython/Objects/setobject.html#newPySet
difference_updatePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#difference_updatePySetObjectMethod,PyObject,openArray[PyObject],PyObject
+https://npython.nimpylib.org/npython/Objects/setobject.html#+,PySetObject,
xorPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#xorPyFrozenSetObjectMagic,PyObject,PyObject
differencehttps://npython.nimpylib.org/npython/Objects/setobject.html#difference,PySetObject,
discardPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#discardPySetObjectMethod,PyObject,openArray[PyObject],PyObject
newPyFrozenSethttps://npython.nimpylib.org/npython/Objects/setobject.html#newPyFrozenSet,openArray[PyObject]
interactionPyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#interactionPyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
reprPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#reprPySetObjectMagic,PyObject
unionhttps://npython.nimpylib.org/npython/Objects/setobject.html#union,PySetObject,
-https://npython.nimpylib.org/npython/Objects/setobject.html#-,PyFrozenSetObject,
newPyFrozenSetSimplehttps://npython.nimpylib.org/npython/Objects/setobject.html#newPyFrozenSetSimple
unionPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#unionPySetObjectMethod,PyObject,openArray[PyObject],PyObject
lenPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#lenPySetObjectMagic,PyObject
<https://npython.nimpylib.org/npython/Objects/setobject.html#<,PySetObject,
itemshttps://npython.nimpylib.org/npython/Objects/setobject.html#items.i,PySetObject
ofPyAnySethttps://npython.nimpylib.org/npython/Objects/setobject.html#ofPyAnySet,PyObject
hashPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#hashPySetObjectMagic,PyObject
ofExactPyAnySethttps://npython.nimpylib.org/npython/Objects/setobject.html#ofExactPyAnySet,PyObject
interactionhttps://npython.nimpylib.org/npython/Objects/setobject.html#interaction,PyFrozenSetObject,
popPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#popPySetObjectMethod,PyObject,openArray[PyObject],PyObject
-+-https://npython.nimpylib.org/npython/Objects/setobject.html#-+-,PyFrozenSetObject,
unionhttps://npython.nimpylib.org/npython/Objects/setobject.html#union,PyFrozenSetObject,
lenhttps://npython.nimpylib.org/npython/Objects/setobject.html#len.t,PySetObject
*https://npython.nimpylib.org/npython/Objects/setobject.html#*,PySetObject,
differencePySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#differencePySetObjectMethod,PyObject,openArray[PyObject],PyObject
andPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#andPyFrozenSetObjectMagic,PyObject,PyObject
newPySethttps://npython.nimpylib.org/npython/Objects/setobject.html#newPySet,HashSet[PyObject]
lePyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#lePyFrozenSetObjectMagic,PyObject,PyObject
iterPyFrozenSetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#iterPyFrozenSetObjectMagic,PyObject
iterPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#iterPySetObjectMagic,PyObject
andPySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#andPySetObjectMagic,PyObject,PyObject
copyPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#copyPySetObjectMethod,PyObject,openArray[PyObject],PyObject
differencehttps://npython.nimpylib.org/npython/Objects/setobject.html#difference,PyFrozenSetObject,
symmetric_differencePyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#symmetric_differencePyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
copyPyFrozenSetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#copyPyFrozenSetObjectMethod,PyObject,openArray[PyObject],PyObject
lePySetObjectMagichttps://npython.nimpylib.org/npython/Objects/setobject.html#lePySetObjectMagic,PyObject,PyObject
itemshttps://npython.nimpylib.org/npython/Objects/setobject.html#items.i,PyFrozenSetObject
[]https://npython.nimpylib.org/npython/Objects/setobject.html#[].t,PySetObject,int
ofExactPySetObjecthttps://npython.nimpylib.org/npython/Objects/setobject.html#ofExactPySetObject,PyObject
issubsetPySetObjectMethodhttps://npython.nimpylib.org/npython/Objects/setobject.html#issubsetPySetObjectMethod,PyObject,openArray[PyObject],PyObject
[]https://npython.nimpylib.org/npython/Objects/setobject.html#[].t,PyFrozenSetObject,int

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.