edge module
Define Edge. It does nothing.
Todo
Check behavior w.r.t. LATTICE.
- warn_edge() None
Raise this warning only once.
https://stackoverflow.com/questions/31953272/logging-print-message-only-once
- class Edge(line: DatLine, dat_idx: int | None = None, **kwargs: str)
Bases:
ElementA dummy object.
- base_name = 'EDG'
- increment_lattice_idx = False
- __init__(line: DatLine, dat_idx: int | None = None, **kwargs: str) None
Force an element with null-length, with no index.
- _abc_impl = <_abc._abc_data object at 0x7f36f968c200>