MCPcopy
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
63def is_binary():
64 return getattr(sys, "frozen", False)
65
66
67def fix_env(env=None):

Callers 4

_get_dvc_argsFunction · 0.90
daemonizeFunction · 0.90
_runtime_infoFunction · 0.90
fix_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected