Traitsยง
- Into
Object - Into
PyException - ToPy
Exception - ToPy
Object - Implemented by any type that can be returned from a built-in Python function.
- ToPy
Result - Transmute
From Object - Marks a type that has the exact same layout as PyObjectRef, e.g. a type that is
repr(transparent)
over PyObjectRef. - TryFrom
Borrowed Object - Lower-cost variation of
TryFromObject
- TryFrom
Object - Implemented by any type that can be created from a Python object.