TimeloopFE
|
Classes | |
class | CombinableListNode |
A list node that can be combined with others by extending. More... | |
class | DictNode |
A node that is a dictionary of other nodes. More... | |
class | FlatteningListNode |
A list node that flattens lists of lists. More... | |
class | GrabParentAddMe |
class | ListNode |
A node that is a list of other nodes. More... | |
class | Node |
Base class for all nodes in the hierarchy. More... | |
class | ParseError |
Exception for nodes. More... | |
class | TypeSpecifier |
Represents a type specifier for a node in the TimeloopFE library. More... | |
class | Unspecified |
Class to represent an unspecified value. More... | |
Functions | |
bool | is_subclass (Any x, Any of) |
bool | isempty (Iterable x) |
Variables | |
default_unspecified_ = Unspecified() | |
T = TypeVar("T", bound="Node") | |
_local = threading.local() | |
_thread_local = threading.local() | |
lock = threading.Lock() | |
top_spec | |
bool timeloopfe.common.nodes copy.is_subclass | ( | Any | x, |
Any | of ) |
bool timeloopfe.common.nodes copy.isempty | ( | Iterable | x | ) |
|
protected |
|
protected |
timeloopfe.common.nodes copy.default_unspecified_ = Unspecified() |
timeloopfe.common.nodes copy.lock = threading.Lock() |
timeloopfe.common.nodes copy.T = TypeVar("T", bound="Node") |
timeloopfe.common.nodes copy.top_spec |