MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / clean_python_code

Function clean_python_code

src/python/runner.cpp:1396–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1394 }
1395
1396 FormatResult clean_python_code(const std::string& code) {
1397 return format_python_code_impl(code, PythonFormatMode::Cleanup);
1398 }
1399
1400 // Frame callback for animations
1401 static std::function<void(float)> g_frame_callback;

Callers 2

clean_editor_scriptFunction · 0.85
TEST_FFunction · 0.85

Calls 1

format_python_code_implFunction · 0.85

Tested by 1

TEST_FFunction · 0.68