gstlal 1.13.0
Loading...
Searching...
No Matches
python.dags.HexFormatter Class Reference
Inheritance diagram for python.dags.HexFormatter:
Collaboration diagram for python.dags.HexFormatter:

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

Detailed Description

A hex-based node formatter that produces names like LayerName_000C.

Definition at line 163 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

python.dags.HexFormatter.__init__ ( self,
int offset = 0 )

Definition at line 167 of file __init__.py.

Member Function Documentation

◆ parse()

Tuple[str, int] python.dags.HexFormatter.parse ( self,
str node_name )

Definition at line 172 of file __init__.py.

Member Data Documentation

◆ index_format

str python.dags.HexFormatter.index_format = "{:05X}"

Definition at line 169 of file __init__.py.

◆ offset

python.dags.HexFormatter.offset = offset

Definition at line 170 of file __init__.py.

◆ separator

str python.dags.HexFormatter.separator = "."

Definition at line 168 of file __init__.py.


The documentation for this class was generated from the following file: