MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / _shell

Function _shell

tensorboard/data/server/pip_package/install.py:29–31  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

27
28
29def _shell(*args, **kwargs):
30 kwargs.setdefault("check", True)
31 return subprocess.run(*args, **kwargs)
32
33
34def main():

Callers 1

mainFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…