MCPcopy 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
30class NodeInfo(NamedTuple):
31 versions_: list[Version]

Callers 3

download_fileFunction · 0.80
process_bpy_versionFunction · 0.80
parse_nodes.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected