edge module

Define Edge. It does nothing.

Todo

Check behavior w.r.t. LATTICE.

warn_edge()[source]

Raise this warning only once.

https://stackoverflow.com/questions/31953272/logging-print-message-only-once

Return type:

None

class Edge(line, dat_idx=None, **kwargs)[source]

Bases: Element

A dummy object.

Parameters:
base_name = 'EDG'
increment_lattice_idx = False
is_implemented: bool = False
__init__(line, dat_idx=None, **kwargs)[source]

Force an element with null-length, with no index.

Parameters:
Return type:

None

_abc_impl = <_abc._abc_data object at 0x7318fb976780>