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

Class NodeInfo

tools/node_settings_generator/parse_nodes.py:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return f"{self.major_}.{self.minor_}"
29
30class NodeInfo(NamedTuple):
31 versions_: list[Version]
32 attributes_: dict[NTPNodeSetting, list[Version]]
33
34mutex = Lock()
35log_mutex = Lock()

Callers 1

process_nodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected