MCPcopy Index your code
hub / github.com/BrendanParmer/NodeToPython / NTPNodeSetting

Class NTPNodeSetting

tools/node_settings_generator/parse_nodes.py:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import types_utils
12
13class NTPNodeSetting(NamedTuple):
14 name_: str
15 type_: types_utils.ST
16
17 def __lt__(self, other):
18 return self.name_ < other.name_
19
20class Version(NamedTuple):
21 major_: int

Callers 1

process_attrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected