Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ node_list
Function
node_list
python/oneflow/framework/unittest.py:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
90
91
def
node_list():
92
node_list_str = os.getenv(
"ONEFLOW_TEST_NODE_LIST"
)
93
assert node_list_str
94
return
node_list_str.split(
","
)
95
96
97
def
has_node_list():
Callers
1
node_size
Function · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected