Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/donnemartin/gitsome
/ open
Function
open
xonsh/fs.py:95–98 ·
view source on GitHub ↗
(file, *pargs, **kwargs)
Source
from the content-addressed store, hash-verified
93
del _fscodec
94
95
def
open(file, *pargs, **kwargs):
96
if
isinstance(file, PathLike):
97
file = fspath(file)
98
return
io.open(file, *pargs, **kwargs)
Callers
15
authenticate_cached_credentials
Method · 0.85
authenticate
Method · 0.85
load_configs
Method · 0.85
load_urls
Method · 0.85
save_config
Method · 0.85
save_urls
Method · 0.85
stream_response_to_file
Function · 0.85
main
Function · 0.85
parse
Method · 0.85
settitle
Method · 0.85
xontrib_metadata
Function · 0.85
visit_savejson
Method · 0.85
Calls
1
fspath
Function · 0.85
Tested by
1
test_lex_optimize3
Method · 0.68