Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ get_user_packages_dir
Function
get_user_packages_dir
src/python/runner.cpp:635–637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
633
} // namespace
634
635
std::filesystem::path get_user_packages_dir() {
636
return PackageManager::instance().site_packages_dir();
637
}
638
639
void ensure_initialized() {
640
call_once_py_init([] {
Callers
3
ensure_initialized
Function · 0.85
update_python_path
Function · 0.85
NB_MODULE
Function · 0.85
Calls
2
instance
Function · 0.85
site_packages_dir
Method · 0.80
Tested by
no test coverage detected