Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/SkillSpector
/ __init__
Method
__init__
src/skillspector/input_handler.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
""
"
90
91
def
__init__(self) -> None:
92
self._temp_dir: Path | None = None
93
94
def
resolve(self, input_path: str) -> tuple[Path, str]:
95
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected