MCPcopy Create free account

hub / github.com/d6t/d6tflow / functions

Functions422 in github.com/d6t/d6tflow

MethodoutputLoad
(self, keys=None, as_dict=False, cached=False)
d6tflow/tasks/__init__.py:453
MethodoutputLoad
(self, keys=None, as_dict=False, cached=False)
d6tflow/tasks/__init__.py:534
MethodoutputLoadAll
Loads all output from flow task and its parents. Args: func_to_run: flow step function keys
d6tflow/functional.py:251
MethodoutputLoadMeta
(self, task=None, flow=None)
d6tflow/__init__.py:669
MethodoutputLoadMetaJson
(self, task=None, flow=None)
d6tflow/__init__.py:677
MethodoutputLoadMetaJson
(self)
d6tflow/tasks/__init__.py:345
Methodparams
Flow parameters decorator. Use this to add parameter(s) to a particular flow task. Also see flow.add_global_param
d6tflow/functional.py:101
Functionparams_generator_df
(df, params_base = None)
d6tflow/utils.py:95
Functionparams_generator_dictlist
Generate permutations of parameter values from a dictionary of lists. Args: params_dict (dict): Dictionary where keys are parame
d6tflow/utils.py:104
Functionparams_generator_single
(dict_,params_base=None)
d6tflow/utils.py:85
Methodparse
Parse an individual value from a string. Identity by default.
d6tflow/parameter.py:82
Methodparse
(self, s)
d6tflow/parameter.py:98
Methodparse
(self, s)
d6tflow/parameter.py:105
Methodparse
(self, s)
d6tflow/parameter.py:143
Methodparse
(self, source)
d6tflow/parameter.py:167
Methodparse
(self, x)
d6tflow/parameter.py:184
Methodparse
(self, s)
d6tflow/parameter.py:214
Methodpersists
Flow persists decorator. Takes in a list of variables that need to be persisted for the flow step. Parameters
d6tflow/functional.py:119
Methodpreview
(self, func_to_preview, params: dict)
d6tflow/functional.py:134
Functionprint_tree
Return a string representation of the tasks, their statuses/parameters in a dependency tree format
d6tflow/utils.py:16
Methodread_json
(path, **opts)
d6tflow/targets/__init__.py:322
Methodread_md
(path, **opts)
d6tflow/targets/__init__.py:364
Functionrequires
(self)
d6tflow/__init__.py:292
Methodrequires
(_self)
d6tflow/core.py:406
Methodrequires
Flow requires decorator. Defines dependencies between flow steps. Internally calls d6tflow.requires.
d6tflow/functional.py:68
Methodrequires
(self)
tests/test_main.py:134
Methodrequires
(self)
docs/example-tf.py:44
Methodrequires
(self)
docs/example-tf.py:55
Methodreset
Reset a task, eg by deleting output file
d6tflow/tasks/__init__.py:50
Methodreset
(self, confirm=True)
d6tflow/tasks/__init__.py:522
Methodreset_upstream
(self, task=None, flow=None, confirm=False)
d6tflow/__init__.py:744
Methodrun
Runs flow steps locally. Parameters ---------- funcs_to_run : function or list of functions
d6tflow/functional.py:147
Methodrun
(self)
tests/test_workflowMulti.py:11
Methodrun
(self)
tests/test_workflowMulti.py:21
Methodrun
(self)
tests/test_workflowMulti.py:32
Methodrun
(self)
tests/test_workflowMulti.py:46
Methodrun
(self)
tests/test_workflowMulti.py:181
Methodrun
(self)
tests/test_workflowMulti.py:189
Methodrun
(self)
tests/test_workflowMulti.py:196
Methodrun
(self)
tests/test_workflowMulti.py:237
Methodrun
(self)
tests/for_import.py:18
Methodrun
(self)
tests/for_import.py:24
Methodrun
(self)
tests/for_import.py:31
Methodrun
(self)
tests/for_import.py:37
Methodrun
(self)
tests/test_workflow.py:22
Methodrun
(self)
tests/test_workflow.py:40
Methodrun
(self)
tests/test_workflow.py:50
Methodrun
(self)
tests/test_workflow.py:61
Methodrun
(self)
tests/test_workflow.py:213
Methodrun
(self)
tests/test_workflow.py:219
Methodrun
(self)
tests/test_workflow.py:226
Methodrun
(self)
tests/test_workflow.py:232
Methodrun
(self)
tests/test_workflow.py:237
Methodrun
(self)
tests/test_workflow.py:243
Methodrun
(self)
tests/test_workflow.py:249
Methodrun
(self)
tests/test_workflow.py:255
Methodrun
(self)
tests/test_workflow.py:474
Methodrun
(self)
tests/test_workflow.py:478
Methodrun
(self)
tests/test_workflow.py:482
Methodrun
(self)
tests/test_workflow.py:488
Methodrun
(self)
tests/test_workflow.py:496
Methodrun
(self)
tests/test_workflow.py:504
Methodrun
(self)
tests/test_workflow.py:514
Methodrun
(self)
tests/test_workflow.py:525
Methodrun
(self)
tests/test_workflow.py:541
Methodrun
(self)
tests/test_workflow.py:554
Methodrun
(self)
tests/test_workflow.py:614
Methodrun
(self)
tests/test_workflow.py:659
Methodrun
(self)
tests/test_workflow.py:667
Methodrun
(self)
tests/test_workflow.py:674
Methodrun
(self)
tests/test_workflow.py:681
Methodrun
(self)
tests/test_workflow.py:799
Methodrun
(self)
tests/test_workflow.py:827
Methodrun
(self)
tests/test_workflow.py:895
Methodrun
(self)
tests/test_workflow.py:907
Methodrun
(self)
tests/test_workflow.py:929
Methodrun
(self)
tests/test_workflow.py:937
Methodrun
(self)
tests/test_workflow.py:943
Methodrun
(self)
tests/test_main.py:92
Methodrun
(self)
tests/test_main.py:98
Methodrun
(self)
tests/test_main.py:136
Methodrun
(self)
tests/test_main.py:157
Methodrun
(self)
tests/test_main.py:185
Methodrun
(self)
tests/test_main.py:375
Methodrun
(self)
tests/test_main.py:451
Methodrun
(self)
tests/test_main.py:540
Methodrun
(self)
tests/test_main.py:551
Methodrun
(self)
tests/test_main.py:567
Methodrun
(self)
tests/test_workflowMulti2.py:9
Methodrun
(self)
tests/test_workflowMulti2.py:18
Methodrun
(self)
docs/example-tf.py:10
Methodrun
(self)
docs/example-tf.py:19
Methodrun
(self)
docs/example-tf.py:47
Methodrun
(self)
docs/example-tf.py:58
Methodrun
(self)
docs/example.py:19
Methodrun
(self)
docs/example.py:29
Methodrun
(self)
docs/example-ml-compare2.py:29
Methodrun
(self)
docs/example-ml-compare2.py:40
Methodrun
(self)
docs/example-ml-compare2.py:48
Methodrun
(self)
docs/example-ml-compare2.py:61
← previousnext →201–300 of 422, ranked by callers