| Index | https://npython.nimpylib.org/theindex.html |
| Imports | https://npython.nimpylib.org/npython/Python/warnings.html#6 |
| Procs | https://npython.nimpylib.org/npython/Python/warnings.html#12 |
| warnEx(category: PyTypeObject; message: string | PyStrObject;
stacklevel: int = 1): PyBaseErrorObject | https://npython.nimpylib.org/npython/Python/warnings.html#warnEx%2CPyTypeObject%2C%2Cint |
| warnExplicit(category: PyTypeObject; message: string | PyStrObject;
filename: string; lineno: int; module: PyStrObject = nil;
registry: PyDictObject = nil): PyBaseErrorObject | https://npython.nimpylib.org/npython/Python/warnings.html#warnExplicit%2CPyTypeObject%2C%2Cstring%2Cint%2CPyStrObject%2CPyDictObject |
| Exports | https://npython.nimpylib.org/npython/Python/warnings.html#19 |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/warnings.nim#L1 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/warnings.nim#L1 |
| Imports | https://npython.nimpylib.org/npython/Python/warnings.html#6 |
| ../Utils/compat | https://npython.nimpylib.org/npython/Utils/compat.html |
| ../Objects/warningobject | https://npython.nimpylib.org/npython/Objects/warningobject.html |
| ../Objects/pyobject | https://npython.nimpylib.org/npython/Objects/pyobject.html |
| ../Objects/stringobject | https://npython.nimpylib.org/npython/Objects/stringobject.html |
| ../Objects/exceptions | https://npython.nimpylib.org/npython/Objects/exceptions.html |
| ../Objects/tupleobject | https://npython.nimpylib.org/npython/Objects/tupleobject.html |
| ../Objects/dictobject/ops | https://npython.nimpylib.org/npython/Objects/dictobject/ops.html |
| ../Objects/numobjects/intobject/decl | https://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html |
| ../Objects/pyobjectBase | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html |
| Procs | https://npython.nimpylib.org/npython/Python/warnings.html#12 |
| warnEx | https://npython.nimpylib.org/npython/Python/warnings.html#warnEx%2CPyTypeObject%2C%2Cint |
| PyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject |
| PyStrObject | https://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject |
| PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/warnings.nim#L97 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/warnings.nim#L97 |
| warnExplicit | https://npython.nimpylib.org/npython/Python/warnings.html#warnExplicit%2CPyTypeObject%2C%2Cstring%2Cint%2CPyStrObject%2CPyDictObject |
| PyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject |
| PyStrObject | https://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject |
| PyStrObject | https://npython.nimpylib.org/npython/Objects/stringobject.html#PyStrObject |
| PyDictObject | https://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject |
| PyBaseErrorObject | https://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/warnings.nim#L52 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/warnings.nim#L52 |
| Exports | https://npython.nimpylib.org/npython/Python/warnings.html#19 |
| newPyWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyWarningSimple |
| pyResourceWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyResourceWarningObjectType |
| PyFutureWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyFutureWarningObject |
| PyUserWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyUserWarningObject |
| newPyUserWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyUserWarningSimple |
| newPyWarningMessage | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyWarningMessage,PyStrObject,PyTypeObject,PyStrObject,PyIntObject,PyObject,PyObject,PyObject |
| newPyEncodingWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyEncodingWarningSimple |
| ofPyWarningMessageObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyWarningMessageObject,PyObject |
| newPyPendingDeprecationWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyPendingDeprecationWarningSimple |
| newPyWarningMessageSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyWarningMessageSimple |
| ofExactPyFutureWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyFutureWarningObject,PyObject |
| ofPyUserWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyUserWarningObject,PyObject |
| PyRuntimeWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyRuntimeWarningObject |
| ofPyWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyWarningObject,PyObject |
| PyWarningMessageObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyWarningMessageObject |
| PySyntaxWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PySyntaxWarningObject |
| PyWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyWarningObject |
| ofPySyntaxWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPySyntaxWarningObject,PyObject |
| ofPyDeprecationWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyDeprecationWarningObject,PyObject |
| pyUserWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyUserWarningObjectType |
| $ | https://npython.nimpylib.org/npython/Objects/warningobject.html#$,PyWarningMessageObject |
| ofExactPySyntaxWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPySyntaxWarningObject,PyObject |
| ofExactPyUnicodeWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyUnicodeWarningObject,PyObject |
| pyImportWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyImportWarningObjectType |
| newPyBytesWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyBytesWarningSimple |
| newPyFutureWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyFutureWarningSimple |
| pyWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyWarningObjectType |
| PyBytesWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyBytesWarningObject |
| strPyWarningMessageObjectMagic | https://npython.nimpylib.org/npython/Objects/warningobject.html#strPyWarningMessageObjectMagic,PyObject |
| PyEncodingWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyEncodingWarningObject |
| pyBytesWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyBytesWarningObjectType |
| PyResourceWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyResourceWarningObject |
| newPyDeprecationWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyDeprecationWarningSimple |
| ofExactPyUserWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyUserWarningObject,PyObject |
| ofExactPyResourceWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyResourceWarningObject,PyObject |
| ofExactPyWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyWarningObject,PyObject |
| ofPyUnicodeWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyUnicodeWarningObject,PyObject |
| ofPyBytesWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyBytesWarningObject,PyObject |
| ofPyImportWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyImportWarningObject,PyObject |
| ofPyFutureWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyFutureWarningObject,PyObject |
| pyPendingDeprecationWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyPendingDeprecationWarningObjectType |
| PyPendingDeprecationWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyPendingDeprecationWarningObject |
| ofExactPyImportWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyImportWarningObject,PyObject |
| newPyRuntimeWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyRuntimeWarningSimple |
| ofPyResourceWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyResourceWarningObject,PyObject |
| pySyntaxWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pySyntaxWarningObjectType |
| ofExactPyBytesWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyBytesWarningObject,PyObject |
| ofExactPyPendingDeprecationWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyPendingDeprecationWarningObject,PyObject |
| ofExactPyRuntimeWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyRuntimeWarningObject,PyObject |
| ofPyEncodingWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyEncodingWarningObject,PyObject |
| pyDeprecationWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyDeprecationWarningObjectType |
| newPySyntaxWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPySyntaxWarningSimple |
| pyWarningMessageObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyWarningMessageObjectType |
| pyEncodingWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyEncodingWarningObjectType |
| PyImportWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyImportWarningObject |
| ofPyPendingDeprecationWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyPendingDeprecationWarningObject,PyObject |
| ofExactPyDeprecationWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyDeprecationWarningObject,PyObject |
| newPyResourceWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyResourceWarningSimple |
| pyRuntimeWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyRuntimeWarningObjectType |
| ofPyRuntimeWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofPyRuntimeWarningObject,PyObject |
| categoryName | https://npython.nimpylib.org/npython/Objects/warningobject.html#categoryName,PyWarningMessageObject |
| pyFutureWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyFutureWarningObjectType |
| newPyImportWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyImportWarningSimple |
| pyUnicodeWarningObjectType | https://npython.nimpylib.org/npython/Objects/warningobject.html#pyUnicodeWarningObjectType |
| newPyUnicodeWarningSimple | https://npython.nimpylib.org/npython/Objects/warningobject.html#newPyUnicodeWarningSimple |
| PyUnicodeWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyUnicodeWarningObject |
| ofExactPyWarningMessageObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyWarningMessageObject,PyObject |
| PyDeprecationWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#PyDeprecationWarningObject |
| ofExactPyEncodingWarningObject | https://npython.nimpylib.org/npython/Objects/warningobject.html#ofExactPyEncodingWarningObject,PyObject |