|
gstlal 1.13.0
|
Public Member Functions | |
| __init__ (self, int offset=0) | |
| Tuple[str, int] | parse (self, str node_name) |
Public Attributes | |
| str | separator = "." |
| str | index_format = "{:05X}" |
| offset = offset | |
A hex-based node formatter that produces names like LayerName_000C.
Definition at line 163 of file __init__.py.
| python.dags.HexFormatter.__init__ | ( | self, | |
| int | offset = 0 ) |
Definition at line 167 of file __init__.py.
| Tuple[str, int] python.dags.HexFormatter.parse | ( | self, | |
| str | node_name ) |
Definition at line 172 of file __init__.py.
| str python.dags.HexFormatter.index_format = "{:05X}" |
Definition at line 169 of file __init__.py.
| python.dags.HexFormatter.offset = offset |
Definition at line 170 of file __init__.py.
| str python.dags.HexFormatter.separator = "." |
Definition at line 168 of file __init__.py.