Buckets:
| extern "C" { | |
| PyAPI_FUNC(PyObject*) _PyWarnings_Init(void); | |
| PyAPI_FUNC(int) PyErr_WarnEx( | |
| PyObject *category, | |
| const char *message, /* UTF-8 encoded string */ | |
| Py_ssize_t stack_level); | |
| PyAPI_FUNC(int) PyErr_WarnFormat( | |
| PyObject *category, | |
| Py_ssize_t stack_level, | |
| const char *format, /* ASCII-encoded string */ | |
| ...); | |
| /* Emit a ResourceWarning warning */ | |
| PyAPI_FUNC(int) PyErr_ResourceWarning( | |
| PyObject *source, | |
| Py_ssize_t stack_level, | |
| const char *format, /* ASCII-encoded string */ | |
| ...); | |
| PyAPI_FUNC(int) PyErr_WarnExplicitObject( | |
| PyObject *category, | |
| PyObject *message, | |
| PyObject *filename, | |
| int lineno, | |
| PyObject *module, | |
| PyObject *registry); | |
| PyAPI_FUNC(int) PyErr_WarnExplicit( | |
| PyObject *category, | |
| const char *message, /* UTF-8 encoded string */ | |
| const char *filename, /* decoded from the filesystem encoding */ | |
| int lineno, | |
| const char *module, /* UTF-8 encoded string */ | |
| PyObject *registry); | |
| PyAPI_FUNC(int) | |
| PyErr_WarnExplicitFormat(PyObject *category, | |
| const char *filename, int lineno, | |
| const char *module, PyObject *registry, | |
| const char *format, ...); | |
| /* DEPRECATED: Use PyErr_WarnEx() instead. */ | |
| void _PyErr_WarnUnawaitedCoroutine(PyObject *coro); | |
| } | |
Xet Storage Details
- Size:
- 1.78 kB
- Xet hash:
- 3edd775f2f95352fc5dd02b3d373aa7f1739d3fcb594aa5843de2484f3c1b05f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.