Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ is_binary
Function
is_binary
dvc/utils/__init__.py:63–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
# NOTE: Check if we are in a bundle
62
# https://pythonhosted.org/PyInstaller/runtime-information.html
63
def
is_binary():
64
return
getattr(sys,
"frozen"
, False)
65
66
67
def
fix_env(env=None):
Callers
4
_get_dvc_args
Function · 0.90
daemonize
Function · 0.90
_runtime_info
Function · 0.90
fix_env
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected