Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
class
NodeInfo(NamedTuple):
31
versions_: list[Version]
32
attributes_: dict[NTPNodeSetting, list[Version]]
33
34
mutex = Lock()
35
log_mutex = Lock()
Callers
1
process_node
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected