Typers page

shortprint.typers.dict_typer.type_dict(*, element: Dict[Any, Any], recursive_func: Callable, current_padding: str, padding_increment: int, is_depth_reached: bool = False) str

Type for a dict.

shortprint.typers.list_typer.type_list(*, element: List[Any], recursive_func: Callable, current_padding: str, padding_increment: int, is_depth_reached: bool = False) str

Type for a list.

shortprint.typers.set_typer.type_set(*, element: Union[Set, FrozenSet], recursive_func: Callable, current_padding: str, padding_increment: int, is_depth_reached: bool = False) str

Type for a set.

shortprint.typers.dataclasses_typer.type_dataclass(*, element: Any, recursive_func: Callable, current_padding: str, padding_increment: int, is_depth_reached: bool = False) str

Type for a dataclass.

shortprint.typers.tuple_typer.type_tuple(*, element: tuple, recursive_func: Callable, current_padding: str, padding_increment: int, is_depth_reached: bool = False) str

Type for a list.

shortprint.typers.object_typer.type_object(*, element: Any, recursive_func: Callable, current_padding: str, padding_increment: int, only_show_public_attributes: bool = True, only_show_attributes: bool = True, is_depth_reached: bool = False) str

Type for a list.