Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BrendanParmer/NodeToPython
/ tuple_str
Method
tuple_str
tools/node_settings_generator/parse_nodes.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
minor_: int
23
24
def
tuple_str(self) -> str:
25
return
f
"({self.major_}, {self.minor_})"
26
27
def
point_str(self) -> str:
28
return
f
"{self.major_}.{self.minor_}"
Callers
2
process_attr
Function · 0.80
get_subclasses
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected