Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
_shell(*args, **kwargs):
30
kwargs.setdefault(
"check"
, True)
31
return
subprocess.run(*args, **kwargs)
32
33
34
def
main():
Callers
1
main
Function · 0.85
Calls
1
run
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…