René's URL Explorer Experiment


Title: npython/Objects/exceptionsImpl

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#7
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
Letshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#9
pyTracebackObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#pyTracebackObjectType
Procshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#12
addTraceBack(exc: PyBaseExceptionObject; fileName, funName: PyObject; lineNo, colNo: int; frame: PyObject; lastI = -1)https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#addTraceBack%2CPyBaseExceptionObject%2CPyObject%2CPyObject%2Cint%2Cint%2CPyObject%2Cint
characters_written(self: PyOSErrorObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_written%2CPyOSErrorObject
characters_writtenPyOSErrorObjectGetter(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectGetter%2CPyObject
characters_writtenPyOSErrorObjectSetter(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectSetter%2CPyObject%2CPyObject
fromBltinSyntaxError(e: SyntaxError; fileName: PyStrObject): PyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#fromBltinSyntaxError%2CSyntaxError%2CPyStrObject
get_tb_next(self: PyTracebackObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#get_tb_next%2CPyTracebackObject
getSource(filename: PyStrObject; lineNo: int; source_obj: var (PyStrObject | PyObject)): PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#getSource%2CPyStrObject%2Cint%2C
initBaseException(op: PyBaseExceptionObject; args: openArray[PyObject])https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException%2CPyBaseExceptionObject%2CopenArray%5BPyObject%5D
initBaseException(op: PyBaseExceptionObject; args: PyTupleObject)https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException%2CPyBaseExceptionObject%2CPyTupleObject
initPyAttributeErrorObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyAttributeErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPyBaseExceptionObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyBaseExceptionObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPyImportErrorObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyImportErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPyNameErrorObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyNameErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPyOSErrorObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyOSErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPySyntaxErrorObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySyntaxErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPySystemExitObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySystemExitObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
isExceptionType(obj: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#isExceptionType%2CPyObject
matchExcp(target: PyTypeObject; current: PyExceptionObject): PyBoolObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#matchExcp%2CPyTypeObject%2CPyExceptionObject
newPyArithmeticErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyArithmeticErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyAssertionErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAssertionErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyAttributeErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAttributeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyBaseErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyBaseExceptionGroupObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionGroupObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyBaseExceptionObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyBufferErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBufferErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyEOFErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyEOFErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyGeneratorExitObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyGeneratorExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyImportErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyImportErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyKeyboardInterruptObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyKeyboardInterruptObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyLockErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLockErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyLookupErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLookupErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyMemoryErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyMemoryErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyNameErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyNameErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyOSErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyOSErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyReferenceErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyReferenceErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyRuntimeErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyRuntimeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyStopAsyncIterErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopAsyncIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyStopIterErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPySyntaxErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySyntaxErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPySystemErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPySystemExitObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyTraceback(t: TraceBack): PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTraceback%2CTraceBack
newPyTracebackSimple(): PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTracebackSimple
newPyTypeErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTypeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyValueErrorObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyValueErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
ofExactPyTracebackObject(obj`gensym357: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofExactPyTracebackObject%2CPyObject
ofPyTracebackObject(obj`gensym357: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofPyTracebackObject%2CPyObject
PyExc_InitTypes(): PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyExc_InitTypes
reprPyBaseExceptionObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyBaseExceptionObjectMagic%2CPyObject
reprPyImportErrorObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyImportErrorObjectMagic%2CPyObject
set_characters_written(self: PyOSErrorObject; arg: PyObject): PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_characters_written%2CPyOSErrorObject%2CPyObject
set_tb_next(self: PyTracebackObject; value: PyObject): PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_tb_next%2CPyTracebackObject%2CPyObject
strPyBaseExceptionObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyBaseExceptionObjectMagic%2CPyObject
strPyImportErrorObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyImportErrorObjectMagic%2CPyObject
strPyKeyErrorObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyKeyErrorObjectMagic%2CPyObject
strPyOSErrorObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyOSErrorObjectMagic%2CPyObject
strPySyntaxErrorObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPySyntaxErrorObjectMagic%2CPyObject
tb_nextPyTracebackObjectGetter(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectGetter%2CPyObject
tb_nextPyTracebackObjectSetter(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectSetter%2CPyObject%2CPyObject
Exportshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#6
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
baseBundlehttps://npython.nimpylib.org/npython/Objects/baseBundle.html
tupleobjectImplhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html
pyobject_apishttps://npython.nimpylib.org/npython/Objects/pyobject_apis.html
stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
typeobjecthttps://npython.nimpylib.org/npython/Objects/typeobject.html
exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
warningobjecthttps://npython.nimpylib.org/npython/Objects/warningobject.html
noneobjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html
exceptions/setterhttps://npython.nimpylib.org/npython/Objects/exceptions/setter.html
abstract/numberhttps://npython.nimpylib.org/npython/Objects/abstract/number.html
abstract/sequence/tuphttps://npython.nimpylib.org/npython/Objects/abstract/sequence/tup.html
codeobjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html
frameobjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html
../Utils/utilshttps://npython.nimpylib.org/npython/Utils/utils.html
stringobject/strformathttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html
../Include/cpython/critical_sectionhttps://npython.nimpylib.org/npython/Include/cpython/critical_section.html
../Python/getargs/vargshttps://npython.nimpylib.org/npython/Python/getargs/vargs.html
../Python/getargs/kwargshttps://npython.nimpylib.org/npython/Python/getargs/kwargs.html
../Parser/lexerhttps://npython.nimpylib.org/npython/Parser/lexer.html
Typeshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#7
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L317
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L317
Letshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#9
pyTracebackObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#pyTracebackObjectType
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925
Procshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#12
addTraceBackhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#addTraceBack%2CPyBaseExceptionObject%2CPyObject%2CPyObject%2Cint%2Cint%2CPyObject%2Cint
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L370
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L370
characters_writtenhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_written%2CPyOSErrorObject
PyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L177
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L177
characters_writtenPyOSErrorObjectGetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectGetter%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L134
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L134
characters_writtenPyOSErrorObjectSetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectSetter%2CPyObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L135
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L135
fromBltinSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#fromBltinSyntaxError%2CSyntaxError%2CPyStrObject
SyntaxErrorhttps://npython.nimpylib.org/npython/Utils/utils.html#SyntaxError
PyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject
PyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L403
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L403
get_tb_nexthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#get_tb_next%2CPyTracebackObject
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L319
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L319
getSourcehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#getSource%2CPyStrObject%2Cint%2C
PyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject
PyStrObjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L384
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L384
initBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException%2CPyBaseExceptionObject%2CopenArray%5BPyObject%5D
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L70
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L70
initBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException%2CPyBaseExceptionObject%2CPyTupleObject
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L68
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L68
initPyAttributeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyAttributeErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyBaseExceptionObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyImportErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPyNameErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyNameErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPyOSErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyOSErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPySyntaxErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySyntaxErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPySystemExitObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySystemExitObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
isExceptionTypehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#isExceptionType%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L304
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L304
matchExcphttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#matchExcp%2CPyTypeObject%2CPyExceptionObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject
PyBoolObjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html#PyBoolObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L295
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L295
newPyArithmeticErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyArithmeticErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyAssertionErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAssertionErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyAttributeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAttributeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyBaseErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyBaseExceptionGroupObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionGroupObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyBufferErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBufferErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyEOFErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyEOFErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyGeneratorExitObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyGeneratorExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyImportErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyKeyboardInterruptObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyKeyboardInterruptObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyLockErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLockErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyLookupErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLookupErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyMemoryErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyMemoryErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyNameErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyNameErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyOSErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyOSErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyReferenceErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyReferenceErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyRuntimeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyRuntimeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyStopAsyncIterErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopAsyncIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyStopIterErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPySyntaxErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySyntaxErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPySystemErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPySystemExitObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyTracebackhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTraceback%2CTraceBack
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L357
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L357
newPyTracebackSimplehttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTracebackSimple
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
newPyTypeErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTypeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
newPyValueErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyValueErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645
ofExactPyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofExactPyTracebackObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927
ofPyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofPyTracebackObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L934
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L934
PyExc_InitTypeshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyExc_InitTypes
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L535
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L535
reprPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyBaseExceptionObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
reprPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyImportErrorObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
set_characters_writtenhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_characters_written%2CPyOSErrorObject%2CPyObject
PyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L182
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L182
set_tb_nexthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_tb_next%2CPyTracebackObject%2CPyObject
PyTracebackObjecthttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L321
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L321
strPyBaseExceptionObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyBaseExceptionObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
strPyImportErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyImportErrorObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
strPyKeyErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyKeyErrorObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
strPyOSErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyOSErrorObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
strPySyntaxErrorObjectMagichttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPySyntaxErrorObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
tb_nextPyTracebackObjectGetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectGetter%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L134
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L134
tb_nextPyTracebackObjectSetterhttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectSetter%2CPyObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L135
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L135
Exportshttps://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#19
PyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyRecursionErrorObject
newRuntimeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError,PyStrObject
newPyZeroDivisionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyZeroDivisionErrorSimple
PyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyProcessLookupErrorObject
newStopAsyncIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError
pyPermissionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPermissionErrorObjectType
PyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIsADirectoryErrorObject
errorIfNothttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,string,PyObject,string,untyped
newPyBrokenPipeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBrokenPipeErrorSimple
pyConnectionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionErrorObjectType
PySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySyntaxErrorObject
newPyChildProcessErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyChildProcessErrorSimple
PyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAttributeErrorObject
ofPyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectErrorObject,PyObject
pyStopIterationObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterationObjectType
PyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyRuntimeErrorObject
newStopAsyncIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError,PyStrObject
ofPyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyEOFErrorObject,PyObject
pyValueErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyValueErrorObjectType
newPySystemErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemErrorSimple
ofExactPyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIOErrorObject,PyObject
newPyBaseErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseErrorSimple.t
isStopIterhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#isStopIter,PyObject
newModuleNotFoundErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError
ofExactPyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionObject,PyObject
errorIfNothttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,PyObject,string,untyped
newZeroDivisionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError,PyStrObject
pyKeyErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyKeyErrorObjectType
errArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errArgNum.t,int,int,string
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject
newTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError
ofExactPyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyRuntimeErrorObject,PyObject
pyLockErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLockErrorObjectType
newPyConnectionRefusedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionRefusedErrorSimple
ofExactPyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectErrorObject,PyObject
pyIOErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIOErrorObjectType
PyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeDecodeErrorObject
getBltinNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,ExceptionToken
ofExactPyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyNameErrorObject,PyObject
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
newOverflowErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError
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
newSystemErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError
ofPyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionObject,PyObject
newValueErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError,PyStrObject
newFloatingPointErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError
newPyMemoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyMemoryErrorSimple
ofPySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySyntaxErrorObject,PyObject
PyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionResetErrorObject
newPyProcessLookupErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyProcessLookupErrorSimple
PyErr_Formathttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#PyErr_Format,E,PyStrObject
ofExactPyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndentationErrorObject,PyObject
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
ofExactPyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndexErrorObject,PyObject
PyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionGroupObject
pyStopIterErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterErrorObjectType
checkArgNumAtMosthttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtMost.t,int,string
pyUnicodeDecodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeDecodeErrorObjectType
newMemoryErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError,PyStrObject
newPyBlockingIOErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBlockingIOErrorSimple
pyZeroDivisionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyZeroDivisionErrorObjectType
ofPyRuntimeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyRuntimeErrorObject,PyObject
ofPyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBlockingIOErrorObject,PyObject
ofExactPyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFloatingPointErrorObject,PyObject
PyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBufferErrorObject
newRecursionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError
ofPyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileNotFoundErrorObject,PyObject
ExceptionTokenhttps://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#ExceptionToken
pyFloatingPointErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFloatingPointErrorObjectType
ofExactPyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyValueErrorObject,PyObject
newBaseExceptionGrouphttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup
PyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject
errorIfNotStringhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotString.t,untyped,string,untyped
PyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionErrorObject
pyBrokenPipeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBrokenPipeErrorObjectType
ofPyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeEncodeErrorObject,PyObject
PyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPermissionErrorObject
newModuleNotFoundErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError,PyStrObject
pyFileNotFoundErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileNotFoundErrorObjectType
newPyFileNotFoundErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileNotFoundErrorSimple
ofPyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLockErrorObject,PyObject
pyOverflowErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyOverflowErrorObjectType
newPyConnectErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectErrorSimple
newIndexTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexTypeError.t,PyStrObject,PyObject
PyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyMemoryErrorObject
PyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyInterruptedErrorObject
newKeyErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError
PyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyArithmeticErrorObject
newBaseErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError,PyStrObject
PyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterErrorObject
ofExactPyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyEOFErrorObject,PyObject
newBaseExceptionGrouphttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup,PyStrObject
pyIndentationErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndentationErrorObjectType
pyAssertionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAssertionErrorObjectType
PyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotADirectoryErrorObject
ofExactPyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeTranslateErrorObject,PyObject
pyBaseExceptionGroupObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionGroupObjectType
ofPyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyZeroDivisionErrorObject,PyObject
newPyIOErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIOErrorSimple
newPyAssertionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAssertionErrorSimple
pyEOFErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyEOFErrorObjectType
newReferenceErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError
ofExactPyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileNotFoundErrorObject,PyObject
$https://npython.nimpylib.org/npython/Objects/exceptions/base.html#$.e,PyExceptionObject
PyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPythonFinalizationErrorObject
ofExactPySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemErrorObject,PyObject
pyRecursionErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyRecursionErrorObjectType
ofExactPySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemExitObject,PyObject
ofExactPyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyGeneratorExitObject,PyObject
newPyConnectionResetErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionResetErrorSimple
PyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterErrorObject
PyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFloatingPointErrorObject
PyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyGeneratorExitObject
PyFileNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileNotFoundErrorObject
ofPyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyMemoryErrorObject,PyObject
newBufferErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError,PyStrObject
ofExactPyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopIterErrorObject,PyObject
newNameErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError,PyStrObject
pyConnectionAbortedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionAbortedErrorObjectType
pyChildProcessErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyChildProcessErrorObjectType
ofPyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileExistsErrorObject,PyObject
newPyStopAsyncIterationSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterationSimple.t
PyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnboundLocalErrorObject
newSystemExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit
PyStopAsyncIterationObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterationObject
ofExactPyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionResetErrorObject,PyObject
newZeroDivisionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError
newPyRuntimeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyRuntimeErrorSimple
PyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeErrorObject
pyStopAsyncIterationObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterationObjectType
pyBaseErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseErrorObjectType
pyProcessLookupErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyProcessLookupErrorObjectType
ofExactPySyntaxErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySyntaxErrorObject,PyObject
ofExactPyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLockErrorObject,PyObject
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newAttributeError.t,PyObject,PyStrObject
PyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBlockingIOErrorObject
PyNameErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyNameErrorObject
ofExactPyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopAsyncIterErrorObject,PyObject
ofExactPyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionRefusedErrorObject,PyObject
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError
newTypeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError,PyStrObject
retIfExchttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyObject
checkArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,string
newReferenceErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError,PyStrObject
PyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTabErrorObject
newPyUnicodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeErrorSimple
PySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemErrorObject
newConnectErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError
PyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLookupErrorObject
ofExactPyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyProcessLookupErrorObject,PyObject
ofPyConnectionResetErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionResetErrorObject,PyObject
ofExactPyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionAbortedErrorObject,PyObject
newEOFErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError
newIndexErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError
pyTimeoutErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTimeoutErrorObjectType
pySystemExitObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemExitObjectType
ofExactPyArithmeticErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyArithmeticErrorObject,PyObject
ofExactPyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotADirectoryErrorObject,PyObject
ofPyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIsADirectoryErrorObject,PyObject
newBaseErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError
ofPyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyRecursionErrorObject,PyObject
isThrownExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#isThrownException.t,PyObject
newStopIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError,PyStrObject
getTokenNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getTokenName
ofPyLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLookupErrorObject,PyObject
pyImportErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyImportErrorObjectType
pyAttributeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAttributeErrorObjectType
ofPyFloatingPointErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFloatingPointErrorObject,PyObject
newGeneratorExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit,PyStrObject
pyBlockingIOErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBlockingIOErrorObjectType
PyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyKeyErrorObject
PyLockErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLockErrorObject
newPyTimeoutErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTimeoutErrorSimple
newPyIsADirectoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIsADirectoryErrorSimple
ofExactPyIsADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIsADirectoryErrorObject,PyObject
getBltinNamehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,BaseExceptionToken
ofPyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyReferenceErrorObject,PyObject
ofPyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPythonFinalizationErrorObject,PyObject
ofExactPyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTabErrorObject,PyObject
newImportErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError
newArithmeticErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError
pyFileExistsErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileExistsErrorObjectType
ofExactPyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileExistsErrorObject,PyObject
newIOErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError
pyStopAsyncIterErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterErrorObjectType
ofExactPyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnboundLocalErrorObject,PyObject
newPyLockErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLockErrorSimple
newPyEOFErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyEOFErrorSimple
newPyReferenceErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyReferenceErrorSimple
newImportErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError,PyStrObject
pyPythonFinalizationErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPythonFinalizationErrorObjectType
newOverflowErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError,PyStrObject
ofPyExceptionClasshttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass,PyTypeObject
ofPyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyValueErrorObject,PyObject
PyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBrokenPipeErrorObject
ofExactPyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBrokenPipeErrorObject,PyObject
newPyTabErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTabErrorSimple
ofPyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBufferErrorObject,PyObject
newBufferErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError
newSystemErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError,PyStrObject
newPyBufferErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBufferErrorSimple
ofExactPyBlockingIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBlockingIOErrorObject,PyObject
checkArgNumhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,int,string
newUnboundLocalErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError
ofPyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyKeyErrorObject,PyObject
ofExactPyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyImportErrorObject,PyObject
privateGetTracebackRef=https://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef=,PyBaseExceptionObject,PyObject
newValueErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError
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
newLookupErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError,PyStrObject
pyIndexErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndexErrorObjectType
newPyNotADirectoryErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotADirectoryErrorSimple
newPyNotImplementedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotImplementedErrorSimple
ofPyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionObject,PyObject
ofPyStopIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopIterErrorObject,PyObject
pyUnicodeEncodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeEncodeErrorObjectType
ofExactPyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyReferenceErrorObject,PyObject
newAssertionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError,PyStrObject
PyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyTypeErrorObject
newOSErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError
ofExactPyBufferErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBufferErrorObject,PyObject
newRecursionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError,PyStrObject
newSystemExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit,PyStrObject
pyInterruptedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyInterruptedErrorObjectType
newKeyboardInterrupthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt
ofPyTabErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTabErrorObject,PyObject
ofPyGeneratorExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyGeneratorExitObject,PyObject
pyBaseExceptionObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionObjectType
PyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionAbortedErrorObject
errorIfNotBoolhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotBool.t,PyObject,string,untyped
ofPySystemErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemErrorObject,PyObject
newRuntimeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError
PyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyZeroDivisionErrorObject
ofPyIndentationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndentationErrorObject,PyObject
ofExactPyMemoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyMemoryErrorObject,PyObject
pySyntaxErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySyntaxErrorObjectType
newPyAttributeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAttributeErrorSimple
newIndexErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError,PyStrObject
newGeneratorExithttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit
newBaseExceptionhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException
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
subErrshttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#subErrs
ofPyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeTranslateErrorObject,PyObject
ofPyBrokenPipeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBrokenPipeErrorObject,PyObject
isExceptionOfhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#isExceptionOf,PyObject,ExceptionToken
ofPyConnectionRefusedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionRefusedErrorObject,PyObject
newPyOverflowErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyOverflowErrorSimple
ofPyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotImplementedErrorObject,PyObject
PyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAssertionErrorObject
PyIndexErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndexErrorObject
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
getIterableWithCheckhttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#getIterableWithCheck.t,PyObject
newPyFloatingPointErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFloatingPointErrorSimple
ofExactPyPythonFinalizationErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPythonFinalizationErrorObject,PyObject
newAttributeErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError,PyStrObject
newPyTypeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyTypeErrorSimple
PyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTimeoutErrorObject
newPythonFinalizationErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError,PyStrObject
newUnboundLocalErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError,PyStrObject
PyFileExistsErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileExistsErrorObject
ofPyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAttributeErrorObject,PyObject
pyTypeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyTypeErrorObjectType
newPyStopIterErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterErrorSimple
ofExactPyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyChildProcessErrorObject,PyObject
pyModuleNotFoundErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyModuleNotFoundErrorObjectType
pyUnicodeTranslateErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeTranslateErrorObjectType
ofPyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyImportErrorObject,PyObject
ofExactPyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyOverflowErrorObject,PyObject
ofPyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyOverflowErrorObject,PyObject
newPySystemExitSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemExitSimple
newPyValueErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyValueErrorSimple
pyConnectErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectErrorObjectType
newPyUnicodeTranslateErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeTranslateErrorSimple
newPyFileExistsErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileExistsErrorSimple
ofExactPyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyOSErrorObject,PyObject
newPyPermissionErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPermissionErrorSimple
newNotImplementedErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError
pyMemoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyMemoryErrorObjectType
PyConnectErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectErrorObject
PyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyKeyboardInterruptObject
newMemoryErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError
newPyKeyboardInterruptSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyKeyboardInterruptSimple
ofPyUnboundLocalErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnboundLocalErrorObject,PyObject
newPythonFinalizationErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError
newPyInterruptedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyInterruptedErrorSimple
newFloatingPointErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError,PyStrObject
PyBaseExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject
newPyNameErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyNameErrorSimple
pyUnboundLocalErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnboundLocalErrorObjectType
ofPyNotADirectoryErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotADirectoryErrorObject,PyObject
newSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError
newSyntaxErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError,PyStrObject
pyExceptionObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyExceptionObjectType
checkArgNumAtLeasthttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtLeast.t,int,string
newLockErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError
newPyUnboundLocalErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnboundLocalErrorSimple
ofPyAssertionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAssertionErrorObject,PyObject
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
newLookupErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError
ofExactPyKeyErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyKeyErrorObject,PyObject
newPyBaseExceptionSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionSimple
newArithmeticErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError,PyStrObject
PyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyChildProcessErrorObject
ofPySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemExitObject,PyObject
ofPyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyKeyboardInterruptObject,PyObject
ofPyProcessLookupErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyProcessLookupErrorObject,PyObject
ofPyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionErrorObject,PyObject
retIfExchttps://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyBaseErrorObject
ofPyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeErrorObject,PyObject
newPyConnectionAbortedErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionAbortedErrorSimple
newNotImplementedErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError,PyStrObject
newPyModuleNotFoundErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyModuleNotFoundErrorSimple
newPyStopAsyncIterErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterErrorSimple
ofExactPyExceptionObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyExceptionObject,PyObject
ofExactPyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPermissionErrorObject,PyObject
ofExactPyZeroDivisionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyZeroDivisionErrorObject,PyObject
pyNotADirectoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotADirectoryErrorObjectType
newPySyntaxErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySyntaxErrorSimple
newPyIndexErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndexErrorSimple
pyNotImplementedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotImplementedErrorObjectType
PyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyOverflowErrorObject
newKeyErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError,PyStrObject
newOSErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError,PyStrObject
newIOErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError,PyStrObject
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
newStopIterErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError
PyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeEncodeErrorObject
ofPyOSErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyOSErrorObject,PyObject
pyIsADirectoryErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIsADirectoryErrorObjectType
pyRuntimeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyRuntimeErrorObjectType
pyConnectionRefusedErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionRefusedErrorObjectType
ofExactPyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionGroupObject,PyObject
newPyUnicodeDecodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeDecodeErrorSimple
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
newConnectErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError,PyStrObject
ofExactPyUnicodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeErrorObject,PyObject
ofPyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyInterruptedErrorObject,PyObject
privateGetTracebackRefhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef,PyBaseExceptionObject
newKeyboardInterrupthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt,PyStrObject
PyValueErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyValueErrorObject
ofPyStopAsyncIterErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopAsyncIterErrorObject,PyObject
pyKeyboardInterruptObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyKeyboardInterruptObjectType
newPyLookupErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLookupErrorSimple
pyArithmeticErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyArithmeticErrorObjectType
ofPyExceptionClasshttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass.t,PyObject
ofPyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyTypeErrorObject,PyObject
pyTabErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTabErrorObjectType
ofPyPermissionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPermissionErrorObject,PyObject
ofPyChildProcessErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyChildProcessErrorObject,PyObject
PyUnicodeTranslateErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeTranslateErrorObject
newAssertionErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError
ofExactPyInterruptedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyInterruptedErrorObject,PyObject
ofExactPyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeDecodeErrorObject,PyObject
ofExactPyKeyboardInterruptObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyKeyboardInterruptObject,PyObject
newPyKeyErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyKeyErrorSimple
ofExactPyUnicodeEncodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeEncodeErrorObject,PyObject
pyNameErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyNameErrorObjectType
newEOFErrorhttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError,PyStrObject
ofExactPyTimeoutErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTimeoutErrorObject,PyObject
pySystemErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemErrorObjectType
PyIOErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIOErrorObject
ofPyUnicodeDecodeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeDecodeErrorObject,PyObject
ofPyBaseExceptionGroupObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionGroupObject,PyObject
newPyOSErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyOSErrorSimple
PyEOFErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyEOFErrorObject
newPyStopIterationSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterationSimple.t
newPyIndentationErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndentationErrorSimple
pyReferenceErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyReferenceErrorObjectType
PySystemExitObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemExitObject
ofExactPyAttributeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAttributeErrorObject,PyObject
ofExactPyTypeErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyTypeErrorObject,PyObject
newPyBaseExceptionGroupSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionGroupSimple
pyUnicodeErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeErrorObjectType
PyImportErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyImportErrorObject
ofExactPyConnectionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionErrorObject,PyObject
newPyUnicodeEncodeErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeEncodeErrorSimple
ofPyModuleNotFoundErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyModuleNotFoundErrorObject,PyObject
pyBufferErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBufferErrorObjectType
newPyArithmeticErrorSimplehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyArithmeticErrorSimple
pyOSErrorObjectTypehttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyOSErrorObjectType
PyReferenceErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyReferenceErrorObject
ofExactPyRecursionErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyRecursionErrorObject,PyObject
ofPyConnectionAbortedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionAbortedErrorObject,PyObject
setStringhttps://npython.nimpylib.org/npython/Objects/exceptions/setter.html#setString,PyBaseExceptionObject,PyStrObject
setStringhttps://npython.nimpylib.org/npython/Objects/exceptions/setter.html#setString,PyBaseExceptionObject,string

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


URLs of crawlers that visited me.