Tutorials
API Documentation
potc.supports.func.
raw_object
Raw object function support.
data (bytes): Binary data.
bytes
obj (object): Loaded object,
object
raw_type
Raw type function support.
name (str): Name of the type.
str
type_ (object): Loaded type,
typed_object
Typed object function support.
type_ (Type[_T]): Type of the object.
Type[_T]
obj (_T): Loaded typed object,
_T
function
Function function support.
name (str): Name of the function.
scheme (Type[Callable]): Scheme of the function.
Type[Callable]
obj (Callable): Loaded function.
Callable