Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ path_exists
Function
path_exists
tests/unit/test_main.py:848–849 ·
view source on GitHub ↗
(what)
Source
from the content-addressed store, hash-verified
846
# WHEN
847
848
def
path_exists(what):
849
return
what != Path(
"corefile"
)
850
851
with
patch(
852
"pystack.__main__.get_process_threads_for_core"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected