Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
import
types_utils
12
13
class
NTPNodeSetting(NamedTuple):
14
name_: str
15
type_: types_utils.ST
16
17
def
__lt__(self, other):
18
return
self.name_ < other.name_
19
20
class
Version(NamedTuple):
21
major_: int
Callers
1
process_attr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected