Module convert

Source

Traitsยง

IntoObject
IntoPyException
ToPyException
ToPyObject
Implemented by any type that can be returned from a built-in Python function.
ToPyResult
TransmuteFromObject
Marks a type that has the exact same layout as PyObjectRef, e.g. a type that is repr(transparent) over PyObjectRef.
TryFromBorrowedObject
Lower-cost variation of TryFromObject
TryFromObject
Implemented by any type that can be created from a Python object.