MCPcopy Index your code
hub / github.com/secdev/scapy / _probe_config_folder

Function _probe_config_folder

scapy/main.py:85–91  ·  view source on GitHub ↗
(*cf)

Source from the content-addressed store, hash-verified

83
84
85def _probe_config_folder(*cf):
86 # type: (str) -> Optional[pathlib.Path]
87 return _probe_xdg_folder(
88 "XDG_CONFIG_HOME",
89 os.path.join(os.path.expanduser("~"), ".config"),
90 *cf
91 )
92
93
94def _probe_cache_folder(*cf):

Callers 1

main.pyFile · 0.85

Calls 2

_probe_xdg_folderFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…