Buckets:
| extern "C" { | |
| 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_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); | |
| } | |
Xet Storage Details
- Size:
- 1.13 kB
- Xet hash:
- a77234695afd50907c5dc3b6c0b3d96c9aed0aa8e64cba26f2c56c73ef010c6d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.