Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsYaIdeVenv
Function
IsYaIdeVenv
library/python/runtime_py3/main/venv.cpp:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <library/cpp/resource/resource.h>
2
3
extern
"C"
int IsYaIdeVenv() {
4
TString dummy;
5
return NResource::FindExact(
"YA_IDE_VENV"
, &dummy);
6
}
Callers
1
pymain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected