MCPcopy Create free account

hub / github.com/datmo/datmo / functions

Functions1,250 in github.com/datmo/datmo

↓ 4 callersFunctionta
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:2
↓ 4 callersFunctionto_bytes
(val)
datmo/core/util/misc_functions.py:31
↓ 4 callersFunctionto_bytes
(val)
datmo/core/util/tests/test_json_store.py:15
↓ 4 callersFunctionto_bytes
(val)
datmo/cli/driver/helper.py:17
↓ 4 callersMethodupdate
(self, **kwargs)
datmo/cli/command/snapshot.py:125
↓ 3 callersFunctionD
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersFunctionLb
(a,b)
datmo/dashboard/static/js/jquery.min.js:4
↓ 3 callersMethod__set_variables
(self)
datmo/cli/command/tests/test_workspace.py:48
↓ 3 callersMethod_parse_logs_for_results
Parse log string to extract results and return dictionary. The format of the log line must be "key:value", whitespace will not matter
datmo/core/controller/task.py:156
↓ 3 callersMethod_run_helper
Run environment with parameters Parameters ---------- environment_id : str the environment id for definition
datmo/core/controller/task.py:77
↓ 3 callersMethod_update_environment_run_options
Update environment run option dictionary with data file and directory mapping and return dictionary. Parameters ---------- da
datmo/core/controller/task.py:188
↓ 3 callersFunctionba
(a,b)
datmo/dashboard/static/js/jquery.min.js:3
↓ 3 callersMethodcheckout
Checkout to specific environment id Parameters ---------- environment_id : str environment id to checkout to
datmo/core/controller/environment/environment.py:527
↓ 3 callersMethodcheckout
Checkout to specific file collection id Returns ------- bool True if success Raises ------
datmo/core/controller/file/file_collection.py:232
↓ 3 callersMethodcheckout
(self, name, option=None)
datmo/core/controller/code/driver/git.py:503
↓ 3 callersMethodcleanup
Cleans the project structure completely Notes ----- This function will not error out but will gracefully exit, since
datmo/core/controller/project.py:122
↓ 3 callersMethodconnect
Connect to the environment daemon and start running Returns ------- bool returns True if success else False
datmo/core/controller/environment/driver/__init__.py:52
↓ 3 callersMethodcreate_datmo_definition
Create a datmo version of the definition Parameters ---------- input_definition_path : str input original definit
datmo/core/controller/environment/driver/__init__.py:316
↓ 3 callersMethodcreate_requirements_file
Create python requirements txt file for the project Parameters ---------- package_manager : str, optional the pac
datmo/core/controller/environment/driver/dockerenv.py:905
↓ 3 callersMethodcurrent_code
Get the current code object Returns ------- Code an object representing the current code reference state
datmo/core/controller/code/code.py:27
↓ 3 callersMethodcurrent_environment
Get the current environment object Returns ------- Environment returns an object representing the current environ
datmo/core/controller/environment/environment.py:139
↓ 3 callersMethodcurrent_file_collection
Get the current file collection object Returns ------- FileCollection an object representing the current file col
datmo/core/controller/file/file_collection.py:31
↓ 3 callersMethodcurrent_ref
Returns the current ref of the code (may not be a commit id, if not saved) Returns ------- commit_id : str the cu
datmo/core/controller/code/driver/file.py:212
↓ 3 callersMethoddelete_collection
Deletes collection based on filehash Parameters ---------- filehash : str hash representing the files in the coll
datmo/core/controller/file/driver/__init__.py:260
↓ 3 callersMethodensure
(self, relative_path, directory=False)
datmo/core/controller/file/driver/local.py:194
↓ 3 callersMethodensure_collections_dir
(self)
datmo/core/controller/file/driver/local.py:409
↓ 3 callersMethodensure_datmo_files_ignored
(self)
datmo/core/controller/code/driver/git.py:290
↓ 3 callersMethodensure_hidden_datmo_file_structure
(self)
datmo/core/controller/file/driver/local.py:437
↓ 3 callersMethodexists_code_refs_dir
(self)
datmo/core/controller/code/driver/git.py:811
↓ 3 callersMethodexists_collections_dir
(self)
datmo/core/controller/file/driver/local.py:404
↓ 3 callersMethodexists_commit
(self, commit_id)
datmo/core/controller/code/driver/git.py:433
↓ 3 callersMethodexists_datmo_files_in_worktree
(self)
datmo/core/controller/code/driver/git.py:303
↓ 3 callersMethodexists_files_dir
(self)
datmo/core/controller/file/driver/local.py:371
↓ 3 callersMethodexists_hidden_datmo_file_structure
(self)
datmo/core/controller/file/driver/local.py:433
↓ 3 callersMethodextract_workspace_url
Extract workspace url from the container Parameters ---------- container_name : str name of the container being r
datmo/core/controller/environment/driver/__init__.py:186
↓ 3 callersMethodget
(self, collection, entity_id)
datmo/core/storage/driver/blitzdb_dal_driver.py:62
↓ 3 callersMethodget_collection_files
Retrieve collection files as python file object Parameters ---------- filehash : str hash representing the files
datmo/core/controller/file/driver/__init__.py:242
↓ 3 callersMethodget_command_class
(self, command_name)
datmo/cli/driver/helper.py:126
↓ 3 callersMethodget_image
(self, image_name)
datmo/core/controller/environment/driver/dockerenv.py:450
↓ 3 callersFunctionha
()
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersFunctioni
()
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersFunctionka
(a,b)
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersMethodlist
(self)
datmo/core/controller/environment/environment.py:374
↓ 3 callersFunctionqa
(a)
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersMethodrun
Run a task with parameters. If dictionary specified, create a new task with new run parameters. Snapshot objects are created before and after
datmo/core/controller/task.py:258
↓ 3 callersMethodstatus
Return the project status information if initialized Returns ------- status_dict : dict dictionary with project m
datmo/core/controller/project.py:178
↓ 3 callersFunctionto_bytes
(val)
datmo/cli/command/tests/test_flow.py:10
↓ 3 callersFunctionua
(a)
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersFunctionva
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersFunctionw
(a)
datmo/dashboard/static/js/jquery.min.js:2
↓ 3 callersFunctionz
(a,b)
datmo/dashboard/static/js/jquery.min.js:2
↓ 2 callersFunctionCa
(a,b)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionFa
(a,b)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionIa
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionJ
(a,b)
datmo/dashboard/static/js/jquery.min.js:2
↓ 2 callersFunctionJb
(a)
datmo/dashboard/static/js/jquery.min.js:4
↓ 2 callersFunctionKb
(a,b,c,d)
datmo/dashboard/static/js/jquery.min.js:4
↓ 2 callersFunctionNa
(a,b)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionO
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:2
↓ 2 callersFunctionSb
(a)
datmo/dashboard/static/js/jquery.min.js:4
↓ 2 callersFunctionTa
(a)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionVa
(a,b,c,d,e)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionWa
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionZ
(a,b,c)
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersMethod__save_dictionary
(self, dictionary, path)
datmo/logger.py:38
↓ 2 callersMethod_check_for_ssh
(self)
datmo/core/controller/code/driver/git.py:872
↓ 2 callersMethod_env_setup
TODO: Parameters ---------- incoming_dictionary : dict dictionary for the create function defined above
datmo/core/controller/snapshot.py:491
↓ 2 callersMethod_get_filehash
(absolute_filepath)
datmo/core/controller/code/driver/file.py:113
↓ 2 callersMethod_has_unstaged_changes
Return whether there are unstaged changes
datmo/core/controller/code/driver/file.py:132
↓ 2 callersMethod_setup_compatible_environment
Setup compatible environment from user paths. Creates the necessary datmo files if they are not already present Parameters --
datmo/core/controller/environment/environment.py:595
↓ 2 callersFunctionbb
()
datmo/dashboard/static/js/jquery.min.js:3
↓ 2 callersFunctionbytes2human
(n)
datmo/core/util/misc_functions.py:55
↓ 2 callersFunctionca
(a,b)
datmo/dashboard/static/js/jquery.min.js:2
↓ 2 callersMethodconnect
(self)
datmo/core/controller/environment/driver/dockerenv.py:148
↓ 2 callersMethodcreate
Create an environment Parameters ---------- dictionary : dict optional values to populate required environment en
datmo/core/controller/environment/environment.py:155
↓ 2 callersMethodcreate_default_definition
Create default definition within the given directory and return full path Parameters ---------- directory : str d
datmo/core/controller/environment/driver/__init__.py:277
↓ 2 callersMethodcreate_hidden_datmo_file_structure
(self)
datmo/core/controller/file/driver/local.py:429
↓ 2 callersFunctionda
()
datmo/dashboard/static/js/jquery.min.js:2
↓ 2 callersMethoddelete
(self, task_id)
datmo/core/controller/task.py:589
↓ 2 callersMethoddelete
Delete all traces of an environment Parameters ---------- environment_id : str environment object id to remove
datmo/core/controller/environment/environment.py:389
↓ 2 callersMethoddelete
Delete the file or directory Parameters ---------- relative_path : str path relative to the filepath dir
datmo/core/controller/file/driver/__init__.py:125
↓ 2 callersMethoddelete_hidden_datmo_dir
(self)
datmo/core/controller/file/driver/local.py:353
↓ 2 callersMethoddelete_hidden_datmo_file_structure
(self)
datmo/core/controller/file/driver/local.py:441
↓ 2 callersMethodensure_environment_dir
(self)
datmo/core/controller/environment/driver/dockerenv.py:180
↓ 2 callersMethodensure_files_dir
(self)
datmo/core/controller/file/driver/local.py:375
↓ 2 callersMethodensure_hidden_datmo_dir
(self)
datmo/core/controller/file/driver/local.py:350
↓ 2 callersMethodexists
Returns a boolean if the file collection exists Parameters ---------- file_collection_id : str file collection id
datmo/core/controller/file/file_collection.py:139
↓ 2 callersMethodget
Get snapshot object and return Parameters ---------- snapshot_id : str id for the snapshot you would like to get
datmo/core/controller/snapshot.py:394
↓ 2 callersMethodget_absolute_collection_path
(self, filehash)
datmo/core/controller/file/driver/local.py:302
↓ 2 callersFunctionget_class_contructor
(class_location)
datmo/core/util/__init__.py:6
↓ 2 callersMethodget_command_choices
(self)
datmo/cli/driver/helper.py:149
↓ 2 callersMethodget_default_definition_filename
Get default definition path to read the file from Returns ------- str file names of the default definition file
datmo/core/controller/environment/driver/__init__.py:295
↓ 2 callersMethodget_deployment_info
(self)
datmo/core/util/remote_api.py:101
↓ 2 callersMethodget_environment_types
Get the environment types Returns ------- list List of supported environment type
datmo/core/controller/environment/environment.py:39
↓ 2 callersMethodget_environment_types
Get the environment types Returns ------- list List of supported environment types
datmo/core/controller/environment/driver/__init__.py:66
↓ 2 callersMethodget_files
Get list of file objects for snapshot id. Parameters ---------- snapshot_id : str id for the snapshot you would l
datmo/core/controller/snapshot.py:417
↓ 2 callersMethodget_logfiles
()
datmo/core/util/logger.py:57
↓ 2 callersMethodget_relative_collection_path
(self, filehash)
datmo/core/controller/file/driver/local.py:305
↓ 2 callersMethodget_safe_dst_filepath
(filepath, dst_dirpath)
datmo/core/controller/file/driver/local.py:46
↓ 2 callersMethodget_supported_frameworks
Get all the supported frameworks Parameters ---------- environment_type : str the type of environment Re
datmo/core/controller/environment/environment.py:49
← previousnext →201–300 of 1,250, ranked by callers