Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDCAI/DataFlow-MM
/ get_dataflow_dir
Method
get_dataflow_dir
dataflow/cli_funcs/paths.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
@staticmethod
12
def
get_dataflow_dir():
13
# return path of /dataflow
14
return
Path(__file__).parent.parent
15
16
# @staticmethod
17
# def get_dataflow_scripts_dir():
Callers
3
get_dataflow_example_dir
Method · 0.80
get_dataflow_statics_dir
Method · 0.80
get_dataflow_agent_dir
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected