MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected