| Index | https://npython.nimpylib.org/theindex.html |
| Imports | https://npython.nimpylib.org/npython/Python/sysmodule.html#6 |
| Procs | https://npython.nimpylib.org/npython/Python/sysmodule.html#12 |
| auditPySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#auditPySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| displayhookPySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#displayhookPySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| excepthookPySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#excepthookPySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| exit(status: PyObject = pyNone): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#exit%2CPyObject |
| exitPySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#exitPySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| get_int_max_str_digitsPySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#get_int_max_str_digitsPySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| set_int_max_str_digitsPySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#set_int_max_str_digitsPySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| SUgetframePySysModuleObjectMethod(selfNoCast: PyObject;
args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#SUgetframePySysModuleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| sysexit(args: openArray[PyObject]; kwargs: PyObject): PyObject | https://npython.nimpylib.org/npython/Python/sysmodule.html#sysexit%2CopenArray%5BPyObject%5D%2CPyObject |
| Exports | https://npython.nimpylib.org/npython/Python/sysmodule.html#19 |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/sysmodule.nim#L1 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/sysmodule.nim#L1 |
| Imports | https://npython.nimpylib.org/npython/Python/sysmodule.html#6 |
| ../Objects/pyobject | https://npython.nimpylib.org/npython/Objects/pyobject.html |
| ../Objects/stringobject | https://npython.nimpylib.org/npython/Objects/stringobject.html |
| ../Objects/tupleobject | https://npython.nimpylib.org/npython/Objects/tupleobject.html |
| ../Objects/exceptions | https://npython.nimpylib.org/npython/Objects/exceptions.html |
| ../Objects/noneobject | https://npython.nimpylib.org/npython/Objects/noneobject.html |
| ../Objects/typeobject | https://npython.nimpylib.org/npython/Objects/typeobject.html |
| ../Objects/exceptions/extra_utils | https://npython.nimpylib.org/npython/Objects/exceptions/extra_utils.html |
| ../Objects/numobjects/intobject_decl | https://npython.nimpylib.org/npython/Objects/numobjects/intobject_decl.html |
| ../Objects/numobjects/numobjects_comm | https://npython.nimpylib.org/npython/Objects/numobjects/numobjects_comm.html |
| ../Objects/bltcommon | https://npython.nimpylib.org/npython/Objects/bltcommon.html |
| ../Utils/trans_imp | https://npython.nimpylib.org/npython/Utils/trans_imp.html |
| neval_frame | https://npython.nimpylib.org/npython/Python/neval_frame.html |
| getargs/vargs | https://npython.nimpylib.org/npython/Python/getargs/vargs.html |
| getargs/va_and_kw | https://npython.nimpylib.org/npython/Python/getargs/va_and_kw.html |
| getargs/dispatch | https://npython.nimpylib.org/npython/Python/getargs/dispatch.html |
| sysmodule/decl | https://npython.nimpylib.org/npython/Python/sysmodule/decl.html |
| sysmodule/init | https://npython.nimpylib.org/npython/Python/sysmodule/init.html |
| sysmodule/audit | https://npython.nimpylib.org/npython/Python/sysmodule/audit.html |
| sysmodule/hooks | https://npython.nimpylib.org/npython/Python/sysmodule/hooks.html |
| sysmodule/attrs | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html |
| sysmodule/int_max_str_digits | https://npython.nimpylib.org/npython/Python/sysmodule/int_max_str_digits.html |
| Procs | https://npython.nimpylib.org/npython/Python/sysmodule.html#12 |
| auditPySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#auditPySysModuleObjectMethod%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 |
| displayhookPySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#displayhookPySysModuleObjectMethod%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 |
| excepthookPySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#excepthookPySysModuleObjectMethod%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 |
| exit | https://npython.nimpylib.org/npython/Python/sysmodule.html#exit%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| status | https://npython.nimpylib.org/npython/Python/sysmodule.html#status |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/sysmodule.nim#L41 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/sysmodule.nim#L41 |
| exitPySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#exitPySysModuleObjectMethod%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 |
| get_int_max_str_digitsPySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#get_int_max_str_digitsPySysModuleObjectMethod%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 |
| set_int_max_str_digitsPySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#set_int_max_str_digitsPySysModuleObjectMethod%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 |
| SUgetframePySysModuleObjectMethod | https://npython.nimpylib.org/npython/Python/sysmodule.html#SUgetframePySysModuleObjectMethod%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 |
| sysexit | https://npython.nimpylib.org/npython/Python/sysmodule.html#sysexit%2CopenArray%5BPyObject%5D%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/Python/sysmodule.nim#L41 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/sysmodule.nim#L41 |
| Exports | https://npython.nimpylib.org/npython/Python/sysmodule.html#19 |
| PyDictObject | https://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject |
| PyArg_NoKw | https://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,, |
| PyArg_NoKw | https://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t |
| ofPySysModuleObject | https://npython.nimpylib.org/npython/Python/sysmodule/decl.html#ofPySysModuleObject,PyObject |
| name | https://npython.nimpylib.org/npython/Objects/moduleobject.html#name |
| name= | https://npython.nimpylib.org/npython/Objects/moduleobject.html#name=,,PyStrObject |
| ofExactPySysModuleObject | https://npython.nimpylib.org/npython/Python/sysmodule/decl.html#ofExactPySysModuleObject,PyObject |
| PySysModuleObject | https://npython.nimpylib.org/npython/Python/sysmodule/decl.html#PySysModuleObject |
| pySysModuleObjectType | https://npython.nimpylib.org/npython/Python/sysmodule/decl.html#pySysModuleObjectType |
| newPySysModuleSimple | https://npython.nimpylib.org/npython/Python/sysmodule/decl.html#newPySysModuleSimple |
| PySys_UpdateConfig | https://npython.nimpylib.org/npython/Python/sysmodule/init.html#PySys_UpdateConfig,PySysModuleObject,PyConfig |
| Py_Int_Float_InitTypes | https://npython.nimpylib.org/npython/Python/sysmodule/initInfo.html#Py_Int_Float_InitTypes.t |
| PySys_Create | https://npython.nimpylib.org/npython/Python/sysmodule/init.html#PySys_Create,PySysModuleObject |
| audit | https://npython.nimpylib.org/npython/Python/sysmodule/audit.html#audit.t,cstring,varargs[typed] |
| Py_AuditHookFunction | https://npython.nimpylib.org/npython/Python/sysmodule/audit.html#Py_AuditHookFunction |
| addaudithook | https://npython.nimpylib.org/npython/Python/sysmodule/audit.html#addaudithook,PyObject |
| auditTuple | https://npython.nimpylib.org/npython/Python/sysmodule/audit.html#auditTuple,cstring,PyTupleObject |
| addaudithook | https://npython.nimpylib.org/npython/Python/sysmodule/audit.html#addaudithook,Py_AuditHookFunction,pointer |
| excepthook | https://npython.nimpylib.org/npython/Python/sysmodule/hooks.html#excepthook,PyObject,PyBaseErrorObject,PyObject |
| displayhook | https://npython.nimpylib.org/npython/Python/sysmodule/hooks.html#displayhook,PyObject |
| displayhook_impl | https://npython.nimpylib.org/npython/Python/sysmodule/hooks.html#displayhook_impl,PyObject |
| PySys_GetOptionalAttr | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#PySys_GetOptionalAttr,PyStrObject,PyObject,bool |
| PySys_SetAttrNonNil | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#PySys_SetAttrNonNil,PyStrObject,PyObject |
| PySys_GetAttr | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#PySys_GetAttr,PyStrObject |
| PySys_GetOptionalAttr | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#PySys_GetOptionalAttr,PyStrObject,PyObject |
| sysdict | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#sysdict.t |
| PySys_GetObject | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#PySys_GetObject,cstring |
| PySys_GetAttr | https://npython.nimpylib.org/npython/Python/sysmodule/attrs.html#PySys_GetAttr,PyStrObject,PyObject |
| PySys_SetIntMaxStrDigits | https://npython.nimpylib.org/npython/Python/sysmodule/int_max_str_digits.html#PySys_SetIntMaxStrDigits,int |
| PySys_GetIntMaxStrDigits | https://npython.nimpylib.org/npython/Python/sysmodule/int_max_str_digits.html#PySys_GetIntMaxStrDigits |