MCPcopy 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_initializedFunction · 0.85
update_python_pathFunction · 0.85
NB_MODULEFunction · 0.85

Calls 2

instanceFunction · 0.85
site_packages_dirMethod · 0.80

Tested by

no test coverage detected