MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / resolve

Method resolve

benchmarks/src/clusterutils/node_list.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26class PBS(NodeList):
27 def resolve(self) -> List[str]:
28 return get_pbs_nodes()
29
30
31def is_inside_pbs() -> bool:

Callers 10

test_default_workdirFunction · 0.45
__init__Method · 0.45
executeFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
startMethod · 0.45
__init__Method · 0.45
__post_init__Method · 0.45
__init__Method · 0.45

Calls 1

get_pbs_nodesFunction · 0.85

Tested by 2

test_default_workdirFunction · 0.36