Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ get_workdir
Method
get_workdir
benchmarks/src/cli.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
22
class
TestCase:
23
def
get_workdir(self) -> Path:
24
return
Path(
"benchmarks"
) / self.name()
25
26
def
name(self) -> str:
27
def
camel_to_kebab(s: str) -> str:
Callers
1
command
Function · 0.80
Calls
1
name
Method · 0.95
Tested by
no test coverage detected