Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ get_settings_manager
Function
get_settings_manager
src/python/lfs/py_plugins.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
nb::object get_settings_manager() {
28
return nb::module_::import_(
"lfs_plugins"
).attr(
"SettingsManager"
).attr(
"instance"
)();
29
}
30
} // namespace
31
32
void register_plugins(nb::module_& m) {
Callers
1
register_plugins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected