PyClassDef

Trait PyClassDef 

Source
pub trait PyClassDef {
    type Base: PyClassDef;

    const NAME: &'static str;
    const MODULE_NAME: Option<&'static str>;
    const TP_NAME: &'static str;
    const BASICSIZE: usize;
    const DOC: Option<&'static str> = None;
    const UNHASHABLE: bool = false;
}

Required Associated Constantsยง

Source

const NAME: &'static str

Source

const MODULE_NAME: Option<&'static str>

Source

const TP_NAME: &'static str

Source

const BASICSIZE: usize

Provided Associated Constantsยง

Source

const DOC: Option<&'static str> = None

Source

const UNHASHABLE: bool = false

Required Associated Typesยง

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementorsยง

Sourceยง

impl PyClassDef for PyArithmeticError

Sourceยง

const NAME: &'static str = "ArithmeticError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ArithmeticError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyAssertionError

Sourceยง

const NAME: &'static str = "AssertionError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "AssertionError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyAsyncGen

Sourceยง

const NAME: &'static str = "async_generator"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "async_generator"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 56usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyAttributeError

Sourceยง

const NAME: &'static str = "AttributeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "AttributeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyBaseException

Sourceยง

const NAME: &'static str = "BaseException"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "BaseException"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 72usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyBaseExceptionGroup

Sourceยง

const NAME: &'static str = "BaseExceptionGroup"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "BaseExceptionGroup"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseException

Sourceยง

impl PyClassDef for PyBaseObject

Sourceยง

const NAME: &'static str = "object"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "object"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyBlockingIOError

Sourceยง

const NAME: &'static str = "BlockingIOError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "BlockingIOError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyBool

Sourceยง

const NAME: &'static str = "bool"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "bool"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyInt

Sourceยง

impl PyClassDef for PyBoundMethod

Sourceยง

const NAME: &'static str = "method"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "method"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyBrokenPipeError

Sourceยง

const NAME: &'static str = "BrokenPipeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "BrokenPipeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyConnectionError

Sourceยง

impl PyClassDef for PyBufferError

Sourceยง

const NAME: &'static str = "BufferError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "BufferError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyByteArray

Sourceยง

const NAME: &'static str = "bytearray"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "bytearray"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 40usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyBytes

Sourceยง

const NAME: &'static str = "bytes"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "bytes"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 24usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyBytesWarning

Sourceยง

const NAME: &'static str = "BytesWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "BytesWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyCallableIterator

Sourceยง

const NAME: &'static str = "callable_iterator"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "callable_iterator"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyChildProcessError

Sourceยง

const NAME: &'static str = "ChildProcessError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ChildProcessError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyClassMethod

Sourceยง

const NAME: &'static str = "classmethod"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "classmethod"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyCode

Sourceยง

const NAME: &'static str = "code"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "code"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 168usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyComplex

Sourceยง

const NAME: &'static str = "complex"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "complex"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyConnectionAbortedError

Sourceยง

const NAME: &'static str = "ConnectionAbortedError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ConnectionAbortedError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyConnectionError

Sourceยง

impl PyClassDef for PyConnectionError

Sourceยง

const NAME: &'static str = "ConnectionError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ConnectionError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyConnectionRefusedError

Sourceยง

const NAME: &'static str = "ConnectionRefusedError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ConnectionRefusedError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyConnectionError

Sourceยง

impl PyClassDef for PyConnectionResetError

Sourceยง

const NAME: &'static str = "ConnectionResetError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ConnectionResetError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyConnectionError

Sourceยง

impl PyClassDef for PyCoroutine

Sourceยง

const NAME: &'static str = "coroutine"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "coroutine"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 48usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyDeprecationWarning

Sourceยง

const NAME: &'static str = "DeprecationWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "DeprecationWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyDict

Sourceยง

const NAME: &'static str = "dict"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "dict"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 72usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyEOFError

Sourceยง

const NAME: &'static str = "EOFError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "EOFError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyEllipsis

Sourceยง

const NAME: &'static str = "EllipsisType"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "EllipsisType"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyEncodingWarning

Sourceยง

const NAME: &'static str = "EncodingWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "EncodingWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyEnumerate

Sourceยง

const NAME: &'static str = "enumerate"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "enumerate"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 48usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyException

Sourceยง

const NAME: &'static str = "Exception"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "Exception"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseException

Sourceยง

impl PyClassDef for PyExceptionGroup

Sourceยง

const NAME: &'static str = "ExceptionGroup"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ExceptionGroup"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseExceptionGroup

Sourceยง

impl PyClassDef for PyFileExistsError

Sourceยง

const NAME: &'static str = "FileExistsError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "FileExistsError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyFileNotFoundError

Sourceยง

const NAME: &'static str = "FileNotFoundError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "FileNotFoundError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyFilter

Sourceยง

const NAME: &'static str = "filter"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "filter"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyFloat

Sourceยง

const NAME: &'static str = "float"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "float"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 8usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyFloatingPointError

Sourceยง

const NAME: &'static str = "FloatingPointError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "FloatingPointError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyArithmeticError

Sourceยง

impl PyClassDef for PyFrozenSet

Sourceยง

const NAME: &'static str = "frozenset"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "frozenset"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 8usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyFunction

Sourceยง

const NAME: &'static str = "function"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "function"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 96usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyFutureWarning

Sourceยง

const NAME: &'static str = "FutureWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "FutureWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyGenerator

Sourceยง

const NAME: &'static str = "generator"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "generator"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 48usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyGeneratorExit

Sourceยง

const NAME: &'static str = "GeneratorExit"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "GeneratorExit"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseException

Sourceยง

impl PyClassDef for PyGenericAlias

Sourceยง

const NAME: &'static str = "GenericAlias"

Sourceยง

const MODULE_NAME: Option<&'static str>

Sourceยง

const TP_NAME: &'static str = "types.GenericAlias"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 24usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyGetSet

Sourceยง

const NAME: &'static str = "getset_descriptor"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "getset_descriptor"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 64usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyImportError

Sourceยง

const NAME: &'static str = "ImportError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ImportError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyImportWarning

Sourceยง

const NAME: &'static str = "ImportWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ImportWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyIndentationError

Sourceยง

const NAME: &'static str = "IndentationError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "IndentationError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PySyntaxError

Sourceยง

impl PyClassDef for PyIndexError

Sourceยง

const NAME: &'static str = "IndexError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "IndexError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyLookupError

Sourceยง

impl PyClassDef for PyInt

Sourceยง

const NAME: &'static str = "int"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "int"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyInterruptedError

Sourceยง

const NAME: &'static str = "InterruptedError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "InterruptedError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyIsADirectoryError

Sourceยง

const NAME: &'static str = "IsADirectoryError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "IsADirectoryError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyKeyError

Sourceยง

const NAME: &'static str = "KeyError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "KeyError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyLookupError

Sourceยง

impl PyClassDef for PyKeyboardInterrupt

Sourceยง

const NAME: &'static str = "KeyboardInterrupt"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "KeyboardInterrupt"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseException

Sourceยง

impl PyClassDef for PyList

Sourceยง

const NAME: &'static str = "list"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "list"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyLookupError

Sourceยง

const NAME: &'static str = "LookupError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "LookupError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyMap

Sourceยง

const NAME: &'static str = "map"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "map"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyMappingProxy

Sourceยง

const NAME: &'static str = "mappingproxy"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "mappingproxy"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyMemoryError

Sourceยง

const NAME: &'static str = "MemoryError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "MemoryError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyMemoryView

Sourceยง

const NAME: &'static str = "memoryview"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "memoryview"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 240usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyModule

Sourceยง

const NAME: &'static str = "module"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "module"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyModuleDef

Sourceยง

const NAME: &'static str = "module"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "module"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 48usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyModuleNotFoundError

Sourceยง

const NAME: &'static str = "ModuleNotFoundError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ModuleNotFoundError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyImportError

Sourceยง

impl PyClassDef for PyNameError

Sourceยง

const NAME: &'static str = "NameError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "NameError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyNamespace

Sourceยง

const NAME: &'static str = "SimpleNamespace"

Sourceยง

const MODULE_NAME: Option<&'static str>

Sourceยง

const TP_NAME: &'static str = "types.SimpleNamespace"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyNone

Sourceยง

const NAME: &'static str = "NoneType"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "NoneType"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyNotADirectoryError

Sourceยง

const NAME: &'static str = "NotADirectoryError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "NotADirectoryError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyNotImplemented

Sourceยง

const NAME: &'static str = "NotImplementedType"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "NotImplementedType"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyNotImplementedError

Sourceยง

const NAME: &'static str = "NotImplementedError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "NotImplementedError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyRuntimeError

Sourceยง

impl PyClassDef for PyOSError

Sourceยง

const NAME: &'static str = "OSError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "OSError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyOverflowError

Sourceยง

const NAME: &'static str = "OverflowError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "OverflowError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyArithmeticError

Sourceยง

impl PyClassDef for PyPendingDeprecationWarning

Sourceยง

const NAME: &'static str = "PendingDeprecationWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "PendingDeprecationWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyPermissionError

Sourceยง

const NAME: &'static str = "PermissionError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "PermissionError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyProcessLookupError

Sourceยง

const NAME: &'static str = "ProcessLookupError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ProcessLookupError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyProperty

Sourceยง

const NAME: &'static str = "property"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "property"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 80usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyRange

Sourceยง

const NAME: &'static str = "range"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "range"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 24usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyRecursionError

Sourceยง

const NAME: &'static str = "RecursionError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "RecursionError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyRuntimeError

Sourceยง

impl PyClassDef for PyReferenceError

Sourceยง

const NAME: &'static str = "ReferenceError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ReferenceError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyResourceWarning

Sourceยง

const NAME: &'static str = "ResourceWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ResourceWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyRuntimeError

