Class tigrbl.runtime.labels.Label
tigrbl.runtime.labels.Label
dataclass
Label(kind, subject, domain=None, anchor=None, field=None)
kind
instance-attribute
kind
subject
instance-attribute
subject
domain
class-attribute
instance-attribute
domain = None
anchor
class-attribute
instance-attribute
anchor = None
field
class-attribute
instance-attribute
field = None
is_secdep
property
is_secdep
is_dep
property
is_dep
is_sys
property
is_sys
is_atom
property
is_atom
is_hook
property
is_hook
render
render(*, pretty=True)
Pretty = human-facing (short secdep/dep). False = always canonicalized shape when possible.
Source code in tigrbl/runtime/labels.py
60 61 62 63 64 65 66 67 68 69 70 |
|
with_field
with_field(field)
Source code in tigrbl/runtime/labels.py
75 76 77 |
|
clear_field
clear_field()
Source code in tigrbl/runtime/labels.py
79 80 |
|