MCPcopy
hub / github.com/vulnersCom/getsploit / home_path

Method home_path

getsploit/__init__.py:21–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20 @cached_property
21 def home_path(self) -> pathlib.Path:
22 home = pathlib.Path.home() / ".getsploit"
23 home.mkdir(parents=True, exist_ok=True)
24 return home
25
26 @cached_property
27 def database_path(self) -> pathlib.Path:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected