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

Function format_python_code

src/python/runner.cpp:1392–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390 }
1391
1392 FormatResult format_python_code(const std::string& code) {
1393 return format_python_code_impl(code, PythonFormatMode::Strict);
1394 }
1395
1396 FormatResult clean_python_code(const std::string& code) {
1397 return format_python_code_impl(code, PythonFormatMode::Cleanup);

Callers 2

format_editor_scriptFunction · 0.85
TEST_FFunction · 0.85

Calls 1

format_python_code_implFunction · 0.85

Tested by 1

TEST_FFunction · 0.68