Types
Py_error_handler = enum Py_ERROR_UNKNOWN = "unknown", Py_ERROR_STRICT = "strict", Py_ERROR_SURROGATEESCAPE = "surrogateescape", Py_ERROR_REPLACE = "replace", Py_ERROR_IGNORE = "ignore", Py_ERROR_BACKSLASHREPLACE = "backslashreplace", Py_ERROR_SURROGATEPASS = "surrogatepass", Py_ERROR_XMLCHARREFREPLACE = "xmlcharrefreplace", Py_ERROR_OTHER = "other"
- Source Edit
Procs
proc Py_GetErrorHandler(errors: string): Py_error_handler {....raises: [], tags: [], forbids: [].}
- Source Edit