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

Function remove_python_operator_instance

src/python/lfs/py_ui.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 void remove_python_operator_instance(const std::string& id) {
328 std::lock_guard lock(g_python_operator_mutex);
329 g_python_operator_instances.erase(id);
330 }
331
332 void push_python_operator_undo_entry(const std::string& label, nb::object instance) {
333 if (!instance.is_valid() || instance.is_none()) {

Callers 1

register_class_apiFunction · 0.85

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected