sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_flush) function_name_flush
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier__requests_middleware) identifier__requests_middleware
... | Flushes the queued up telemetry to the service. |
(module
(function_definition
(function_name_JSON_NumpyArrayEncoder) function_name_JSON_NumpyArrayEncoder
(parameters
(identifier_obj) identifier_obj
)parameters
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_list
(... | Define Specialize JSON encoder for numpy array |
(module
(function_definition
(function_name_count_rows) function_name_count_rows
(parameters
(identifier_self) identifier_self
(identifier_table_name) identifier_table_name
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) ident... | Return the number of entries in a table by counting them. |
(module
(function_definition
(function_name_norm) function_name_norm
(parameters
(identifier_x) identifier_x
(default_parameter
(identifier_encoding) identifier_encoding
(string_"latin1") string_"latin1"
)default_parameter
)parameters
(block
(expression_statemen... | Convertir acentos codificados en ISO 8859-1 u otro, a ASCII regular |
(module
(function_definition
(function_name_patch_text) function_name_patch_text
(parameters
(identifier_actions) identifier_actions
(identifier_tree) identifier_tree
)parameters
(block
(expression_statement
(assignment
(identifier_tree) identifier_tree
(c... | Takes a string with XML and a string with actions |
(module
(function_definition
(function_name_sh) function_name_sh
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_command) identifier_command
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictiona... | Run a shell command with the given arguments. |
(module
(function_definition
(function_name_repeat_call) function_name_repeat_call
(parameters
(identifier_func) identifier_func
(identifier_retries) identifier_retries
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
... | Tries a total of 'retries' times to execute callable before failing. |
(module
(function_definition
(function_name_get) function_name_get
(parameters
(identifier_self) identifier_self
(identifier_path_tuple) identifier_path_tuple
)parameters
(block
(if_statement
(comparison_operator
(identifier_path_tuple) identifier_path_tuple
... | Returns metadata dict for path in `path_tuple`. |
(module
(function_definition
(function_name__get_free_words) function_name__get_free_words
(parameters
(identifier_self) identifier_self
(identifier_blockAllowed) identifier_blockAllowed
(identifier_isRead) identifier_isRead
)parameters
(block
(if_statement
(identifier_... | Return the number of words free in the transmit packet |
(module
(function_definition
(function_name__read) function_name__read
(parameters
(identifier_self) identifier_self
(identifier_size) identifier_size
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
... | Return size bytes from the stream. |
(module
(function_definition
(function_name__parse_qualimap_globals_inregion) function_name__parse_qualimap_globals_inregion
(parameters
(identifier_table) identifier_table
)parameters
(block
(expression_statement
(assignment
(identifier_out) identifier_out
(dic... | Retrieve metrics from the global targeted region table. |
(module
(function_definition
(function_name_security_warnings) function_name_security_warnings
(parameters
(identifier_request) identifier_request
(default_parameter
(identifier_PROXY_ALLOWED_HOSTS) identifier_PROXY_ALLOWED_HOSTS
(tuple
)tuple
)default_parameter
)... | Detects insecure settings and reports them to the client-side context. |
(module
(function_definition
(function_name__matches) function_name__matches
(parameters
(identifier_o) identifier_o
(identifier_pattern) identifier_pattern
)parameters
(block
(if_statement
(not_operator
(comparison_operator
(call
(identifi... | Match a pattern of types in a sequence. |
(module
(function_definition
(function_name_coneSearch) function_name_coneSearch
(parameters
(identifier_self) identifier_self
(identifier_center) identifier_center
(default_parameter
(identifier_radius) identifier_radius
(binary_operator
(integer_3) integer_3
... | Run a cone search of the GALEX archive |
(module
(function_definition
(function_name_remove_role) function_name_remove_role
(parameters
(identifier_role) identifier_role
)parameters
(block
(function_definition
(function_name_processor) function_name_processor
(parameters
(identifier_action) identifier_ac... | Remove a action for a role. |
(module
(function_definition
(function_name_extract_bad_ami) function_name_extract_bad_ami
(parameters
(identifier_e) identifier_e
)parameters
(block
(expression_statement
(assignment
(identifier_msg) identifier_msg
(subscript
(subscript
... | Handle various client side errors when describing images |
(module
(function_definition
(function_name__set_trainer) function_name__set_trainer
(parameters
(identifier_self) identifier_self
(identifier_trainer) identifier_trainer
)parameters
(block
(if_statement
(boolean_operator
(boolean_operator
(boolean_opera... | Set the trainer this parameter is associated with. |
(module
(function_definition
(function_name_conf_sets) function_name_conf_sets
(parameters
(identifier_self) identifier_self
)parameters
(block
(with_statement
(with_clause
(with_item
(attribute
(identifier_self) identifier_self
(id... | The dictionary of configuration sets in this component, if any. |
(module
(function_definition
(function_name__parse) function_name__parse
(parameters
(identifier_self) identifier_self
(identifier_stream) identifier_stream
(identifier_context) identifier_context
(identifier_path) identifier_path
)parameters
(block
(expression_statement
... | Parse until a given byte string is found. |
(module
(function_definition
(function_name_load_library_handle) function_name_load_library_handle
(parameters
(identifier_libname) identifier_libname
(identifier_path) identifier_path
)parameters
(block
(if_statement
(boolean_operator
(comparison_operator
... | Load the library, return the ctypes handle. |
(module
(function_definition
(function_name__cursor_down) function_name__cursor_down
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(ide... | Moves the cursor down by ``value``. |
(module
(function_definition
(function_name__unhash) function_name__unhash
(parameters
(identifier_hashed) identifier_hashed
(identifier_alphabet) identifier_alphabet
)parameters
(block
(expression_statement
(assignment
(identifier_number) identifier_number
... | Restores a number tuple from hashed using the given `alphabet` index. |
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_self) identifier_self
(identifier_command) identifier_command
(identifier_options) identifier_options
(default_parameter
(identifier_pipe) identifier_pipe
(False) False
)def... | Run a Picard command with the provided option pairs. |
(module
(function_definition
(function_name__collect_monitor_metrics) function_name__collect_monitor_metrics
(parameters
(identifier_self) identifier_self
(identifier_conn) identifier_conn
(identifier_tags) identifier_tags
)parameters
(block
(for_statement
(identifier_e... | Collect metrics from the monitor backend |
(module
(function_definition
(function_name__reset_timeout) function_name__reset_timeout
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier__timeout) identifier__timeout
... | Reset timeout for date keep alive. |
(module
(function_definition
(function_name_level_to_action) function_name_level_to_action
(parameters
(identifier_level) identifier_level
)parameters
(block
(try_statement
(block
(return_statement
(subscript
(identifier_LEVEL_ACTION_MAP) identif... | Map action level to action name. |
(module
(function_definition
(function_name__reset) function_name__reset
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier_entries) identifier... | Reset internal flags and entry lists. |
(module
(function_definition
(function_name_add_to_inventory) function_name_add_to_inventory
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_host) identifier_host
(call
(attribute
... | Adds db host to stack inventory |
(module
(function_definition
(function_name_OnChar) function_name_OnChar
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(assignment
(identifier_key) identifier_key
(call
... | Eats event if key not in digits |
(module
(function_definition
(function_name_mark_seen) function_name_mark_seen
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_data) identifier_data
(call
(attribute
(identi... | Mark the selected message or comment as seen. |
(module
(function_definition
(function_name_split_diff) function_name_split_diff
(parameters
(identifier_old) identifier_old
(identifier_new) identifier_new
)parameters
(block
(return_statement
(call
(identifier_map) identifier_map
(argument_list
... | Returns a generator yielding the side-by-side diff of `old` and `new`). |
(module
(function_definition
(function_name__update_dictionary) function_name__update_dictionary
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identi... | Update the word frequency object |
(module
(function_definition
(function_name__is_field_serializable) function_name__is_field_serializable
(parameters
(identifier_self) identifier_self
(identifier_field_name) identifier_field_name
)parameters
(block
(return_statement
(parenthesized_expression
(compa... | Return True if the field can be serialized into a JSON doc. |
(module
(function_definition
(function_name_by_month) function_name_by_month
(parameters
(identifier_self) identifier_self
(identifier_chamber) identifier_chamber
(default_parameter
(identifier_year) identifier_year
(None) None
)default_parameter
(default_paramete... | Return votes for a single month, defaulting to the current month. |
(module
(function_definition
(function_name_restriction) function_name_restriction
(parameters
(identifier_self) identifier_self
(identifier_lam) identifier_lam
(identifier_mean_field) identifier_mean_field
)parameters
(block
(expression_statement
(call
(attri... | Lagrange multiplier in lattice slave spin |
(module
(function_definition
(function_name__set_default_resource_names) function_name__set_default_resource_names
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | Generate names for resources based on the running_instance_id. |
(module
(function_definition
(function_name__ConvertToCanonicalSqlDict) function_name__ConvertToCanonicalSqlDict
(parameters
(identifier_self) identifier_self
(identifier_schema) identifier_schema
(identifier_raw_dict) identifier_raw_dict
(default_parameter
(identifier_prefix) ... | Converts a dict of RDF values into a SQL-ready form. |
(module
(function_definition
(function_name_remove_badge) function_name_remove_badge
(parameters
(identifier_self) identifier_self
(identifier_kind) identifier_kind
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_se... | Perform an atomic removal for a given badge |
(module
(function_definition
(function_name_ensure_compliance) function_name_ensure_compliance
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_self
(identifier_mod... | Ensures that the modules are not loaded. |
(module
(function_definition
(function_name_delete) function_name_delete
(parameters
(identifier_self) identifier_self
(identifier_monitor_id) identifier_monitor_id
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_se... | Delete a monitor by ID. |
(module
(function_definition
(function_name_to_python) function_name_to_python
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
(identifier_resource) identifier_resource
)parameters
(block
(if_statement
(call
(identifier_isinst... | Dictionary to Python object |
(module
(function_definition
(function_name_table_convert_geometry) function_name_table_convert_geometry
(parameters
(identifier_metadata) identifier_metadata
(identifier_table_name) identifier_table_name
)parameters
(block
(import_from_statement
(dotted_name
(ident... | Get table metadata from the database. |
(module
(function_definition
(function_name_image2surface) function_name_image2surface
(parameters
(identifier_img) identifier_img
)parameters
(block
(if_statement
(not_operator
(identifier_CAIRO_AVAILABLE) identifier_CAIRO_AVAILABLE
)not_operator
(block
... | Convert a PIL image into a Cairo surface |
(module
(function_definition
(function_name_fetch_url) function_name_fetch_url
(parameters
(identifier_src) identifier_src
(identifier_dst) identifier_dst
)parameters
(block
(if_statement
(comparison_operator
(subscript
(attribute
(identifi... | Fetch file from URL src and save it to dst. |
(module
(function_definition
(function_name_upload_files) function_name_upload_files
(parameters
(identifier_self) identifier_self
(identifier_abspaths) identifier_abspaths
(identifier_relpaths) identifier_relpaths
(identifier_remote_objects) identifier_remote_objects
)parameters
... | Determines files to be uploaded and call ``upload_file`` on each. |
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_state) identifier_state
(identifier_command) identifier_command
(identifier_args) identifier_args
)parameters
(block
(import_from_statement
(relative_import
(import_pref... | Spawns a command installed into the virtualenv. |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_self) identifier_self
(identifier_stream) identifier_stream
)parameters
(block
(expression_statement
(assignment
(identifier_topology) identifier_topology
(call
... | Writes the topology to a stream or file. |
(module
(function_definition
(function_name_remove_address) function_name_remove_address
(parameters
(identifier_self) identifier_self
(identifier_fqdn) identifier_fqdn
(identifier_address) identifier_address
)parameters
(block
(expression_statement
(string_" Remove an ... | Remove an address of a domain. |
(module
(function_definition
(function_name__gql) function_name__gql
(parameters
(identifier_cls) identifier_cls
(identifier_query_string) identifier_query_string
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(... | Run a GQL query. |
(module
(function_definition
(function_name_from_val) function_name_from_val
(parameters
(identifier_val_schema) identifier_val_schema
)parameters
(block
(expression_statement
(assignment
(identifier_definition) identifier_definition
(conditional_expression
... | Serialize a val schema to teleport. |
(module
(function_definition
(function_name_compute_frontier_difficulty) function_name_compute_frontier_difficulty
(parameters
(typed_parameter
(identifier_parent_header) identifier_parent_header
(type
(identifier_BlockHeader) identifier_BlockHeader
)type
)typed_p... | Computes the difficulty for a frontier block based on the parent block. |
(module
(function_definition
(function_name_detach) function_name_detach
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_ids) identifier_ids
(None) None
)default_parameter
(default_parameter
(identifier_touch) identifier_touch
... | Detach models from the relationship. |
(module
(function_definition
(function_name_export_dashboards) function_name_export_dashboards
(parameters
(identifier_session) identifier_session
)parameters
(block
(expression_statement
(call
(attribute
(identifier_logging) identifier_logging
(id... | Returns all dashboards metadata as a json dump |
(module
(function_definition
(function_name_cont_r) function_name_cont_r
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_percent) identifier_percent
(float_0.9) float_0.9
)default_parameter
(default_parameter
(identifier_N) identifie... | Return the contribution of each row. |
(module
(function_definition
(function_name_defined_annotation_keywords) function_name_defined_annotation_keywords
(parameters
(identifier_self) identifier_self
)parameters
(type
(generic_type
(identifier_Set) identifier_Set
(type_parameter
(type
(iden... | Get the set of all keywords defined as annotations in this graph. |
(module
(function_definition
(function_name_ls_files) function_name_ls_files
(parameters
(identifier_client) identifier_client
(identifier_names) identifier_names
(identifier_authors) identifier_authors
(identifier_include) identifier_include
(identifier_exclude) identifier_exclu... | List files in dataset. |
(module
(function_definition
(function_name_OnInsertTabs) function_name_OnInsertTabs
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(with_statement
(with_clause
(with_item
(call
(attribu... | Insert one table into grid |
(module
(function_definition
(function_name__consolidate_inplace) function_name__consolidate_inplace
(parameters
(identifier_self) identifier_self
)parameters
(block
(function_definition
(function_name_f) function_name_f
(parameters
)parameters
(block
... | Consolidate data in place and return None |
(module
(function_definition
(function_name_FingerprintFile) function_name_FingerprintFile
(parameters
(identifier_self) identifier_self
(identifier_pathspec) identifier_pathspec
(default_parameter
(identifier_max_filesize) identifier_max_filesize
(None) None
)default_p... | Launch a fingerprint client action. |
(module
(function_definition
(function_name_show_analyzer_status) function_name_show_analyzer_status
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_ecode) identifier_ecode
(integer_0) integer_0
)assignment
)expression_statem... | Show analyzer status for specified image |
(module
(function_definition
(function_name__set_interactivity) function_name__set_interactivity
(parameters
(identifier_self) identifier_self
(identifier_interactivity) identifier_interactivity
)parameters
(block
(expression_statement
(assignment
(identifier_event_... | Adds interactivity syntax to the styling |
(module
(function_definition
(function_name_clean) function_name_clean
(parameters
(identifier_file_) identifier_file_
(identifier_imports) identifier_imports
)parameters
(block
(expression_statement
(assignment
(identifier_modules_not_imported) identifier_modules_n... | Remove modules that aren't imported in project from file. |
(module
(function_definition
(function_name__element_to_bson) function_name__element_to_bson
(parameters
(identifier_key) identifier_key
(identifier_value) identifier_value
(identifier_check_keys) identifier_check_keys
(identifier_opts) identifier_opts
)parameters
(block
... | Encode a single key, value pair. |
(module
(function_definition
(function_name_state_cpfs) function_name_state_cpfs
(parameters
(identifier_self) identifier_self
)parameters
(type
(generic_type
(identifier_List) identifier_List
(type_parameter
(type
(identifier_CPF) identifier_CPF
... | Returns list of state-fluent CPFs. |
(module
(function_definition
(function_name_complete_all_trajectories) function_name_complete_all_trajectories
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_index) identifier_index
(call
(identifier_range) identifier_r... | Essentially same as reset, but we don't have observations. |
(module
(function_definition
(function_name_com_google_fonts_check_glyf_unused_data) function_name_com_google_fonts_check_glyf_unused_data
(parameters
(identifier_ttFont) identifier_ttFont
)parameters
(block
(try_statement
(block
(expression_statement
(assignm... | Is there any unused data at the end of the glyf table? |
(module
(function_definition
(function_name_initialize_delete_state_map) function_name_initialize_delete_state_map
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | This is a mapping of delete result message string to state. |
(module
(function_definition
(function_name_del_fields) function_name_del_fields
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_names) identifier_names
)list_splat_pattern
)parameters
(block
(expression_statement
(assignment
... | Delete data fields from this struct instance |
(module
(function_definition
(function_name_headers) function_name_headers
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
(identif... | Provide access to updated headers. |
(module
(function_definition
(function_name_rec_dict_to_numpy_dict) function_name_rec_dict_to_numpy_dict
(parameters
(identifier_obj_dict) identifier_obj_dict
)parameters
(block
(if_statement
(comparison_operator
(call
(identifier_type) identifier_type
... | Same as dict_to_numpy_dict, but recursive |
(module
(function_definition
(function_name_gid_exists) function_name_gid_exists
(parameters
(identifier_gid) identifier_gid
)parameters
(block
(try_statement
(block
(expression_statement
(call
(attribute
(identifier_grp) identifi... | Check if a gid exists |
(module
(function_definition
(function_name_query_field_count) function_name_query_field_count
(parameters
(identifier_limit_num) identifier_limit_num
(default_parameter
(identifier_kind) identifier_kind
(string_'1') string_'1'
)default_parameter
)parameters
(block
... | Query the posts count of certain category. |
(module
(function_definition
(function_name__images) function_name__images
(parameters
(identifier_self) identifier_self
(identifier_sys_output) identifier_sys_output
)parameters
(block
(import_statement
(dotted_name
(identifier_re) identifier_re
)dotted_nam... | a helper method for parsing docker image output |
(module
(function_definition
(function_name_yesno) function_name_yesno
(parameters
(identifier_prompt) identifier_prompt
)parameters
(block
(expression_statement
(augmented_assignment
(identifier_prompt) identifier_prompt
(string_" [y/n]") string_" [y/n]"
... | Returns True if user answers 'y' |
(module
(function_definition
(function_name_div) function_name_div
(parameters
(identifier_x) identifier_x
(identifier_y) identifier_y
(default_parameter
(identifier_context) identifier_context
(None) None
)default_parameter
)parameters
(block
(return_stat... | Return ``x`` divided by ``y``. |
(module
(function_definition
(function_name_portal) function_name_portal
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_portalID) identifier_portalID
(None) None
)default_parameter
)parameters
(block
(if_statement
(compariso... | returns a specific reference to a portal |
(module
(function_definition
(function_name_if_body_action) function_name_if_body_action
(parameters
(identifier_self) identifier_self
(identifier_text) identifier_text
(identifier_loc) identifier_loc
(identifier_arg) identifier_arg
)parameters
(block
(expression_statemen... | Code executed after recognising if statement's body |
(module
(function_definition
(function_name_repeat) function_name_repeat
(parameters
(identifier_ctx) identifier_ctx
(typed_parameter
(identifier_times) identifier_times
(type
(identifier_int) identifier_int
)type
)typed_parameter
(default_parameter
... | Repeats a message multiple times. |
(module
(function_definition
(function_name_getThirdPartyLibCompilerFlags) function_name_getThirdPartyLibCompilerFlags
(parameters
(identifier_self) identifier_self
(identifier_libs) identifier_libs
)parameters
(block
(expression_statement
(assignment
(identifier_fm... | Retrieves the compiler flags for building against the Unreal-bundled versions of the specified third-party libraries |
(module
(function_definition
(function_name_list_services) function_name_list_services
(parameters
)parameters
(block
(for_statement
(pattern_list
(identifier_importer) identifier_importer
(identifier_modname) identifier_modname
(identifier_ispkg) identifier... | returns list of available services |
(module
(function_definition
(function_name_add_slave) function_name_add_slave
(parameters
(identifier_self) identifier_self
(identifier_slave) identifier_slave
(default_parameter
(identifier_container_name) identifier_container_name
(string_"widget") string_"widget"
)d... | Add a slave delegate |
(module
(function_definition
(function_name_line) function_name_line
(parameters
(identifier_self) identifier_self
(identifier_text) identifier_text
(default_parameter
(identifier_style) identifier_style
(None) None
)default_parameter
(default_parameter
(i... | Write a string as information output. |
(module
(function_definition
(function_name_register_incoming_conn) function_name_register_incoming_conn
(parameters
(identifier_self) identifier_self
(identifier_conn) identifier_conn
)parameters
(block
(assert_statement
(identifier_conn) identifier_conn
(string_"con... | Add incoming connection into the heap. |
(module
(function_definition
(function_name_clean_out_dir) function_name_clean_out_dir
(parameters
(identifier_directory) identifier_directory
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identifier_isinstance
(argum... | Delete all the files and subdirectories in a directory. |
(module
(function_definition
(function_name__almost_equal) function_name__almost_equal
(parameters
(identifier_a) identifier_a
(identifier_b) identifier_b
)parameters
(block
(expression_statement
(assignment
(identifier_threshold) identifier_threshold
(flo... | Check if the two numbers are almost equal |
(module
(function_definition
(function_name_source) function_name_source
(parameters
(default_parameter
(identifier_source_id) identifier_source_id
(None) None
)default_parameter
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_p... | Get a source of economic data. |
(module
(function_definition
(function_name_clear) function_name_clear
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_actors) identifier_actors
(tuple
)tuple
)default_parameter
)parameters
(block
(if_statement
(not_o... | Delete specified list of actors, by default delete all. |
(module
(function_definition
(function_name__process_req_txt) function_name__process_req_txt
(parameters
(identifier_req) identifier_req
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_req) identifier_req
(identifier_st... | Returns a processed request or raises an exception |
(module
(function_definition
(function_name_initialize_minimum_needs_post_processors) function_name_initialize_minimum_needs_post_processors
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_processors) identifier_processors
(list
... | Generate definitions for minimum needs post processors. |
(module
(function_definition
(function_name_cli) function_name_cli
(parameters
(identifier_env) identifier_env
(identifier_identifier) identifier_identifier
(identifier_wait) identifier_wait
)parameters
(block
(expression_statement
(assignment
(identifier_comp... | Check if a server is ready. |
(module
(function_definition
(function_name_spawn_missing_master) function_name_spawn_missing_master
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_d) identifier_d
(call
(attribute
... | Notifies the standalone slave agency that the master agency is missing |
(module
(function_definition
(function_name__piped_bamprep_region) function_name__piped_bamprep_region
(parameters
(identifier_data) identifier_data
(identifier_region) identifier_region
(identifier_out_file) identifier_out_file
(identifier_tmp_dir) identifier_tmp_dir
)parameters
... | Do work of preparing BAM input file on the selected region. |
(module
(function_definition
(function_name_clean) function_name_clean
(parameters
(default_parameter
(identifier_all) identifier_all
(False) False
)default_parameter
(default_parameter
(identifier_docs) identifier_docs
(False) False
)default_parameter
... | Clean up build files |
(module
(function_definition
(function_name_from_file) function_name_from_file
(parameters
(identifier_self) identifier_self
(identifier_filename) identifier_filename
)parameters
(block
(expression_statement
(assignment
(identifier_f) identifier_f
(call
... | Update running digest with content of named file. |
(module
(function_definition
(function_name__setsizes) function_name__setsizes
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_cursor) identifier_cursor
(None) None
)default_parameter
)parameters
(block
(if_statement
(compari... | Set stored input and output sizes for cursor execution. |
(module
(function_definition
(function_name__format_sync_list) function_name__format_sync_list
(parameters
(identifier_self) identifier_self
(identifier_records) identifier_records
)parameters
(block
(expression_statement
(assignment
(identifier_results) identifier_... | Format the sync list so that it is keyed by ID. |
(module
(function_definition
(function_name_setup_db) function_name_setup_db
(parameters
(identifier_self) identifier_self
(identifier_couch) identifier_couch
(identifier_dbname) identifier_dbname
)parameters
(block
(expression_statement
(assignment
(identifie... | Setup and configure DB |
(module
(function_definition
(function_name__getAllEvents) function_name__getAllEvents
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
)parameters
(block
(expression_statement
(assignment
(identifier_home) identifier_home
... | Return all the events in this site. |
(module
(function_definition
(function_name__copy_calibration) function_name__copy_calibration
(parameters
(identifier_self) identifier_self
(identifier_calibration) identifier_calibration
)parameters
(block
(for_statement
(pattern_list
(identifier_key) identifier_k... | Copy another ``StereoCalibration`` object's values. |
(module
(function_definition
(function_name_make_headers) function_name_make_headers
(parameters
(identifier_worksheet) identifier_worksheet
)parameters
(block
(expression_statement
(assignment
(identifier_headers) identifier_headers
(dictionary
)dicti... | Make headers from worksheet |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.