Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDCAI/DataFlow-MM
/ get_dataflow_pipelines_dir
Method
get_dataflow_pipelines_dir
dataflow/cli_funcs/paths.py:29–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
@staticmethod
29
def
get_dataflow_pipelines_dir():
30
return
DataFlowPath.get_dataflow_statics_dir() /
"pipelines"
31
32
@staticmethod
33
def
get_dataflow_playground_dir():
Callers
1
_copy_pipelines
Function · 0.80
Calls
1
get_dataflow_statics_dir
Method · 0.80
Tested by
no test coverage detected