|
CIRCT 22.0.0git
|


Public Member Functions | |
| None | __init__ (self, BaseList obj) |
| __getitem__ (self, i) | |
| __iter__ (self) | |
| None om.List.__init__ | ( | self, | |
| BaseList | obj | ||
| ) |
Definition at line 68 of file om.py.
References om.List.__init__().
Referenced by om.List.__init__(), synth.LongestPathCollection.drop_non_critical_paths(), and synth.LongestPathCollection.merge().
| om.List.__getitem__ | ( | self, | |
| i | |||
| ) |
Definition at line 71 of file om.py.
References om.List.__getitem__(), and om.wrap_mlir_object().
Referenced by om.List.__getitem__(), and om.List.__iter__().
| om.List.__iter__ | ( | self | ) |
Definition at line 76 of file om.py.
References om.List.__getitem__(), synth.LongestPathCollection.__getitem__(), and synth.LongestPathCollection.__len__().