sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_make_table_map) function_name_make_table_map
(parameters
(identifier_table) identifier_table
(identifier_headers) identifier_headers
)parameters
(block
(expression_statement
(assignment
(identifier_header_parts) identifier... | Create a function to map from rows with the structure of the headers to the structure of the table. |
(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_terms) identifier_ter... | Reset list of terms and y-variable. |
(module
(function_definition
(function_name_remove_bad) function_name_remove_bad
(parameters
(identifier_string) identifier_string
)parameters
(block
(expression_statement
(assignment
(identifier_remove) identifier_remove
(list
(string_':') string_':... | remove problem characters from string |
(module
(function_definition
(function_name_archs) function_name_archs
(parameters
(identifier_self) identifier_self
(identifier__args) identifier__args
)parameters
(block
(expression_statement
(call
(identifier_print) identifier_print
(argument_list
... | List the target architectures available to be built for. |
(module
(function_definition
(function_name_dict_to_pendulum) function_name_dict_to_pendulum
(parameters
(typed_parameter
(identifier_d) identifier_d
(type
(generic_type
(identifier_Dict) identifier_Dict
(type_parameter
(type
... | Converts a ``dict`` object back to a ``Pendulum``. |
(module
(function_definition
(function_name___display_stats) function_name___display_stats
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_display... | Display some stats regarding unify process |
(module
(function_definition
(function_name_main) function_name_main
(parameters
)parameters
(block
(expression_statement
(call
(attribute
(identifier_logging) identifier_logging
(identifier_basicConfig) identifier_basicConfig
)attribute
... | Destroy any ELB related Resources. |
(module
(function_definition
(function_name_eval_fieldnames) function_name_eval_fieldnames
(parameters
(identifier_string_) identifier_string_
(default_parameter
(identifier_varname) identifier_varname
(string_"fieldnames") string_"fieldnames"
)default_parameter
)paramete... | Evaluates string_, must evaluate to list of strings. Also converts field names to uppercase |
(module
(function_definition
(function_name_parse_file) function_name_parse_file
(parameters
(identifier_src) identifier_src
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_config) identifier_config
(identifier_dest_dir... | find file in config and output to dest dir |
(module
(function_definition
(function_name_fromfile) function_name_fromfile
(parameters
(identifier_cls) identifier_cls
(identifier_f) identifier_f
)parameters
(block
(expression_statement
(assignment
(identifier_filter) identifier_filter
(call
... | Deserialize the ScalableBloomFilter in file object `f'. |
(module
(function_definition
(function_name_read_plain_int32) function_name_read_plain_int32
(parameters
(identifier_file_obj) identifier_file_obj
(identifier_count) identifier_count
)parameters
(block
(expression_statement
(assignment
(identifier_length) identifier... | Read `count` 32-bit ints using the plain encoding. |
(module
(function_definition
(function_name_setup_logger) function_name_setup_logger
(parameters
(identifier_log_file) identifier_log_file
(default_parameter
(identifier_level) identifier_level
(attribute
(identifier_logging) identifier_logging
(identifier_DEBUG... | One function call to set up logging with some nice logs about the machine |
(module
(function_definition
(function_name_lorem) function_name_lorem
(parameters
(identifier_anon) identifier_anon
(identifier_obj) identifier_obj
(identifier_field) identifier_field
(identifier_val) identifier_val
)parameters
(block
(return_statement
(call
... | Generates a paragraph of lorem ipsum text |
(module
(function_definition
(function_name__add_definition) function_name__add_definition
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_header_part) identifier_header_part
... | Return newly-added header part. |
(module
(function_definition
(function_name_parse_timemap_from_blocks) function_name_parse_timemap_from_blocks
(parameters
(identifier_profile_block_list) identifier_profile_block_list
)parameters
(block
(expression_statement
(assignment
(identifier_prefix_list) identifie... | Build a map from times to line_profile blocks |
(module
(function_definition
(function_name_render) function_name_render
(parameters
(identifier_file) identifier_file
)parameters
(block
(expression_statement
(assignment
(identifier_fp) identifier_fp
(call
(attribute
(identifier_file)... | Generate the result HTML. |
(module
(function_definition
(function_name_flipped) function_name_flipped
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_forward) identifier_forward
(identifier_reverse)... | Return the flipped version of this direction. |
(module
(function_definition
(function_name_add_metadata_defaults) function_name_add_metadata_defaults
(parameters
(identifier_md) identifier_md
)parameters
(block
(expression_statement
(assignment
(identifier_defaults) identifier_defaults
(dictionary
... | Central location for defaults for algorithm inputs. |
(module
(function_definition
(function_name_workspaces_provider) function_name_workspaces_provider
(parameters
(identifier_context) identifier_context
)parameters
(block
(expression_statement
(assignment
(identifier_catalog) identifier_catalog
(call
... | create a vocab of all workspaces in this site |
(module
(function_definition
(function_name__update) function_name__update
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_aps) identifier_aps
(list
)list
)assignment
)express... | update num_inst and sum_metric |
(module
(function_definition
(function_name_delete_session) function_name_delete_session
(parameters
(identifier_self) identifier_self
(identifier_ticket) identifier_ticket
)parameters
(block
(assert_statement
(call
(identifier_isinstance) identifier_isinstance
... | Delete a session record associated with a service ticket. |
(module
(function_definition
(function_name_generate_bbox) function_name_generate_bbox
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_collision_function) identifier_collision_function
(None) None
)default_parameter
(default_parameter
... | Create a bounding box around this tile so that it can collide with objects not included in the TileManager |
(module
(function_definition
(function_name_read_until_yieldable) function_name_read_until_yieldable
(parameters
(identifier_self) identifier_self
)parameters
(block
(while_statement
(not_operator
(call
(attribute
(identifier_self) identifier_sel... | Read in additional chunks until it is yieldable. |
(module
(function_definition
(function_name_years_match) function_name_years_match
(parameters
(identifier_data) identifier_data
(identifier_years) identifier_years
)parameters
(block
(expression_statement
(assignment
(identifier_years) identifier_years
(c... | matching of year columns for data filtering |
(module
(function_definition
(function_name_walker) function_name_walker
(parameters
(identifier_top) identifier_top
(identifier_names) identifier_names
)parameters
(block
(global_statement
(identifier_packages) identifier_packages
(identifier_extensions) identifier_e... | Walks a directory and records all packages and file extensions. |
(module
(function_definition
(function_name_connectShell) function_name_connectShell
(parameters
(identifier_connection) identifier_connection
(identifier_protocol) identifier_protocol
)parameters
(block
(expression_statement
(assignment
(identifier_deferred) identi... | Connect a Protocol to a ssh shell session |
(module
(function_definition
(function_name_MLP) function_name_MLP
(parameters
(default_parameter
(identifier_num_hidden_layers) identifier_num_hidden_layers
(integer_2) integer_2
)default_parameter
(default_parameter
(identifier_hidden_size) identifier_hidden_size
... | Multi-layer feed-forward neural network with non-linear activations. |
(module
(function_definition
(function_name_format_arg) function_name_format_arg
(parameters
(identifier_arg) identifier_arg
)parameters
(block
(expression_statement
(assignment
(identifier_s) identifier_s
(call
(identifier_str) identifier_str
... | formats an argument to be shown |
(module
(function_definition
(function_name_setKey) function_name_setKey
(parameters
(identifier_self) identifier_self
(identifier_key) identifier_key
)parameters
(block
(expression_statement
(assignment
(identifier_key) identifier_key
(call
(a... | Will set the crypting key for this object. |
(module
(function_definition
(function_name__get_image_size) function_name__get_image_size
(parameters
(identifier_self) identifier_self
(identifier_image_path) identifier_image_path
)parameters
(block
(expression_statement
(assignment
(identifier_command) identifie... | Return disk size in bytes |
(module
(function_definition
(function_name_save) function_name_save
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary... | On save, update timestamps |
(module
(function_definition
(function_name_records) function_name_records
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(identifier_ModelList) identifier_ModelList
(argument_list
(list_splat
(... | Return a list of records for this text passage. |
(module
(function_definition
(function_name_document_is_multiline_python) function_name_document_is_multiline_python
(parameters
(identifier_document) identifier_document
)parameters
(block
(function_definition
(function_name_ends_in_multiline_string) function_name_ends_in_multilin... | Determine whether this is a multiline Python document. |
(module
(function_definition
(function_name_load_functionalChannels) function_name_load_functionalChannels
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_groups) identifier_groups
(type
(generic_type
(identifier_Iterable) identifier... | this function will load the functionalChannels into the device |
(module
(function_definition
(function_name_examples) function_name_examples
(parameters
(default_parameter
(identifier_path) identifier_path
(string_'holoviews-examples') string_'holoviews-examples'
)default_parameter
(default_parameter
(identifier_verbose) identifie... | Copies the notebooks to the supplied path. |
(module
(function_definition
(function_name_AltTab) function_name_AltTab
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_n) identifier_n
(integer_1) integer_1
)default_parameter
(default_parameter
(identifier_delay) identifier_delay
... | Press down Alt, then press n times Tab, then release Alt. |
(module
(function_definition
(function_name_ip_address_list) function_name_ip_address_list
(parameters
(identifier_ips) identifier_ips
)parameters
(block
(try_statement
(block
(return_statement
(call
(identifier_ip_address) identifier_ip_address
... | IP address range validation and expansion. |
(module
(function_definition
(function_name_HMAC) function_name_HMAC
(parameters
(identifier_self) identifier_self
(identifier_message) identifier_message
(default_parameter
(identifier_use_sha256) identifier_use_sha256
(False) False
)default_parameter
)parameters
... | Calculates the HMAC for a given message. |
(module
(function_definition
(function_name__cycle_proceedings) function_name__cycle_proceedings
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_next_approvals) identifier_next_approvals
(call
... | Finds next proceedings and clone them for cycling if it exists. |
(module
(function_definition
(function_name_py_log_level) function_name_py_log_level
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_default) identifier_default
(string_'none') string_'none'
)default_parameter
)parameters
(block
(exp... | Set the log level for python Bokeh code. |
(module
(function_definition
(function_name_publish_event_from_dict) function_name_publish_event_from_dict
(parameters
(identifier_self) identifier_self
(identifier_event_type) identifier_event_type
(identifier_data) identifier_data
)parameters
(block
(for_statement
(pa... | Combine 'data' with self.additional_publish_event_data and publish an event |
(module
(function_definition
(function_name_post_save) function_name_post_save
(parameters
(identifier_sender) identifier_sender
(identifier_instance) identifier_instance
(identifier_created) identifier_created
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
... | After save create order instance for sending instance for orderable models. |
(module
(function_definition
(function_name___convert_env) function_name___convert_env
(parameters
(identifier_env) identifier_env
(identifier_encoding) identifier_encoding
)parameters
(block
(expression_statement
(assignment
(identifier_d) identifier_d
(c... | Environment variables should be bytes not unicode on Windows. |
(module
(function_definition
(function_name_bam_to_fastq_pair) function_name_bam_to_fastq_pair
(parameters
(identifier_in_file) identifier_in_file
(identifier_target_region) identifier_target_region
(identifier_pair) identifier_pair
)parameters
(block
(expression_statement
... | Generator to convert BAM files into name, seq, qual in a region. |
(module
(function_definition
(function_name_yesterday) function_name_yesterday
(parameters
(identifier_self) identifier_self
)parameters
(type
(identifier_datetime) identifier_datetime
)type
(block
(expression_statement
(assignment
(attribute
(id... | Set the value to yesterday |
(module
(function_definition
(function_name_GetTotalValue) function_name_GetTotalValue
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_value) identifier_value
(string_"") string_""
)assignmen... | Gets the total value of the bar according to it's time signature |
(module
(function_definition
(function_name_save_config) function_name_save_config
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_cmd) identifier_cmd
(string_"write mem") string_"write mem"
)default_parameter
(default_parameter
(ide... | Saves Config Using Copy Run Start |
(module
(function_definition
(function_name_setnode) function_name_setnode
(parameters
(identifier_delta) identifier_delta
(identifier_graph) identifier_graph
(identifier_node) identifier_node
(identifier_exists) identifier_exists
)parameters
(block
(expression_statement
... | Change a delta to say that a node was created or deleted |
(module
(function_definition
(function_name_MethodName) function_name_MethodName
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
(default_parameter
(identifier_separator) identifier_separator
(string_'_') string_'_'
)default_parameter
... | Generate a valid method name from name. |
(module
(function_definition
(function_name__variable) function_name__variable
(parameters
(identifier_lexer) identifier_lexer
)parameters
(block
(expression_statement
(assignment
(identifier_names) identifier_names
(call
(identifier__names) identifi... | Return a variable expression. |
(module
(function_definition
(function_name__combine_core_aux_specs) function_name__combine_core_aux_specs
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_all_specs) identifier_all_specs
(list
... | Combine permutations over core and auxilliary Calc specs. |
(module
(function_definition
(function_name_resolve_file) function_name_resolve_file
(parameters
(identifier_fname) identifier_fname
(identifier_paths) identifier_paths
)parameters
(block
(expression_statement
(assignment
(identifier_fpath) identifier_fpath
... | Resolve filename relatively against one of the given paths, if possible. |
(module
(function_definition
(function_name_ethernet_interfaces) function_name_ethernet_interfaces
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(attribute
(identifier_ethernet_interface) identifier_ethernet_interface... | Provide reference to EthernetInterfacesCollection instance |
(module
(function_definition
(function_name_match_data) function_name_match_data
(parameters
(identifier_self) identifier_self
(identifier_tokens) identifier_tokens
(identifier_item) identifier_item
)parameters
(block
(if_statement
(comparison_operator
(call
... | Matches a data type. |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_self) identifier_self
(identifier_fptr) identifier_fptr
)parameters
(block
(expression_statement
(assignment
(identifier_read_buffer) identifier_read_buffer
(cal... | Write an XML box to file. |
(module
(function_definition
(function_name__slice_value) function_name__slice_value
(parameters
(identifier_index) identifier_index
(default_parameter
(identifier_context) identifier_context
(None) None
)default_parameter
)parameters
(block
(if_statement
... | Get the value of the given slice index. |
(module
(function_definition
(function_name_need_finalize) function_name_need_finalize
(parameters
(identifier_cls) identifier_cls
(identifier_resource) identifier_resource
)parameters
(block
(expression_statement
(assignment
(identifier_vm_id) identifier_vm_id
... | Check if vm migration need to be finalized. |
(module
(function_definition
(function_name_triple_reference_of) function_name_triple_reference_of
(parameters
(typed_parameter
(identifier_label) identifier_label
(type
(attribute
(identifier_ShExJ) identifier_ShExJ
(identifier_tripleExprLabel) identifi... | Search for the label in a Schema |
(module
(function_definition
(function_name_expose_init) function_name_expose_init
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(expression_statement
(assignment
... | Process the drawing routine |
(module
(function_definition
(function_name_to_label) function_name_to_label
(parameters
(identifier_var_instance) identifier_var_instance
)parameters
(block
(assert_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_list
(identi... | Converts a var_instance to a label one |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_self) identifier_self
(identifier_session) identifier_session
(identifier_directory) identifier_directory
(identifier_name) identifier_name
(default_parameter
(identifier_replac... | Wrapper for GsshaPyFileObjectBase write method |
(module
(function_definition
(function_name_bb_get_instr_max_width) function_name_bb_get_instr_max_width
(parameters
(identifier_basic_block) identifier_basic_block
)parameters
(block
(expression_statement
(assignment
(identifier_asm_mnemonic_max_width) identifier_asm_mne... | Get maximum instruction mnemonic width |
(module
(function_definition
(function_name_search_channels) function_name_search_channels
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
... | Search for all channels by parameters |
(module
(function_definition
(function_name_log) function_name_log
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(expression_statement
(call
(identifier_print)... | stdout and stderr for the link |
(module
(function_definition
(function_name_delete_global_cache) function_name_delete_global_cache
(parameters
(default_parameter
(identifier_appname) identifier_appname
(string_'default') string_'default'
)default_parameter
)parameters
(block
(expression_statement
... | Reads cache files to a safe place in each operating system |
(module
(function_definition
(function_name_collect_frames_for_random_starts) function_name_collect_frames_for_random_starts
(parameters
(identifier_storage_env) identifier_storage_env
(identifier_stacked_env) identifier_stacked_env
(identifier_agent) identifier_agent
(identifier_frame... | Collects frames from real env for random starts of simulated env. |
(module
(function_definition
(function_name__ensure_like_indices) function_name__ensure_like_indices
(parameters
(identifier_time) identifier_time
(identifier_panels) identifier_panels
)parameters
(block
(expression_statement
(assignment
(identifier_n_time) identifi... | Makes sure that time and panels are conformable. |
(module
(function_definition
(function_name_stop) function_name_stop
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
(identifier__s... | Shuts the server down and waits for server thread to join |
(module
(function_definition
(function_name_does_fragment_condition_match) function_name_does_fragment_condition_match
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_fragment) identifier_fragment
(type
(generic_type
(identifier_Unio... | Determine if a fragment is applicable to the given type. |
(module
(function_definition
(function_name_commitWorkingCopy) function_name_commitWorkingCopy
(parameters
(identifier_self) identifier_self
(identifier_configFile) identifier_configFile
)parameters
(block
(expression_statement
(assignment
(identifier_fn) identifier... | Saves the current working copy to disk |
(module
(function_definition
(function_name__get_element) function_name__get_element
(parameters
(identifier_name) identifier_name
(identifier_element_type) identifier_element_type
(default_parameter
(identifier_server) identifier_server
(None) None
)default_parameter
... | Get an element with or without properties |
(module
(function_definition
(function_name_program_files) function_name_program_files
(parameters
(identifier_self) identifier_self
(identifier_executable) identifier_executable
)parameters
(block
(if_statement
(comparison_operator
(call
(attribute
... | Determine the file paths to be adopted |
(module
(function_definition
(function_name__deprecation_warning) function_name__deprecation_warning
(parameters
(identifier_cls) identifier_cls
)parameters
(block
(if_statement
(call
(identifier_issubclass) identifier_issubclass
(argument_list
(iden... | Display a deprecation warning for the given cls |
(module
(function_definition
(function_name_barracks_in_middle) function_name_barracks_in_middle
(parameters
(identifier_self) identifier_self
)parameters
(type
(identifier_Point2) identifier_Point2
)type
(block
(if_statement
(comparison_operator
(call
... | Barracks position in the middle of the 2 depots |
(module
(function_definition
(function_name__execute) function_name__execute
(parameters
(identifier_self) identifier_self
(identifier_handler) identifier_handler
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(... | executes one callback function |
(module
(function_definition
(function_name__key_tab) function_name__key_tab
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_is_cursor_on_last_line) ident... | Action for TAB key |
(module
(function_definition
(function_name_updated) function_name_updated
(parameters
(identifier_self) identifier_self
(identifier_user) identifier_user
)parameters
(block
(for_statement
(pattern_list
(identifier_who) identifier_who
(identifier_what) ide... | True if the user commented the ticket in given time frame |
(module
(function_definition
(function_name_simplify_polynomial) function_name_simplify_polynomial
(parameters
(identifier_polynomial) identifier_polynomial
(identifier_monomial_substitutions) identifier_monomial_substitutions
)parameters
(block
(if_statement
(call
... | Simplify a polynomial for uniform handling later. |
(module
(function_definition
(function_name_generate) function_name_generate
(parameters
(identifier_env) identifier_env
)parameters
(block
(expression_statement
(call
(attribute
(identifier_env) identifier_env
(identifier_AppendUnique) identifier_... | Add Builders and construction variables for LaTeX to an Environment. |
(module
(function_definition
(function_name__generate_prime) function_name__generate_prime
(parameters
(identifier_bits) identifier_bits
(identifier_rng) identifier_rng
)parameters
(block
(expression_statement
(string_"primtive attempt at prime generation") string_"primtive a... | primtive attempt at prime generation |
(module
(function_definition
(function_name_createZMQSocket) function_name_createZMQSocket
(parameters
(identifier_self) identifier_self
(identifier_sock_type) identifier_sock_type
)parameters
(block
(expression_statement
(assignment
(identifier_sock) identifier_soc... | Create a socket of the given sock_type and deactivate message dropping |
(module
(function_definition
(function_name_sync_in) function_name_sync_in
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_force) identifier_force
(False) False
)default_parameter
)parameters
(block
(expression_statement
(cal... | Synchronize from files to records, and records to objects |
(module
(function_definition
(function_name_removeTarget) function_name_removeTarget
(parameters
(identifier_self) identifier_self
(identifier_iid) identifier_iid
)parameters
(block
(expression_statement
(assignment
(identifier_sql) identifier_sql
(call
... | Removes target information from vault database |
(module
(function_definition
(function_name_close) function_name_close
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_flush) identifier_flush
... | Flushes the pending events and closes the writer after it is done. |
(module
(function_definition
(function_name_skip) function_name_skip
(parameters
(identifier_self) identifier_self
(identifier_length) identifier_length
)parameters
(block
(if_statement
(comparison_operator
(identifier_length) identifier_length
(attribute
... | Removes ``length`` bytes and returns the number length still required to skip |
(module
(function_definition
(function_name__discover) function_name__discover
(parameters
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
(assignment
(identifier_query) ident... | Yields info about station servers announcing themselves via multicast. |
(module
(function_definition
(function_name_add_cache) function_name_add_cache
(parameters
(identifier_self) identifier_self
(identifier_namespace) identifier_namespace
(identifier_key) identifier_key
(identifier_query_hash) identifier_query_hash
(identifier_length) identifier_le... | Add cached values for the specified date range and query |
(module
(function_definition
(function_name_build_xlsx_response) function_name_build_xlsx_response
(parameters
(identifier_wb) identifier_wb
(default_parameter
(identifier_title) identifier_title
(string_"report") string_"report"
)default_parameter
)parameters
(block
... | Take a workbook and return a xlsx file response |
(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_key) identifier_key
)parameters
(block
(expression_stat... | Make sure this key is as defined |
(module
(function_definition
(function_name_pdfFromPOST) function_name_pdfFromPOST
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_html) identifier_html
(call
(attribute
(at... | It returns the pdf for the sampling rounds printed |
(module
(function_definition
(function_name_translate_kwargs) function_name_translate_kwargs
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
... | Translate kwargs replacing `data` with `json` if necessary. |
(module
(function_definition
(function_name_match_sound_mode) function_name_match_sound_mode
(parameters
(identifier_self) identifier_self
(identifier_sound_mode_raw) identifier_sound_mode_raw
)parameters
(block
(try_statement
(block
(expression_statement
... | Match the raw_sound_mode to its corresponding sound_mode. |
(module
(function_definition
(function_name_find) function_name_find
(parameters
(identifier_self) identifier_self
(identifier_txt) identifier_txt
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
(list
)l... | returns a list of records containing text |
(module
(function_definition
(function_name__Resample) function_name__Resample
(parameters
(identifier_self) identifier_self
(identifier_stats) identifier_stats
(identifier_target_size) identifier_target_size
)parameters
(block
(expression_statement
(assignment
... | Resamples the stats to have a specific number of data points. |
(module
(function_definition
(function_name_text2html_table) function_name_text2html_table
(parameters
(identifier_items) identifier_items
)parameters
(block
(expression_statement
(string_"Put the texts in `items` in an HTML table.") string_"Put the texts in `items` in an HTML tabl... | Put the texts in `items` in an HTML table. |
(module
(function_definition
(function_name_stop_cmd) function_name_stop_cmd
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
(identifier_force) identifier_force
)parameters
(block
(expression_statement
(call
(identifier_check_pe... | Stop the specified or all docker containers launched by us |
(module
(function_definition
(function_name_wp_slope) function_name_wp_slope
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_last_w) identifier_last_w
(None) None
)assignment
)expressio... | show slope of waypoints |
(module
(function_definition
(function_name_limitsChanged) function_name_limitsChanged
(parameters
(identifier_self) identifier_self
(identifier_param) identifier_param
(identifier_limits) identifier_limits
)parameters
(block
(expression_statement
(call
(attri... | Called when the parameter's limits have changed |
(module
(function_definition
(function_name_update_task) function_name_update_task
(parameters
(identifier_deadline) identifier_deadline
(identifier_label) identifier_label
(identifier_task_id) identifier_task_id
)parameters
(block
(expression_statement
(assignment
... | Executor for `globus task update` |
(module
(function_definition
(function_name_object) function_name_object
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictio... | Registers a class based router to this API |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.