MCPcopy Index your code
hub / github.com/BrendanParmer/NodeToPython / log

Function log

tools/node_settings_generator/parse_nodes.py:50–54  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

48BLENDER_VERSIONS += [Version(5, i) for i in range(0, BLENDER_5_MAX_VERSION + 1)]
49
50def log(message: str):
51 if log_file is None:
52 raise RuntimeError("Log file was null!")
53 with log_mutex:
54 log_file.write(message)
55
56def process_attr(attr, section, node: str, version: Version) -> None:
57 # Get name

Callers 2

process_attrFunction · 0.85
parse_nodes.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected