Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParzivalHack/PySpector
/ _get_version
Function
_get_version
src/pyspector/cli.py:117–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
try
:
116
os.dup2(devnull_fd, 1)
117
yield
118
finally:
119
sys.stdout.flush()
120
os.dup2(saved_fd, 1)
121
os.close(saved_fd)
122
os.close(devnull_fd)
123
124
Callers
1
_print_banner
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected