fabricatio_typst.models.generic
base classes for all research components.
Classes
Introspect
|
Class that provides a method to introspect the object. |
Module Contents
-
class fabricatio_typst.models.generic.Introspect
Bases: abc.ABC
Class that provides a method to introspect the object.
This class includes a method to perform internal introspection of the object.
-
abstractmethod introspect() → str
Internal introspection of the object.
- Returns:
The internal introspection of the object.
- Return type:
str