Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BrendanParmer/NodeToPython
/ point_str
Method
point_str
tools/node_settings_generator/parse_nodes.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
return
f
"({self.major_}, {self.minor_})"
26
27
def
point_str(self) -> str:
28
return
f
"{self.major_}.{self.minor_}"
29
30
class
NodeInfo(NamedTuple):
31
versions_: list[Version]
Callers
3
download_file
Function · 0.80
process_bpy_version
Function · 0.80
parse_nodes.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected