sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier_utils) identifier_utils
... | Run the master service! |
(module
(function_definition
(function_name_downvote) function_name_downvote
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_data) identifier_data
(call
(attribute
(identifi... | Downvote the currently selected item. |
(module
(function_definition
(function_name_highlight_block) function_name_highlight_block
(parameters
(identifier_self) identifier_self
(identifier_text) identifier_text
)parameters
(block
(expression_statement
(assignment
(identifier_text) identifier_text
... | Implement highlight specific for Fortran77. |
(module
(function_definition
(function_name_font_size_to_pixels) function_name_font_size_to_pixels
(parameters
(identifier_size) identifier_size
)parameters
(block
(if_statement
(boolean_operator
(comparison_operator
(identifier_size) identifier_size
... | Convert a fontsize to a pixel value |
(module
(function_definition
(function_name___init) function_name___init
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_res) identifier_res
(call
(attribute
(identifier_sel... | loads the json values |
(module
(function_definition
(function_name_diag) function_name_diag
(parameters
(identifier_A) identifier_A
(default_parameter
(identifier_k) identifier_k
(integer_0) integer_0
)default_parameter
)parameters
(block
(if_statement
(call
(identif... | Extract or construct a diagonal polynomial array. |
(module
(function_definition
(function_name__get_controller_agent) function_name__get_controller_agent
(parameters
(identifier_self) identifier_self
(identifier_arg) identifier_arg
)parameters
(block
(expression_statement
(assignment
(identifier_controller_agent) id... | Return a single or a complex controller agent. |
(module
(function_definition
(function_name_require_session) function_name_require_session
(parameters
(identifier_handler) identifier_handler
)parameters
(block
(decorated_definition
(decorator
(call
(attribute
(identifier_functools) identifier_... | Decorator to ensure a session is properly in the request |
(module
(function_definition
(function_name_download_file) function_name_download_file
(parameters
(identifier_image_name) identifier_image_name
(identifier_output_path) identifier_output_path
(default_parameter
(identifier_width) identifier_width
(identifier_DEFAULT_WIDTH) i... | Download a given Wikimedia Commons file. |
(module
(function_definition
(function_name_ask_yes_no) function_name_ask_yes_no
(parameters
(typed_parameter
(list_splat_pattern
(identifier_question) identifier_question
)list_splat_pattern
(type
(identifier_Token) identifier_Token
)type
)typed... | Ask the user to answer by yes or no |
(module
(function_definition
(function_name_validate_on_submit) function_name_validate_on_submit
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_valid) identifier_valid
(call
(attribute
... | Extend validate on submit to allow validation with schema |
(module
(function_definition
(function_name_convert_field) function_name_convert_field
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
(identifier_conversion) identifier_conversion
)parameters
(block
(expression_statement
(assignment
... | Apply conversions mentioned above. |
(module
(function_definition
(function_name_to_datetime) function_name_to_datetime
(parameters
(identifier_dt) identifier_dt
(default_parameter
(identifier_tzinfo) identifier_tzinfo
(None) None
)default_parameter
(default_parameter
(identifier_format) identifier... | Convert a date or time to datetime with tzinfo |
(module
(function_definition
(function_name_attempt_reauthorization) function_name_attempt_reauthorization
(parameters
(identifier_blink) identifier_blink
)parameters
(block
(expression_statement
(call
(attribute
(identifier__LOGGER) identifier__LOGGER
... | Attempt to refresh auth token and links. |
(module
(function_definition
(function_name_load_global_catalog) function_name_load_global_catalog
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_cat_dir) identifier_cat_dir
(call
(identifier_global_data_dir) identifier_global... | Return a catalog for the environment-specific Intake directory |
(module
(function_definition
(function_name_use_plenary_hierarchy_view) function_name_use_plenary_hierarchy_view
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | Pass through to provider HierarchyLookupSession.use_plenary_hierarchy_view |
(module
(function_definition
(function_name__decode_received) function_name__decode_received
(parameters
(identifier_self) identifier_self
(identifier_msg) identifier_msg
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identi... | Returns either bytes or str, depending on message type. |
(module
(function_definition
(function_name_css) function_name_css
(parameters
(identifier_self) identifier_self
(identifier_css) identifier_css
)parameters
(block
(return_statement
(list_comprehension
(call
(attribute
(call
... | Finds another node by a CSS selector relative to the current node. |
(module
(function_definition
(function_name__varname_inj) function_name__varname_inj
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_self
(identifier_n) identifier... | Customize varname for bus injections |
(module
(function_definition
(function_name_put) function_name_put
(parameters
(identifier_path) identifier_path
(identifier_obj) identifier_obj
)parameters
(block
(try_statement
(block
(import_statement
(aliased_import
(dotted_name
... | Write an object to file |
(module
(function_definition
(function_name_build_kal_scan_channel_string) function_name_build_kal_scan_channel_string
(parameters
(identifier_kal_bin) identifier_kal_bin
(identifier_channel) identifier_channel
(identifier_args) identifier_args
)parameters
(block
(expression_st... | Return string for CLI invocation of kal, for channel scan. |
(module
(function_definition
(function_name_unapostrophe) function_name_unapostrophe
(parameters
(identifier_text) identifier_text
)parameters
(block
(expression_statement
(assignment
(identifier_text) identifier_text
(call
(attribute
(... | Strip apostrophe and 's' from the end of a string. |
(module
(function_definition
(function_name_nonpresent_module_filename) function_name_nonpresent_module_filename
(parameters
)parameters
(block
(while_statement
(True) True
(block
(expression_statement
(assignment
(identifier_module_name) ident... | Return module name that doesn't already exist |
(module
(function_definition
(function_name_append) function_name_append
(parameters
(identifier_self) identifier_self
(identifier_cmd) identifier_cmd
(default_parameter
(identifier_delay) identifier_delay
(float_0.000) float_0.000
)default_parameter
(default_para... | Adds a new command with a relative time delay to this sequence. |
(module
(function_definition
(function_name_fw_retry_failures_create) function_name_fw_retry_failures_create
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_tenant_id) identifier_tenant_id
(attribute
(identifier_self) id... | This module is called for retrying the create cases. |
(module
(function_definition
(function_name_add) function_name_add
(parameters
(identifier_self) identifier_self
(identifier_source_id) identifier_source_id
(identifier_profile_data) identifier_profile_data
(default_parameter
(identifier_training_metadata) identifier_training_m... | Use the api to add a new profile using profile_data. |
(module
(function_definition
(function_name_opened) function_name_opened
(parameters
(identifier_filename) identifier_filename
(identifier_mode) identifier_mode
)parameters
(block
(expression_statement
(string_"Open filename, or do nothing if filename is already an open file ... | Open filename, or do nothing if filename is already an open file object |
(module
(function_definition
(function_name_to_dict) function_name_to_dict
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(string_"returns self as a dictionary with _underscore subdicts corrected.") string_"returns self as a dictionary with _... | returns self as a dictionary with _underscore subdicts corrected. |
(module
(function_definition
(function_name_expand_includes) function_name_expand_includes
(parameters
(identifier_text) identifier_text
(default_parameter
(identifier_path) identifier_path
(string_'.') string_'.'
)default_parameter
)parameters
(block
(function_... | Recursively expands includes in given text. |
(module
(function_definition
(function_name_insert_after) function_name_insert_after
(parameters
(identifier_self) identifier_self
(identifier_key) identifier_key
(identifier_new_item) identifier_new_item
(default_parameter
(identifier_instance) identifier_instance
(int... | Insert an item after a key |
(module
(function_definition
(function_name_add) function_name_add
(parameters
(identifier_self) identifier_self
(identifier_scene) identifier_scene
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identifier_isinstance
... | Add scene, replace existing scene if scene with scene_id is present. |
(module
(function_definition
(function_name_sync_one) function_name_sync_one
(parameters
(identifier_self) identifier_self
(identifier_aws_syncr) identifier_aws_syncr
(identifier_amazon) identifier_amazon
(identifier_function) identifier_function
)parameters
(block
(expre... | Make sure this function exists and has only attributes we want it to have |
(module
(function_definition
(function_name__int64_feature) function_name__int64_feature
(parameters
(identifier_value) identifier_value
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identifier_isinstance
(argument_li... | Wrapper for inserting int64 features into Example proto. |
(module
(function_definition
(function_name_show_quota) function_name_show_quota
(parameters
(identifier_self) identifier_self
(identifier_project_id) identifier_project_id
(dictionary_splat_pattern
(identifier__params) identifier__params
)dictionary_splat_pattern
)paramete... | Fetch information of a certain project's quotas. |
(module
(function_definition
(function_name__get_property) function_name__get_property
(parameters
(identifier_name) identifier_name
)parameters
(block
(expression_statement
(assignment
(identifier_ret) identifier_ret
(call
(identifier_property) iden... | Delegate property to self.loop |
(module
(function_definition
(function_name__BinsToQuery) function_name__BinsToQuery
(parameters
(identifier_self) identifier_self
(identifier_bins) identifier_bins
(identifier_column_name) identifier_column_name
)parameters
(block
(expression_statement
(assignment
... | Builds an SQL query part to fetch counts corresponding to given bins. |
(module
(function_definition
(function_name_get) function_name_get
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
(default_parameter
(identifier_default) identifier_default
(None) None
)default_parameter
)parameters
(block
... | Return a subtree if exists. |
(module
(function_definition
(function_name_emit) function_name_emit
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(augmented_assignment
(attribute
(identifier_self) identifier_self
(identifier_count) identi... | We are finished processing one element. Emit it |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_num_bytes) identifier_num_bytes
(None) None
)default_parameter
)parameters
(block
(expression_statement
(ass... | Read and return the specified bytes from the buffer. |
(module
(function_definition
(function_name__build_implicit_prefetches) function_name__build_implicit_prefetches
(parameters
(identifier_self) identifier_self
(identifier_model) identifier_model
(identifier_prefetches) identifier_prefetches
(identifier_requirements) identifier_requirem... | Build a prefetch dictionary based on internal requirements. |
(module
(function_definition
(function_name_bytes_to_file) function_name_bytes_to_file
(parameters
(identifier_input_data) identifier_input_data
(identifier_output_file) identifier_output_file
)parameters
(block
(expression_statement
(call
(attribute
(ca... | Save bytes to a file. |
(module
(function_definition
(function_name__handle_progress) function_name__handle_progress
(parameters
(identifier_self) identifier_self
(identifier_total) identifier_total
(identifier_progress_callback) identifier_progress_callback
)parameters
(block
(expression_statement
... | Calls the callback with the current progress and total . |
(module
(function_definition
(function_name__join_chars) function_name__join_chars
(parameters
(identifier_chars) identifier_chars
(identifier_length) identifier_length
)parameters
(block
(expression_statement
(assignment
(identifier_mult) identifier_mult
... | Used by the random character functions. |
(module
(function_definition
(function_name_update) function_name_update
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
)parameters
(block
(if_statement
(comparison_operator
(identifier_data) identifier_data
(None) None
... | Update the chain object with the predefined data. |
(module
(function_definition
(function_name__push_textbuffer) function_name__push_textbuffer
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier__textbuffer) identifier__textbuff... | Push the textbuffer onto the stack as a Text node and clear it. |
(module
(function_definition
(function_name_logBranch) function_name_logBranch
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_indent) identifier_indent
(integer_0) integer_0
)default_parameter
(default_parameter
(identifier_level) i... | Logs the item and all descendants, one line per child |
(module
(function_definition
(function_name_make_library) function_name_make_library
(parameters
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
(assignment
(identifier_librar... | Build and return a ModelManager object and fill the associated model library |
(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__attempts) identifier... | Reset the attempt counter |
(module
(function_definition
(function_name_delete) function_name_delete
(parameters
(identifier_self) identifier_self
(identifier_wg_uuid) identifier_wg_uuid
(identifier_uuid) identifier_uuid
)parameters
(block
(expression_statement
(assignment
(identifier_ur... | Delete one thread member. |
(module
(function_definition
(function_name___wrap_accepted_val) function_name___wrap_accepted_val
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
... | Wrap accepted value in the list if yet not wrapped. |
(module
(function_definition
(function_name__reconnect) function_name__reconnect
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_log) identifier_log
(identifier_debug) identifier_d... | Reconnect to JLigier and subscribe to the tags. |
(module
(function_definition
(function_name_init) function_name_init
(parameters
)parameters
(block
(global_statement
(identifier_redis_conn) identifier_redis_conn
)global_statement
(expression_statement
(assignment
(identifier_conn) identifier_conn
... | Create a connection to the Redis server. |
(module
(function_definition
(function_name_write_json) function_name_write_json
(parameters
(identifier_data) identifier_data
(identifier_filename) identifier_filename
(default_parameter
(identifier_gzip_mode) identifier_gzip_mode
(False) False
)default_parameter
)... | Write the python data structure as a json-Object to filename. |
(module
(function_definition
(function_name_cub200_iterator) function_name_cub200_iterator
(parameters
(identifier_data_path) identifier_data_path
(identifier_batch_k) identifier_batch_k
(identifier_batch_size) identifier_batch_size
(identifier_data_shape) identifier_data_shape
)pa... | Return training and testing iterator for the CUB200-2011 dataset. |
(module
(function_definition
(function_name__search) function_name__search
(parameters
(identifier_mapping) identifier_mapping
(identifier_filename) identifier_filename
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
... | Search a Loader data structure for a filename. |
(module
(function_definition
(function_name_jacobian_singular) function_name_jacobian_singular
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_cses) identifier_cses
(tuple... | Returns True if Jacobian is singular, else False. |
(module
(function_definition
(function_name_time_restarts) function_name_time_restarts
(parameters
(identifier_data_path) identifier_data_path
)parameters
(block
(expression_statement
(assignment
(identifier_path) identifier_path
(call
(attribute
... | When called will create a file and measure its mtime on restarts |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_size) identifier_size
(None) None
)default_parameter
)parameters
(block
(if_statement
(comparison_operator
... | Read `size` of bytes. |
(module
(function_definition
(function_name_isdicom) function_name_isdicom
(parameters
(identifier_fn) identifier_fn
)parameters
(block
(expression_statement
(assignment
(identifier_fn) identifier_fn
(call
(identifier_str) identifier_str
... | True if the fn points to a DICOM image |
(module
(function_definition
(function_name__cover2exprs) function_name__cover2exprs
(parameters
(identifier_inputs) identifier_inputs
(identifier_noutputs) identifier_noutputs
(identifier_cover) identifier_cover
)parameters
(block
(expression_statement
(assignment
... | Convert a cover to a tuple of Expression instances. |
(module
(function_definition
(function_name_open) function_name_open
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier_hwman) identifier_hwman... | Open and potentially connect to a device. |
(module
(function_definition
(function_name_search_associations_go) function_name_search_associations_go
(parameters
(default_parameter
(identifier_subject_category) identifier_subject_category
(None) None
)default_parameter
(default_parameter
(identifier_object_categ... | Perform association search using Monarch golr |
(module
(function_definition
(function_name__assign_zones) function_name__assign_zones
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_zone_id) identifier_zone_id
(call
(identifier_range) identifier_range
(argu... | Assign all RainCloudyFaucetZone managed by faucet. |
(module
(function_definition
(function_name_check_no_overlapping_paths) function_name_check_no_overlapping_paths
(parameters
(identifier_paths) identifier_paths
)parameters
(block
(for_statement
(identifier_path) identifier_path
(identifier_paths) identifier_paths
(... | Given a list of paths, ensure that all are unique and do not have the same prefix. |
(module
(function_definition
(function_name__context_names) function_name__context_names
(parameters
)parameters
(block
(import_statement
(dotted_name
(identifier_inspect) identifier_inspect
)dotted_name
)import_statement
(import_from_statement
(dott... | Return list of valid context names. |
(module
(function_definition
(function_name_replace_placeholders) function_name_replace_placeholders
(parameters
(typed_parameter
(identifier_path) identifier_path
(type
(identifier_Path) identifier_Path
)type
)typed_parameter
(typed_parameter
(ident... | Replace placeholders in a file with the values from the mapping. |
(module
(function_definition
(function_name__make_url) function_name__make_url
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_url) identifier_url
(type
(identifier_Text) identifier_Text
)type
)typed_parameter
(typed_paramete... | Signs the URL if needed |
(module
(function_definition
(function_name_append_args) function_name_append_args
(parameters
(identifier_self) identifier_self
(identifier_arg) identifier_arg
)parameters
(block
(expression_statement
(call
(attribute
(identifier_debug) identifier_debug... | This function appends the provided arguments to the program object. |
(module
(function_definition
(function_name_parse_author) function_name_parse_author
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(expression_statement
(assignment
(identifier_tokens) identifier_tokens
... | Attempts to split an author name into last and first parts. |
(module
(function_definition
(function_name_delete_suspect) function_name_delete_suspect
(parameters
(identifier_self) identifier_self
(identifier_suspect_id) identifier_suspect_id
)parameters
(block
(expression_statement
(assignment
(identifier_suspect_obj) identif... | De-link a suspect from a case. |
(module
(function_definition
(function_name_distinct) function_name_distinct
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_d) identifier_d
(call
(attribute
(identifier_col... | Return sets of indices for each distinct haplotype. |
(module
(function_definition
(function_name_salt_run) function_name_salt_run
(parameters
)parameters
(block
(import_statement
(dotted_name
(identifier_salt) identifier_salt
(identifier_cli) identifier_cli
(identifier_run) identifier_run
)dotted_name
... | Execute a salt convenience routine. |
(module
(function_definition
(function_name_match_regexp) function_name_match_regexp
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
(identifier_q) identifier_q
(default_parameter
(identifier_strict) identifier_strict
(False) False
... | if value matches a regexp q |
(module
(function_definition
(function_name_find_sink_variables) function_name_find_sink_variables
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_is_sink) identifier_is_sink
(dictionary_comprehensio... | Find sink variables in this scope |
(module
(function_definition
(function_name_connectionLost) function_name_connectionLost
(parameters
(identifier_self) identifier_self
(identifier_reason) identifier_reason
)parameters
(block
(expression_statement
(call
(attribute
(identifier_AMP) identi... | If a login has happened, perform a logout. |
(module
(function_definition
(function_name_all_columns) function_name_all_columns
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_columns) identifier_columns
(call
(identifier_set) ident... | Return list of all columns. |
(module
(function_definition
(function_name_aws_to_unix_id) function_name_aws_to_unix_id
(parameters
(identifier_aws_key_id) identifier_aws_key_id
)parameters
(block
(expression_statement
(assignment
(identifier_uid_bytes) identifier_uid_bytes
(subscript
... | Converts a AWS Key ID into a UID |
(module
(function_definition
(function_name__breakRemNewlines) function_name__breakRemNewlines
(parameters
(identifier_tag) identifier_tag
)parameters
(block
(for_statement
(pattern_list
(identifier_i) identifier_i
(identifier_c) identifier_c
)pattern_li... | non-recursively break spaces and remove newlines in the tag |
(module
(function_definition
(function_name_start_group) function_name_start_group
(parameters
(identifier_self) identifier_self
(identifier_scol) identifier_scol
(identifier_typ) identifier_typ
)parameters
(block
(return_statement
(call
(identifier_Group) ide... | Start a new group |
(module
(function_definition
(function_name_atlasdb_cache_zonefile_info) function_name_atlasdb_cache_zonefile_info
(parameters
(default_parameter
(identifier_con) identifier_con
(None) None
)default_parameter
(default_parameter
(identifier_path) identifier_path
... | Load up and cache our zonefile inventory from the database |
(module
(function_definition
(function_name_new_driver) function_name_new_driver
(parameters
(identifier_browser_name) identifier_browser_name
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identif... | Instantiates a new WebDriver instance, determining class by environment variables |
(module
(function_definition
(function_name_combine_data) function_name_combine_data
(parameters
(identifier_self) identifier_self
(identifier_command2) identifier_command2
)parameters
(block
(if_statement
(comparison_operator
(identifier_command2) identifier_comman... | Combines the data for this command with another. |
(module
(function_definition
(function_name__create_and_add_parameters) function_name__create_and_add_parameters
(parameters
(identifier_params) identifier_params
)parameters
(block
(global_statement
(identifier__current_parameter) identifier__current_parameter
)global_statem... | Parses the configuration and creates Parameter instances. |
(module
(function_definition
(function_name_infos_on_basis_set) function_name_infos_on_basis_set
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_o) identifier_o
(list
)list
)assignm... | infos on the basis set as in Fiesta log |
(module
(function_definition
(function_name_authenticate) function_name_authenticate
(parameters
(identifier_self) identifier_self
(identifier_provider) identifier_provider
)parameters
(block
(expression_statement
(assignment
(identifier_callback_url) identifier_cal... | Starts OAuth authorization flow, will redirect to 3rd party site. |
(module
(function_definition
(function_name_setup_groups) function_name_setup_groups
(parameters
(identifier_portal) identifier_portal
)parameters
(block
(expression_statement
(call
(attribute
(identifier_logger) identifier_logger
(identifier_info)... | Setup roles and groups for BECHEM |
(module
(function_definition
(function_name_delete_custom_field) function_name_delete_custom_field
(parameters
(identifier_self) identifier_self
(identifier_custom_field_key) identifier_custom_field_key
)parameters
(block
(expression_statement
(assignment
(identifie... | Deletes a custom field associated with this list. |
(module
(function_definition
(function_name_descriptions) function_name_descriptions
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(dictionary_comprehension
(pair
(identifier_key) identifier_key
(subscript
... | The description of each keyword in the rcParams dictionary |
(module
(function_definition
(function_name__refresh_authentication_token) function_name__refresh_authentication_token
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_s... | POST to ArcGIS requesting a new token. |
(module
(function_definition
(function_name__change_sel_color) function_name__change_sel_color
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(assignment
(pattern_list
(tuple_pat... | Respond to motion of the color selection cross. |
(module
(function_definition
(function_name__tc_below) function_name__tc_below
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_tr_below) identifier_tr_below
(attribute
(identifier_self) i... | The tc element immediately below this one in its grid column. |
(module
(function_definition
(function_name__get_vs30star) function_name__get_vs30star
(parameters
(identifier_self) identifier_self
(identifier_vs30) identifier_vs30
(identifier_imt) identifier_imt
)parameters
(block
(if_statement
(comparison_operator
(attrib... | This computes equations 8 and 9 at page 1034 |
(module
(function_definition
(function_name_on_trial_remove) function_name_on_trial_remove
(parameters
(identifier_self) identifier_self
(identifier_trial_runner) identifier_trial_runner
(identifier_trial) identifier_trial
)parameters
(block
(if_statement
(boolean_opera... | Marks trial as completed if it is paused and has previously ran. |
(module
(function_definition
(function_name_reload) function_name_reload
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
(yield
(call
(attribute
... | Reloads this VirtualBox VM. |
(module
(function_definition
(function_name_check_order) function_name_check_order
(parameters
(identifier_self) identifier_self
(identifier_order) identifier_order
)parameters
(block
(expression_statement
(assignment
(identifier_own_order) identifier_own_order
... | order must be a subset of self.order |
(module
(function_definition
(function_name_isInRoom) function_name_isInRoom
(parameters
(identifier_self) identifier_self
(identifier__id) identifier__id
)parameters
(block
(if_statement
(call
(attribute
(attribute
(identifier_SockJSRoomHa... | Check a given user is in given room |
(module
(function_definition
(function_name__get_raw_data) function_name__get_raw_data
(parameters
(identifier_self) identifier_self
(identifier_is_valid_key) identifier_is_valid_key
(identifier_data_key) identifier_data_key
)parameters
(block
(expression_statement
(ass... | Internal. Returns the specified raw data from the IMU when valid |
(module
(function_definition
(function_name_n_faces) function_name_n_faces
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
(identifier__faces) identifi... | The number of faces in the mesh |
(module
(function_definition
(function_name_install) function_name_install
(parameters
(identifier_self) identifier_self
(identifier_to) identifier_to
(default_parameter
(identifier_chmod) identifier_chmod
(integer_0644) integer_0644
)default_parameter
)parameters
... | Copy data and set mode to 'chmod'. |
(module
(function_definition
(function_name_add_command) function_name_add_command
(parameters
(identifier_self) identifier_self
(identifier_command) identifier_command
)parameters
(block
(try_statement
(block
(expression_statement
(call
(a... | Adds a command to the history and reset history index. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.