| Index | https://npython.nimpylib.org/theindex.html |
| Imports | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#6 |
| Types | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#7 |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| Lets | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#9 |
| pyTracebackObjectType | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#pyTracebackObjectType |
| Procs | https://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): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_written%2CPyOSErrorObject |
| characters_writtenPyOSErrorObjectGetter(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectGetter%2CPyObject |
| characters_writtenPyOSErrorObjectSetter(selfNoCast: PyObject; other: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectSetter%2CPyObject%2CPyObject |
| fromBltinSyntaxError(e: SyntaxError; fileName: PyStrObject): PyExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#fromBltinSyntaxError%2CSyntaxError%2CPyStrObject |
| get_tb_next(self: PyTracebackObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#get_tb_next%2CPyTracebackObject |
| getSource(filename: PyStrObject; lineNo: int;
source_obj: var (PyStrObject | PyObject)): PyBaseErrorObject | https://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): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyAttributeErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPyBaseExceptionObjectMagic(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyBaseExceptionObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPyImportErrorObjectMagic(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyImportErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPyNameErrorObjectMagic(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyNameErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPyOSErrorObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyOSErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPySyntaxErrorObjectMagic(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySyntaxErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPySystemExitObjectMagic(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySystemExitObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| isExceptionType(obj: PyObject): bool | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#isExceptionType%2CPyObject |
| matchExcp(target: PyTypeObject; current: PyExceptionObject): PyBoolObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#matchExcp%2CPyTypeObject%2CPyExceptionObject |
| newPyArithmeticErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyArithmeticErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyAssertionErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAssertionErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyAttributeErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAttributeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyBaseErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyBaseExceptionGroupObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionGroupObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyBaseExceptionObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyBufferErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBufferErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyEOFErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyEOFErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyGeneratorExitObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyGeneratorExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyImportErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyImportErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyKeyboardInterruptObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyKeyboardInterruptObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyLockErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLockErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyLookupErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLookupErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyMemoryErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyMemoryErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyNameErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyNameErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyOSErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyOSErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyReferenceErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyReferenceErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyRuntimeErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyRuntimeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyStopAsyncIterErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopAsyncIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyStopIterErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPySyntaxErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySyntaxErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPySystemErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPySystemExitObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyTraceback(t: TraceBack): PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTraceback%2CTraceBack |
| newPyTracebackSimple(): PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTracebackSimple |
| newPyTypeErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTypeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| newPyValueErrorObjectMagic(args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyValueErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| ofExactPyTracebackObject(obj`gensym357: PyObject): bool | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofExactPyTracebackObject%2CPyObject |
| ofPyTracebackObject(obj`gensym357: PyObject): bool | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofPyTracebackObject%2CPyObject |
| PyExc_InitTypes(): PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyExc_InitTypes |
| reprPyBaseExceptionObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyBaseExceptionObjectMagic%2CPyObject |
| reprPyImportErrorObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyImportErrorObjectMagic%2CPyObject |
| set_characters_written(self: PyOSErrorObject; arg: PyObject): PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_characters_written%2CPyOSErrorObject%2CPyObject |
| set_tb_next(self: PyTracebackObject; value: PyObject): PyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_tb_next%2CPyTracebackObject%2CPyObject |
| strPyBaseExceptionObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyBaseExceptionObjectMagic%2CPyObject |
| strPyImportErrorObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyImportErrorObjectMagic%2CPyObject |
| strPyKeyErrorObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyKeyErrorObjectMagic%2CPyObject |
| strPyOSErrorObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyOSErrorObjectMagic%2CPyObject |
| strPySyntaxErrorObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPySyntaxErrorObjectMagic%2CPyObject |
| tb_nextPyTracebackObjectGetter(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectGetter%2CPyObject |
| tb_nextPyTracebackObjectSetter(selfNoCast: PyObject; other: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectSetter%2CPyObject%2CPyObject |
| Exports | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#19 |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L1 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L1 |
| Imports | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#6 |
| pyobject | https://npython.nimpylib.org/npython/Objects/pyobject.html |
| baseBundle | https://npython.nimpylib.org/npython/Objects/baseBundle.html |
| tupleobjectImpl | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html |
| pyobject_apis | https://npython.nimpylib.org/npython/Objects/pyobject_apis.html |
| stringobject | https://npython.nimpylib.org/npython/Objects/stringobject.html |
| typeobject | https://npython.nimpylib.org/npython/Objects/typeobject.html |
| exceptions | https://npython.nimpylib.org/npython/Objects/exceptions.html |
| warningobject | https://npython.nimpylib.org/npython/Objects/warningobject.html |
| noneobject | https://npython.nimpylib.org/npython/Objects/noneobject.html |
| exceptions/setter | https://npython.nimpylib.org/npython/Objects/exceptions/setter.html |
| abstract/number | https://npython.nimpylib.org/npython/Objects/abstract/number.html |
| abstract/sequence/tup | https://npython.nimpylib.org/npython/Objects/abstract/sequence/tup.html |
| codeobject | https://npython.nimpylib.org/npython/Objects/codeobject.html |
| frameobject | https://npython.nimpylib.org/npython/Objects/frameobject.html |
| ../Utils/utils | https://npython.nimpylib.org/npython/Utils/utils.html |
| stringobject/strformat | https://npython.nimpylib.org/npython/Objects/stringobject/strformat.html |
| ../Include/cpython/critical_section | https://npython.nimpylib.org/npython/Include/cpython/critical_section.html |
| ../Python/getargs/vargs | https://npython.nimpylib.org/npython/Python/getargs/vargs.html |
| ../Python/getargs/kwargs | https://npython.nimpylib.org/npython/Python/getargs/kwargs.html |
| ../Parser/lexer | https://npython.nimpylib.org/npython/Parser/lexer.html |
| Types | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#7 |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L317 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L317 |
| Lets | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#9 |
| pyTracebackObjectType | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#pyTracebackObjectType |
| pyObjectType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925 |
| Procs | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#12 |
| addTraceBack | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#addTraceBack%2CPyBaseExceptionObject%2CPyObject%2CPyObject%2Cint%2Cint%2CPyObject%2Cint |
| PyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L370 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L370 |
| characters_written | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_written%2CPyOSErrorObject |
| PyOSErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L177 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L177 |
| characters_writtenPyOSErrorObjectGetter | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectGetter%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L134 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L134 |
| characters_writtenPyOSErrorObjectSetter | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#characters_writtenPyOSErrorObjectSetter%2CPyObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L135 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L135 |
| fromBltinSyntaxError | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#fromBltinSyntaxError%2CSyntaxError%2CPyStrObject |
| SyntaxError | https://npython.nimpylib.org/npython/Utils/utils.html#SyntaxError |
| PyStrObject | https://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject |
| PyExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L403 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L403 |
| get_tb_next | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#get_tb_next%2CPyTracebackObject |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L319 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L319 |
| getSource | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#getSource%2CPyStrObject%2Cint%2C |
| PyStrObject | https://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject |
| PyStrObject | https://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L384 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L384 |
| initBaseException | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException%2CPyBaseExceptionObject%2CopenArray%5BPyObject%5D |
| PyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L70 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L70 |
| initBaseException | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initBaseException%2CPyBaseExceptionObject%2CPyTupleObject |
| PyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L68 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L68 |
| initPyAttributeErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyAttributeErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPyBaseExceptionObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyBaseExceptionObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPyImportErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyImportErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPyNameErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyNameErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPyOSErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPyOSErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPySyntaxErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySyntaxErrorObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPySystemExitObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#initPySystemExitObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| isExceptionType | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#isExceptionType%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L304 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L304 |
| matchExcp | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#matchExcp%2CPyTypeObject%2CPyExceptionObject |
| PyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject |
| PyExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject |
| PyBoolObject | https://npython.nimpylib.org/npython/Objects/boolobject.html#PyBoolObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L295 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L295 |
| newPyArithmeticErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyArithmeticErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyAssertionErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAssertionErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyAttributeErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyAttributeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyBaseErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyBaseExceptionGroupObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionGroupObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyBaseExceptionObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBaseExceptionObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyBufferErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyBufferErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyEOFErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyEOFErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyGeneratorExitObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyGeneratorExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyImportErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyImportErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyKeyboardInterruptObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyKeyboardInterruptObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyLockErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLockErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyLookupErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyLookupErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyMemoryErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyMemoryErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyNameErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyNameErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyOSErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyOSErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyReferenceErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyReferenceErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyRuntimeErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyRuntimeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyStopAsyncIterErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopAsyncIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyStopIterErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyStopIterErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPySyntaxErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySyntaxErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPySystemErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPySystemExitObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPySystemExitObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyTraceback | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTraceback%2CTraceBack |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L357 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L357 |
| newPyTracebackSimple | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTracebackSimple |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942 |
| newPyTypeErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyTypeErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| newPyValueErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#newPyValueErrorObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L645 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L645 |
| ofExactPyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofExactPyTracebackObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927 |
| ofPyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#ofPyTracebackObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L934 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L934 |
| PyExc_InitTypes | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyExc_InitTypes |
| PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L535 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L535 |
| reprPyBaseExceptionObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyBaseExceptionObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| reprPyImportErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#reprPyImportErrorObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| set_characters_written | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_characters_written%2CPyOSErrorObject%2CPyObject |
| PyOSErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L182 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L182 |
| set_tb_next | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#set_tb_next%2CPyTracebackObject%2CPyObject |
| PyTracebackObject | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#PyTracebackObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/exceptionsImpl.nim#L321 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/exceptionsImpl.nim#L321 |
| strPyBaseExceptionObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyBaseExceptionObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| strPyImportErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyImportErrorObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| strPyKeyErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyKeyErrorObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| strPyOSErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPyOSErrorObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| strPySyntaxErrorObjectMagic | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#strPySyntaxErrorObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| tb_nextPyTracebackObjectGetter | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectGetter%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L134 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L134 |
| tb_nextPyTracebackObjectSetter | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#tb_nextPyTracebackObjectSetter%2CPyObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L135 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L135 |
| Exports | https://npython.nimpylib.org/npython/Objects/exceptionsImpl.html#19 |
| PyRecursionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyRecursionErrorObject |
| newRuntimeError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError,PyStrObject |
| newPyZeroDivisionErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyZeroDivisionErrorSimple |
| PyProcessLookupErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyProcessLookupErrorObject |
| newStopAsyncIterError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError |
| pyPermissionErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPermissionErrorObjectType |
| PyIsADirectoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIsADirectoryErrorObject |
| errorIfNot | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,string,PyObject,string,untyped |
| newPyBrokenPipeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBrokenPipeErrorSimple |
| pyConnectionErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionErrorObjectType |
| PySyntaxErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySyntaxErrorObject |
| newPyChildProcessErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyChildProcessErrorSimple |
| PyAttributeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAttributeErrorObject |
| ofPyConnectErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectErrorObject,PyObject |
| pyStopIterationObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterationObjectType |
| PyRuntimeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyRuntimeErrorObject |
| newStopAsyncIterError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopAsyncIterError,PyStrObject |
| ofPyEOFErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyEOFErrorObject,PyObject |
| pyValueErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyValueErrorObjectType |
| newPySystemErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemErrorSimple |
| ofExactPyIOErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIOErrorObject,PyObject |
| newPyBaseErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseErrorSimple.t |
| isStopIter | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#isStopIter,PyObject |
| newModuleNotFoundError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError |
| ofExactPyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionObject,PyObject |
| errorIfNot | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNot.t,,PyObject,string,untyped |
| newZeroDivisionError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError,PyStrObject |
| pyKeyErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyKeyErrorObjectType |
| errArgNum | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errArgNum.t,int,int,string |
| PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject |
| newTypeError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError |
| ofExactPyRuntimeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyRuntimeErrorObject,PyObject |
| pyLockErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLockErrorObjectType |
| newPyConnectionRefusedErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionRefusedErrorSimple |
| ofExactPyConnectErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectErrorObject,PyObject |
| pyIOErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIOErrorObjectType |
| PyUnicodeDecodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeDecodeErrorObject |
| getBltinName | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,ExceptionToken |
| ofExactPyNameErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyNameErrorObject,PyObject |
| newPyPythonFinalizationErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPythonFinalizationErrorSimple |
| pyGeneratorExitObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyGeneratorExitObjectType |
| ofPyIOErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIOErrorObject,PyObject |
| newOverflowError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError |
| PyOSErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyOSErrorObject |
| ofPyIndexErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndexErrorObject,PyObject |
| newPyGeneratorExitSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyGeneratorExitSimple |
| newSystemError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError |
| ofPyExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionObject,PyObject |
| newValueError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError,PyStrObject |
| newFloatingPointError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError |
| newPyMemoryErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyMemoryErrorSimple |
| ofPySyntaxErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySyntaxErrorObject,PyObject |
| PyConnectionResetErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionResetErrorObject |
| newPyProcessLookupErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyProcessLookupErrorSimple |
| PyErr_Format | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#PyErr_Format,E,PyStrObject |
| ofExactPyIndentationErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndentationErrorObject,PyObject |
| pyLookupErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyLookupErrorObjectType |
| newBaseException | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException,PyStrObject |
| ofExactPyNotImplementedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotImplementedErrorObject,PyObject |
| newPyRecursionErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyRecursionErrorSimple |
| ofExactPyIndexErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIndexErrorObject,PyObject |
| PyBaseExceptionGroupObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionGroupObject |
| pyStopIterErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopIterErrorObjectType |
| checkArgNumAtMost | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtMost.t,int,string |
| pyUnicodeDecodeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeDecodeErrorObjectType |
| newMemoryError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError,PyStrObject |
| newPyBlockingIOErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyBlockingIOErrorSimple |
| pyZeroDivisionErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyZeroDivisionErrorObjectType |
| ofPyRuntimeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyRuntimeErrorObject,PyObject |
| ofPyBlockingIOErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBlockingIOErrorObject,PyObject |
| ofExactPyFloatingPointErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFloatingPointErrorObject,PyObject |
| PyBufferErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBufferErrorObject |
| newRecursionError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError |
| ofPyFileNotFoundErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileNotFoundErrorObject,PyObject |
| ExceptionToken | https://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#ExceptionToken |
| pyFloatingPointErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFloatingPointErrorObjectType |
| ofExactPyValueErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyValueErrorObject,PyObject |
| newBaseExceptionGroup | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup |
| PyExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyExceptionObject |
| errorIfNotString | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotString.t,untyped,string,untyped |
| PyConnectionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionErrorObject |
| pyBrokenPipeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBrokenPipeErrorObjectType |
| ofPyUnicodeEncodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeEncodeErrorObject,PyObject |
| PyPermissionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPermissionErrorObject |
| newModuleNotFoundError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newModuleNotFoundError,PyStrObject |
| pyFileNotFoundErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileNotFoundErrorObjectType |
| newPyFileNotFoundErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileNotFoundErrorSimple |
| ofPyLockErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLockErrorObject,PyObject |
| pyOverflowErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyOverflowErrorObjectType |
| newPyConnectErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectErrorSimple |
| newIndexTypeError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexTypeError.t,PyStrObject,PyObject |
| PyMemoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyMemoryErrorObject |
| PyInterruptedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyInterruptedErrorObject |
| newKeyError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError |
| PyArithmeticErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyArithmeticErrorObject |
| newBaseError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError,PyStrObject |
| PyStopIterErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterErrorObject |
| ofExactPyEOFErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyEOFErrorObject,PyObject |
| newBaseExceptionGroup | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseExceptionGroup,PyStrObject |
| pyIndentationErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndentationErrorObjectType |
| pyAssertionErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAssertionErrorObjectType |
| PyNotADirectoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotADirectoryErrorObject |
| ofExactPyUnicodeTranslateErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeTranslateErrorObject,PyObject |
| pyBaseExceptionGroupObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionGroupObjectType |
| ofPyZeroDivisionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyZeroDivisionErrorObject,PyObject |
| newPyIOErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIOErrorSimple |
| newPyAssertionErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAssertionErrorSimple |
| pyEOFErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyEOFErrorObjectType |
| newReferenceError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError |
| ofExactPyFileNotFoundErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileNotFoundErrorObject,PyObject |
| $ | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#$.e,PyExceptionObject |
| PyPythonFinalizationErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyPythonFinalizationErrorObject |
| ofExactPySystemErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemErrorObject,PyObject |
| pyRecursionErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyRecursionErrorObjectType |
| ofExactPySystemExitObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySystemExitObject,PyObject |
| ofExactPyGeneratorExitObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyGeneratorExitObject,PyObject |
| newPyConnectionResetErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionResetErrorSimple |
| PyStopAsyncIterErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterErrorObject |
| PyFloatingPointErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFloatingPointErrorObject |
| PyGeneratorExitObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyGeneratorExitObject |
| PyFileNotFoundErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileNotFoundErrorObject |
| ofPyMemoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyMemoryErrorObject,PyObject |
| newBufferError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError,PyStrObject |
| ofExactPyStopIterErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopIterErrorObject,PyObject |
| newNameError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError,PyStrObject |
| pyConnectionAbortedErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionAbortedErrorObjectType |
| pyChildProcessErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyChildProcessErrorObjectType |
| ofPyFileExistsErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFileExistsErrorObject,PyObject |
| newPyStopAsyncIterationSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterationSimple.t |
| PyUnboundLocalErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnboundLocalErrorObject |
| newSystemExit | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit |
| PyStopAsyncIterationObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopAsyncIterationObject |
| ofExactPyConnectionResetErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionResetErrorObject,PyObject |
| newZeroDivisionError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newZeroDivisionError |
| newPyRuntimeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyRuntimeErrorSimple |
| PyUnicodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeErrorObject |
| pyStopAsyncIterationObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterationObjectType |
| pyBaseErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseErrorObjectType |
| pyProcessLookupErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyProcessLookupErrorObjectType |
| ofExactPySyntaxErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPySyntaxErrorObject,PyObject |
| ofExactPyLockErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLockErrorObject,PyObject |
| newAttributeError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newAttributeError.t,PyObject,PyStrObject |
| PyBlockingIOErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBlockingIOErrorObject |
| PyNameErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyNameErrorObject |
| ofExactPyStopAsyncIterErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyStopAsyncIterErrorObject,PyObject |
| ofExactPyConnectionRefusedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionRefusedErrorObject,PyObject |
| newAttributeError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError |
| newTypeError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newTypeError,PyStrObject |
| retIfExc | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyObject |
| checkArgNum | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,string |
| newReferenceError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newReferenceError,PyStrObject |
| PyTabErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTabErrorObject |
| newPyUnicodeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeErrorSimple |
| PySystemErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemErrorObject |
| newConnectError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError |
| PyLookupErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLookupErrorObject |
| ofExactPyProcessLookupErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyProcessLookupErrorObject,PyObject |
| ofPyConnectionResetErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionResetErrorObject,PyObject |
| ofExactPyConnectionAbortedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionAbortedErrorObject,PyObject |
| newEOFError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError |
| newIndexError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError |
| pyTimeoutErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTimeoutErrorObjectType |
| pySystemExitObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemExitObjectType |
| ofExactPyArithmeticErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyArithmeticErrorObject,PyObject |
| ofExactPyNotADirectoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyNotADirectoryErrorObject,PyObject |
| ofPyIsADirectoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIsADirectoryErrorObject,PyObject |
| newBaseError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseError |
| ofPyRecursionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyRecursionErrorObject,PyObject |
| isThrownException | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#isThrownException.t,PyObject |
| newStopIterError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError,PyStrObject |
| getTokenName | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#getTokenName |
| ofPyLookupErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyLookupErrorObject,PyObject |
| pyImportErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyImportErrorObjectType |
| pyAttributeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyAttributeErrorObjectType |
| ofPyFloatingPointErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyFloatingPointErrorObject,PyObject |
| newGeneratorExit | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit,PyStrObject |
| pyBlockingIOErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyBlockingIOErrorObjectType |
| PyKeyErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyKeyErrorObject |
| PyLockErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyLockErrorObject |
| newPyTimeoutErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTimeoutErrorSimple |
| newPyIsADirectoryErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIsADirectoryErrorSimple |
| ofExactPyIsADirectoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyIsADirectoryErrorObject,PyObject |
| getBltinName | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#getBltinName,BaseExceptionToken |
| ofPyReferenceErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyReferenceErrorObject,PyObject |
| ofPyPythonFinalizationErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPythonFinalizationErrorObject,PyObject |
| ofExactPyTabErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTabErrorObject,PyObject |
| newImportError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError |
| newArithmeticError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError |
| pyFileExistsErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyFileExistsErrorObjectType |
| ofExactPyFileExistsErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyFileExistsErrorObject,PyObject |
| newIOError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError |
| pyStopAsyncIterErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyStopAsyncIterErrorObjectType |
| ofExactPyUnboundLocalErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnboundLocalErrorObject,PyObject |
| newPyLockErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLockErrorSimple |
| newPyEOFErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyEOFErrorSimple |
| newPyReferenceErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyReferenceErrorSimple |
| newImportError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newImportError,PyStrObject |
| pyPythonFinalizationErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyPythonFinalizationErrorObjectType |
| newOverflowError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newOverflowError,PyStrObject |
| ofPyExceptionClass | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass,PyTypeObject |
| ofPyValueErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyValueErrorObject,PyObject |
| PyBrokenPipeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyBrokenPipeErrorObject |
| ofExactPyBrokenPipeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBrokenPipeErrorObject,PyObject |
| newPyTabErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyTabErrorSimple |
| ofPyBufferErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBufferErrorObject,PyObject |
| newBufferError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBufferError |
| newSystemError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemError,PyStrObject |
| newPyBufferErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBufferErrorSimple |
| ofExactPyBlockingIOErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyBlockingIOErrorObject,PyObject |
| checkArgNum | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNum.t,int,int,string |
| newUnboundLocalError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError |
| ofPyKeyErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyKeyErrorObject,PyObject |
| ofExactPyImportErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyImportErrorObject,PyObject |
| privateGetTracebackRef= | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef=,PyBaseExceptionObject,PyObject |
| newValueError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newValueError |
| PyStopIterationObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyStopIterationObject |
| newPyExceptionSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyExceptionSimple |
| newLockError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError,PyStrObject |
| PyModuleNotFoundErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyModuleNotFoundErrorObject |
| newLookupError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError,PyStrObject |
| pyIndexErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIndexErrorObjectType |
| newPyNotADirectoryErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotADirectoryErrorSimple |
| newPyNotImplementedErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyNotImplementedErrorSimple |
| ofPyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionObject,PyObject |
| ofPyStopIterErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopIterErrorObject,PyObject |
| pyUnicodeEncodeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeEncodeErrorObjectType |
| ofExactPyReferenceErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyReferenceErrorObject,PyObject |
| newAssertionError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError,PyStrObject |
| PyTypeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyTypeErrorObject |
| newOSError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError |
| ofExactPyBufferErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBufferErrorObject,PyObject |
| newRecursionError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newRecursionError,PyStrObject |
| newSystemExit | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSystemExit,PyStrObject |
| pyInterruptedErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyInterruptedErrorObjectType |
| newKeyboardInterrupt | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt |
| ofPyTabErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTabErrorObject,PyObject |
| ofPyGeneratorExitObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyGeneratorExitObject,PyObject |
| pyBaseExceptionObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBaseExceptionObjectType |
| PyConnectionAbortedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionAbortedErrorObject |
| errorIfNotBool | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#errorIfNotBool.t,PyObject,string,untyped |
| ofPySystemErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemErrorObject,PyObject |
| newRuntimeError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newRuntimeError |
| PyZeroDivisionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyZeroDivisionErrorObject |
| ofPyIndentationErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyIndentationErrorObject,PyObject |
| ofExactPyMemoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyMemoryErrorObject,PyObject |
| pySyntaxErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySyntaxErrorObjectType |
| newPyAttributeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyAttributeErrorSimple |
| newIndexError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIndexError,PyStrObject |
| newGeneratorExit | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newGeneratorExit |
| newBaseException | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newBaseException |
| pyConnectionResetErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionResetErrorObjectType |
| PyIndentationErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndentationErrorObject |
| PyConnectionRefusedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectionRefusedErrorObject |
| subErrs | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#subErrs |
| ofPyUnicodeTranslateErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeTranslateErrorObject,PyObject |
| ofPyBrokenPipeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyBrokenPipeErrorObject,PyObject |
| isExceptionOf | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#isExceptionOf,PyObject,ExceptionToken |
| ofPyConnectionRefusedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionRefusedErrorObject,PyObject |
| newPyOverflowErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyOverflowErrorSimple |
| ofPyNotImplementedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotImplementedErrorObject,PyObject |
| PyAssertionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyAssertionErrorObject |
| PyIndexErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIndexErrorObject |
| newPyConnectionErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionErrorSimple |
| ofExactPyAssertionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAssertionErrorObject,PyObject |
| newNameError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newNameError |
| getIterableWithCheck | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#getIterableWithCheck.t,PyObject |
| newPyFloatingPointErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFloatingPointErrorSimple |
| ofExactPyPythonFinalizationErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPythonFinalizationErrorObject,PyObject |
| newAttributeError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAttributeError,PyStrObject |
| newPyTypeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyTypeErrorSimple |
| PyTimeoutErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyTimeoutErrorObject |
| newPythonFinalizationError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError,PyStrObject |
| newUnboundLocalError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newUnboundLocalError,PyStrObject |
| PyFileExistsErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyFileExistsErrorObject |
| ofPyAttributeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAttributeErrorObject,PyObject |
| pyTypeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyTypeErrorObjectType |
| newPyStopIterErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterErrorSimple |
| ofExactPyChildProcessErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyChildProcessErrorObject,PyObject |
| pyModuleNotFoundErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyModuleNotFoundErrorObjectType |
| pyUnicodeTranslateErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeTranslateErrorObjectType |
| ofPyImportErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyImportErrorObject,PyObject |
| ofExactPyOverflowErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyOverflowErrorObject,PyObject |
| ofPyOverflowErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyOverflowErrorObject,PyObject |
| newPySystemExitSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySystemExitSimple |
| newPyValueErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyValueErrorSimple |
| pyConnectErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectErrorObjectType |
| newPyUnicodeTranslateErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeTranslateErrorSimple |
| newPyFileExistsErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyFileExistsErrorSimple |
| ofExactPyOSErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyOSErrorObject,PyObject |
| newPyPermissionErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyPermissionErrorSimple |
| newNotImplementedError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError |
| pyMemoryErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyMemoryErrorObjectType |
| PyConnectErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyConnectErrorObject |
| PyKeyboardInterruptObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyKeyboardInterruptObject |
| newMemoryError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newMemoryError |
| newPyKeyboardInterruptSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyKeyboardInterruptSimple |
| ofPyUnboundLocalErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnboundLocalErrorObject,PyObject |
| newPythonFinalizationError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPythonFinalizationError |
| newPyInterruptedErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyInterruptedErrorSimple |
| newFloatingPointError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newFloatingPointError,PyStrObject |
| PyBaseExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseExceptionObject |
| newPyNameErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyNameErrorSimple |
| pyUnboundLocalErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnboundLocalErrorObjectType |
| ofPyNotADirectoryErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyNotADirectoryErrorObject,PyObject |
| newSyntaxError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError |
| newSyntaxError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newSyntaxError,PyStrObject |
| pyExceptionObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyExceptionObjectType |
| checkArgNumAtLeast | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#checkArgNumAtLeast.t,int,string |
| newLockError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLockError |
| newPyUnboundLocalErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnboundLocalErrorSimple |
| ofPyAssertionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyAssertionErrorObject,PyObject |
| newPyImportErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyImportErrorSimple |
| ofExactPyLookupErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyLookupErrorObject,PyObject |
| ofExactPyModuleNotFoundErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyModuleNotFoundErrorObject,PyObject |
| newLookupError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newLookupError |
| ofExactPyKeyErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyKeyErrorObject,PyObject |
| newPyBaseExceptionSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionSimple |
| newArithmeticError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newArithmeticError,PyStrObject |
| PyChildProcessErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyChildProcessErrorObject |
| ofPySystemExitObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPySystemExitObject,PyObject |
| ofPyKeyboardInterruptObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyKeyboardInterruptObject,PyObject |
| ofPyProcessLookupErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyProcessLookupErrorObject,PyObject |
| ofPyConnectionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionErrorObject,PyObject |
| retIfExc | https://npython.nimpylib.org/npython/Objects/exceptions/baseapi.html#retIfExc.t,PyBaseErrorObject |
| ofPyUnicodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeErrorObject,PyObject |
| newPyConnectionAbortedErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyConnectionAbortedErrorSimple |
| newNotImplementedError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newNotImplementedError,PyStrObject |
| newPyModuleNotFoundErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyModuleNotFoundErrorSimple |
| newPyStopAsyncIterErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopAsyncIterErrorSimple |
| ofExactPyExceptionObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyExceptionObject,PyObject |
| ofExactPyPermissionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyPermissionErrorObject,PyObject |
| ofExactPyZeroDivisionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyZeroDivisionErrorObject,PyObject |
| pyNotADirectoryErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotADirectoryErrorObjectType |
| newPySyntaxErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPySyntaxErrorSimple |
| newPyIndexErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndexErrorSimple |
| pyNotImplementedErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyNotImplementedErrorObjectType |
| PyOverflowErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyOverflowErrorObject |
| newKeyError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newKeyError,PyStrObject |
| newOSError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newOSError,PyStrObject |
| newIOError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newIOError,PyStrObject |
| ofPyNameErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyNameErrorObject,PyObject |
| ofPyExceptionInstance | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionInstance,PyObject |
| BaseExceptionToken | https://npython.nimpylib.org/npython/Objects/exceptions/basetok.html#BaseExceptionToken |
| newStopIterError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newStopIterError |
| PyUnicodeEncodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeEncodeErrorObject |
| ofPyOSErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyOSErrorObject,PyObject |
| pyIsADirectoryErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyIsADirectoryErrorObjectType |
| pyRuntimeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyRuntimeErrorObjectType |
| pyConnectionRefusedErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyConnectionRefusedErrorObjectType |
| ofExactPyBaseExceptionGroupObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyBaseExceptionGroupObject,PyObject |
| newPyUnicodeDecodeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeDecodeErrorSimple |
| ofPyArithmeticErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyArithmeticErrorObject,PyObject |
| ofPyTimeoutErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyTimeoutErrorObject,PyObject |
| PyNotImplementedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotImplementedErrorObject |
| newConnectError | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newConnectError,PyStrObject |
| ofExactPyUnicodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeErrorObject,PyObject |
| ofPyInterruptedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyInterruptedErrorObject,PyObject |
| privateGetTracebackRef | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#privateGetTracebackRef,PyBaseExceptionObject |
| newKeyboardInterrupt | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newKeyboardInterrupt,PyStrObject |
| PyValueErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyValueErrorObject |
| ofPyStopAsyncIterErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyStopAsyncIterErrorObject,PyObject |
| pyKeyboardInterruptObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyKeyboardInterruptObjectType |
| newPyLookupErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyLookupErrorSimple |
| pyArithmeticErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyArithmeticErrorObjectType |
| ofPyExceptionClass | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyExceptionClass.t,PyObject |
| ofPyTypeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyTypeErrorObject,PyObject |
| pyTabErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyTabErrorObjectType |
| ofPyPermissionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyPermissionErrorObject,PyObject |
| ofPyChildProcessErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyChildProcessErrorObject,PyObject |
| PyUnicodeTranslateErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyUnicodeTranslateErrorObject |
| newAssertionError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newAssertionError |
| ofExactPyInterruptedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyInterruptedErrorObject,PyObject |
| ofExactPyUnicodeDecodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeDecodeErrorObject,PyObject |
| ofExactPyKeyboardInterruptObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyKeyboardInterruptObject,PyObject |
| newPyKeyErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyKeyErrorSimple |
| ofExactPyUnicodeEncodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyUnicodeEncodeErrorObject,PyObject |
| pyNameErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyNameErrorObjectType |
| newEOFError | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newEOFError,PyStrObject |
| ofExactPyTimeoutErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyTimeoutErrorObject,PyObject |
| pySystemErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pySystemErrorObjectType |
| PyIOErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyIOErrorObject |
| ofPyUnicodeDecodeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyUnicodeDecodeErrorObject,PyObject |
| ofPyBaseExceptionGroupObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofPyBaseExceptionGroupObject,PyObject |
| newPyOSErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyOSErrorSimple |
| PyEOFErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyEOFErrorObject |
| newPyStopIterationSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyStopIterationSimple.t |
| newPyIndentationErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyIndentationErrorSimple |
| pyReferenceErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyReferenceErrorObjectType |
| PySystemExitObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PySystemExitObject |
| ofExactPyAttributeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyAttributeErrorObject,PyObject |
| ofExactPyTypeErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#ofExactPyTypeErrorObject,PyObject |
| newPyBaseExceptionGroupSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyBaseExceptionGroupSimple |
| pyUnicodeErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#pyUnicodeErrorObjectType |
| PyImportErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyImportErrorObject |
| ofExactPyConnectionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyConnectionErrorObject,PyObject |
| newPyUnicodeEncodeErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#newPyUnicodeEncodeErrorSimple |
| ofPyModuleNotFoundErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyModuleNotFoundErrorObject,PyObject |
| pyBufferErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyBufferErrorObjectType |
| newPyArithmeticErrorSimple | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#newPyArithmeticErrorSimple |
| pyOSErrorObjectType | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#pyOSErrorObjectType |
| PyReferenceErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyReferenceErrorObject |
| ofExactPyRecursionErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofExactPyRecursionErrorObject,PyObject |
| ofPyConnectionAbortedErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/sub.html#ofPyConnectionAbortedErrorObject,PyObject |
| setString | https://npython.nimpylib.org/npython/Objects/exceptions/setter.html#setString,PyBaseExceptionObject,PyStrObject |
| setString | https://npython.nimpylib.org/npython/Objects/exceptions/setter.html#setString,PyBaseExceptionObject,string |