Sourceยง

const NAME: &'static str = "RuntimeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "RuntimeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyRuntimeWarning

Sourceยง

const NAME: &'static str = "RuntimeWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "RuntimeWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PySequenceIterator

Sourceยง

const NAME: &'static str = "iterator"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "iterator"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PySet

Sourceยง

const NAME: &'static str = "set"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "set"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 8usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PySlice

Sourceยง

const NAME: &'static str = "slice"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "slice"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 24usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyStaticMethod

Sourceยง

const NAME: &'static str = "staticmethod"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "staticmethod"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyStopAsyncIteration

Sourceยง

const NAME: &'static str = "StopAsyncIteration"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "StopAsyncIteration"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyStopIteration

Sourceยง

const NAME: &'static str = "StopIteration"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "StopIteration"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyStr

Sourceยง

const NAME: &'static str = "str"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "str"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 40usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PySuper

Sourceยง

const NAME: &'static str = "super"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "super"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PySyntaxError

Sourceยง

const NAME: &'static str = "SyntaxError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "SyntaxError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PySyntaxWarning

Sourceยง

const NAME: &'static str = "SyntaxWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "SyntaxWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PySystemError

Sourceยง

const NAME: &'static str = "SystemError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "SystemError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PySystemExit

Sourceยง

const NAME: &'static str = "SystemExit"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "SystemExit"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseException

Sourceยง

impl PyClassDef for PyTabError

Sourceยง

const NAME: &'static str = "TabError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "TabError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyIndentationError

Sourceยง

impl PyClassDef for PyTimeoutError

Sourceยง

const NAME: &'static str = "TimeoutError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "TimeoutError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyOSError

Sourceยง

impl PyClassDef for PyTraceback

Sourceยง

const NAME: &'static str = "traceback"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "traceback"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyTuple

Sourceยง

const NAME: &'static str = "tuple"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "tuple"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyType

Sourceยง

const NAME: &'static str = "type"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "type"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 800usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyTypeError

Sourceยง

const NAME: &'static str = "TypeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "TypeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyUnboundLocalError

Sourceยง

const NAME: &'static str = "UnboundLocalError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UnboundLocalError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyNameError

Sourceยง

impl PyClassDef for PyUnicodeDecodeError

Sourceยง

const NAME: &'static str = "UnicodeDecodeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UnicodeDecodeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyUnicodeError

Sourceยง

impl PyClassDef for PyUnicodeEncodeError

Sourceยง

const NAME: &'static str = "UnicodeEncodeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UnicodeEncodeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyUnicodeError

Sourceยง

impl PyClassDef for PyUnicodeError

Sourceยง

const NAME: &'static str = "UnicodeError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UnicodeError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyValueError

Sourceยง

impl PyClassDef for PyUnicodeTranslateError

Sourceยง

const NAME: &'static str = "UnicodeTranslateError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UnicodeTranslateError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyUnicodeError

Sourceยง

impl PyClassDef for PyUnicodeWarning

Sourceยง

const NAME: &'static str = "UnicodeWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UnicodeWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyUnion

Sourceยง

const NAME: &'static str = "UnionType"

Sourceยง

const MODULE_NAME: Option<&'static str>

Sourceยง

const TP_NAME: &'static str = "types.UnionType"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 16usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyUserWarning

Sourceยง

const NAME: &'static str = "UserWarning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "UserWarning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyWarning

Sourceยง

impl PyClassDef for PyValueError

Sourceยง

const NAME: &'static str = "ValueError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ValueError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyWarning

Sourceยง

const NAME: &'static str = "Warning"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "Warning"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyException

Sourceยง

impl PyClassDef for PyWeak

Sourceยง

const NAME: &'static str = "weakref"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "weakref"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 40usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyWeakProxy

Sourceยง

const NAME: &'static str = "weakproxy"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "weakproxy"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 8usize

Sourceยง

const UNHASHABLE: bool = true

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for PyZeroDivisionError

Sourceยง

const NAME: &'static str = "ZeroDivisionError"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "ZeroDivisionError"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 0usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyArithmeticError

Sourceยง

impl PyClassDef for PyZip

Sourceยง

const NAME: &'static str = "zip"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "zip"

Sourceยง

const DOC: Option<&'static str>

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for Frame

Sourceยง

const NAME: &'static str = "frame"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "frame"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 192usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for HeapMethodDef

Sourceยง

const NAME: &'static str = "HeapMethodDef"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "HeapMethodDef"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 56usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject

Sourceยง

impl PyClassDef for VecBuffer

Sourceยง

const NAME: &'static str = "vec_buffer"

Sourceยง

const MODULE_NAME: Option<&'static str> = None

Sourceยง

const TP_NAME: &'static str = "vec_buffer"

Sourceยง

const DOC: Option<&'static str> = None

Sourceยง

const BASICSIZE: usize = 32usize

Sourceยง

const UNHASHABLE: bool = false

Sourceยง

type Base = PyBaseObject