sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_url_replace_param) function_name_url_replace_param (parameters (identifier_url) identifier_url (identifier_name) identifier_name (identifier_value) identifier_value )parameters (block (expression_statement (assignment ...
Replace a GET parameter in an URL
(module (function_definition (function_name_api_url) function_name_api_url (parameters (identifier_self) identifier_self )parameters (block (return_statement (call (identifier_pathjoin) identifier_pathjoin (argument_list (attribute (ide...
return the api url of this request
(module (function_definition (function_name_CreateTasksFilter) function_name_CreateTasksFilter (parameters (identifier_pc) identifier_pc (identifier_tasks) identifier_tasks )parameters (block (if_statement (not_operator (identifier_tasks) identifier_tasks )n...
Create property collector filter for tasks
(module (function_definition (function_name__pattern_match) function_name__pattern_match (parameters (identifier_self) identifier_self (identifier_item) identifier_item (identifier_pattern) identifier_pattern )parameters (block (if_statement (call (attribute ...
Determine whether the item supplied is matched by the pattern.
(module (function_definition (function_name_visit_IfExp) function_name_visit_IfExp (parameters (identifier_self) identifier_self (typed_parameter (identifier_node) identifier_node (type (attribute (identifier_ast) identifier_ast (identifier_IfExp) ...
Visit the ``test``, and depending on its outcome, the ``body`` or ``orelse``.
(module (function_definition (function_name_replace_values) function_name_replace_values (parameters (identifier_in_m) identifier_in_m (identifier_out_m) identifier_out_m (default_parameter (identifier_map_from) identifier_map_from (tuple )tuple )default_paramet...
Make a copy of a model with one value replaced with another
(module (function_definition (function_name_create_virtualenv) function_name_create_virtualenv (parameters (identifier_pkg) identifier_pkg (identifier_repo_dest) identifier_repo_dest (identifier_python) identifier_python )parameters (block (expression_statement (assignm...
Creates a virtualenv within which to install your new application.
(module (function_definition (function_name_involved_tags) function_name_involved_tags (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (call (identifier_len) identifier_len (argument_list ...
Provides all HTML tags directly involved in this string.
(module (function_definition (function_name_copy) function_name_copy (parameters (identifier_self) identifier_self )parameters (block (return_statement (call (attribute (identifier_self) identifier_self (identifier___class__) identifier___class__ ...
Return a shallow copy of the sorted dictionary.
(module (function_definition (function_name_inspect) function_name_inspect (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_policy) identifier_policy (attribute (identifier_self) identifie...
Fetches image information from the client.
(module (function_definition (function_name_touch) function_name_touch (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_key) identifier_key (call (attribute (call ...
Touch all of the related models of the relationship.
(module (function_definition (function_name_list_views) function_name_list_views (parameters (identifier_self) identifier_self (default_parameter (identifier_name) identifier_name (string_'') string_'' )default_parameter (default_parameter (identifier_is_visible...
List all views which name start with a given string.
(module (function_definition (function_name__zero_based_index) function_name__zero_based_index (parameters (identifier_self) identifier_self (typed_parameter (identifier_onebased) identifier_onebased (type (generic_type (identifier_Union) identifier_Union ...
Convert a one-based index to a zero-based index.
(module (function_definition (function_name_float_constructor) function_name_float_constructor (parameters (identifier_loader) identifier_loader (identifier_node) identifier_node )parameters (block (expression_statement (assignment (identifier_s) identifier_s ...
Construct Decimal from YAML float encoding.
(module (function_definition (function_name_create_fw) function_name_create_fw (parameters (identifier_self) identifier_self (identifier_tenant_id) identifier_tenant_id (identifier_data) identifier_data )parameters (block (try_statement (block (return_statemen...
Top level routine called when a FW is created.
(module (function_definition (function_name_fetch_pcr) function_name_fetch_pcr (parameters (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters...
Wrapper for fetch to automatically parse results from the PCR API.
(module (function_definition (function_name_match_route) function_name_match_route (parameters (identifier_self) identifier_self (identifier_reqpath) identifier_reqpath )parameters (block (expression_statement (assignment (identifier_route_dicts) identifier_route_di...
match a request with parameter to it's corresponding route
(module (function_definition (function_name_lookup) function_name_lookup (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (for_statement (pattern_list (identifier_k) identifier_k (identifier_v) identifier...
return the first key in dict where value is name
(module (function_definition (function_name_end_output) function_name_end_output (parameters (identifier_self) identifier_self (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (if_statement (call ...
Write end of checking info as HTML.
(module (function_definition (function_name__dict_to_json_pretty) function_name__dict_to_json_pretty (parameters (identifier_d) identifier_d (default_parameter (identifier_sort_keys) identifier_sort_keys (True) True )default_parameter )parameters (block (return_...
helper function to generate pretty printed json output
(module (function_definition (function_name__match) function_name__match (parameters (identifier_self) identifier_self (identifier_doc) identifier_doc (identifier_where) identifier_where )parameters (block (assert_statement (call (identifier_isinstance) identi...
Return True if 'doc' matches the 'where' condition.
(module (function_definition (function_name_make_mine) function_name_make_mine (parameters (identifier_self) identifier_self (identifier_request) identifier_request (identifier_queryset) identifier_queryset )parameters (block (expression_statement (assignment ...
Set the entries to the current user.
(module (function_definition (function_name_add_get) function_name_add_get (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dict...
Shortcut for add_route with method GET
(module (function_definition (function_name__add_atom_info) function_name__add_atom_info (parameters (identifier_self) identifier_self (identifier_atom_info) identifier_atom_info )parameters (block (expression_statement (assignment (subscript (attribute ...
Add an atom info object to the database
(module (function_definition (function_name_cli) function_name_cli (parameters (identifier_yamlfile) identifier_yamlfile (identifier_format) identifier_format (identifier_classes) identifier_classes (identifier_directory) identifier_directory )parameters (block (expressio...
Generate a UML representation of a biolink model
(module (function_definition (function_name_cli) function_name_cli (parameters (identifier_env) identifier_env (identifier_account_id) identifier_account_id (identifier_content_url) identifier_content_url (identifier_type) identifier_type (identifier_cname) identifier_cname )...
Create an origin pull mapping.
(module (function_definition (function_name_pubticker) function_name_pubticker (parameters (identifier_self) identifier_self (default_parameter (identifier_symbol) identifier_symbol (string_'btcusd') string_'btcusd' )default_parameter )parameters (block (express...
Send a request for latest ticker info, return the response.
(module (function_definition (function_name_add_url) function_name_add_url (parameters (identifier_self) identifier_self (identifier_url) identifier_url (default_parameter (identifier_line) identifier_line (integer_0) integer_0 )default_parameter (default_paramete...
Add new URL to queue.
(module (function_definition (function_name_run) function_name_run (parameters (identifier_self) identifier_self (identifier_fct) identifier_fct (identifier_input_) identifier_input_ )parameters (block (if_statement (call (attribute (identifier_tf)...
Execute the given TensorFlow function.
(module (function_definition (function_name_reset_cmd_timeout) function_name_reset_cmd_timeout (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier__cmd_timeout) identifier__cmd_t...
Reset timeout for command execution.
(module (function_definition (function_name_examples) function_name_examples (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_examples) identifier_examples (call (identifier_product) identifier_product (argument...
Return examples from all sub-spaces.
(module (function_definition (function_name_run_sixteens) function_name_run_sixteens (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (identifier_SixteensFull) identifier_SixteensFull (argument_list (keywor...
Run the 16S analyses using the filtered database
(module (function_definition (function_name_destroy) function_name_destroy (parameters (identifier_self) identifier_self (default_parameter (identifier_folder) identifier_folder (None) None )default_parameter )parameters (block (expression_statement (ass...
Destroy the environment and the subprocesses.
(module (function_definition (function_name_hide) function_name_hide (parameters (identifier_self) identifier_self (identifier_event) identifier_event )parameters (block (if_statement (call (attribute (attribute (identifier_self) identifier...
Toggles the visiblity of the content widget
(module (function_definition (function_name_fw_policy_create) function_name_fw_policy_create (parameters (identifier_self) identifier_self (identifier_data) identifier_data (default_parameter (identifier_fw_name) identifier_fw_name (None) None )default_parameter (...
Top level policy create routine.
(module (function_definition (function_name_xmltreefromstring) function_name_xmltreefromstring (parameters (identifier_s) identifier_s )parameters (block (if_statement (comparison_operator (attribute (identifier_sys) identifier_sys (identifier_vers...
Internal function, deals with different Python versions, unicode strings versus bytes, and with the leak bug in lxml
(module (function_definition (function_name_pretrain) function_name_pretrain (parameters (identifier_self) identifier_self (identifier_train_set) identifier_train_set (default_parameter (identifier_validation_set) identifier_validation_set (None) None )default_parameter...
Perform Unsupervised pretraining of the autoencoder.
(module (function_definition (function_name___SetTotal) function_name___SetTotal (parameters (identifier_self) identifier_self (identifier_info) identifier_info )parameters (block (if_statement (comparison_operator (string_'content-range') string_'content-range' ...
Sets the total size based off info if possible otherwise 0.
(module (function_definition (function_name__getEventsOnDay) function_name__getEventsOnDay (parameters (identifier_self) identifier_self (identifier_request) identifier_request (identifier_day) identifier_day )parameters (block (expression_statement (assignment ...
Return all the events in this site for a given day.
(module (function_definition (function_name_deleteable) function_name_deleteable (parameters (identifier_self) identifier_self (identifier_request) identifier_request )parameters (block (return_statement (conditional_expression (call (attribute ...
Checks the both, check_deleteable and apply_deleteable, against the owned model and it's instance set
(module (function_definition (function_name_load) function_name_load (parameters (identifier_self) identifier_self (identifier_filename) identifier_filename )parameters (block (try_statement (block (with_statement (with_clause (with_item ...
Load counters to file
(module (function_definition (function_name_clean) function_name_clean (parameters (identifier_self) identifier_self )parameters (block (while_statement (boolean_operator (comparison_operator (call (identifier_len) identifier_len (a...
Get rid of stale connections.
(module (function_definition (function_name_drop_columns) function_name_drop_columns (parameters (identifier_self) identifier_self (identifier_model) identifier_model (list_splat_pattern (identifier_names) identifier_names )list_splat_pattern (dictionary_splat_pattern ...
Remove fields from model.
(module (function_definition (function_name_cwd_decorator) function_name_cwd_decorator (parameters (identifier_func) identifier_func )parameters (block (function_definition (function_name_wrapper) function_name_wrapper (parameters (list_splat_pattern (...
decorator to change cwd to directory containing rst for this function
(module (function_definition (function_name_get) function_name_get (parameters (identifier_key) identifier_key (default_parameter (identifier_profile) identifier_profile (None) None )default_parameter )parameters (block (if_statement (not_operator ...
Get a value from sqlite3
(module (function_definition (function_name_varnames) function_name_varnames (parameters (identifier_self) identifier_self )parameters (block (return_statement (binary_operator (attribute (identifier_self) identifier_self (identifier__argnames) ide...
The names of all of the local variables in this code object.
(module (function_definition (function_name_decode_sid) function_name_decode_sid (parameters (identifier_cls) identifier_cls (identifier_secret) identifier_secret (identifier_cookie_value) identifier_cookie_value )parameters (block (if_statement (comparison_operator ...
Decodes a cookie value and returns the sid if value or None if invalid.
(module (function_definition (function_name_create_system) function_name_create_system (parameters (identifier_self) identifier_self (default_parameter (identifier_new_machine_id) identifier_new_machine_id (False) False )default_parameter )parameters (block (exp...
Create the machine via the API
(module (function_definition (function_name__clean) function_name__clean (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (expression_statement (assignment (identifier_value) identifier_value (generator_e...
Perform a standardized pipline of operations across an iterable.
(module (function_definition (function_name__get_memory_base) function_name__get_memory_base (parameters (identifier_gallery_conf) identifier_gallery_conf )parameters (block (if_statement (not_operator (subscript (identifier_gallery_conf) identifier_gallery_co...
Get the base amount of memory used by running a Python process.
(module (function_definition (function_name__safe_string) function_name__safe_string (parameters (identifier_self) identifier_self (identifier_source) identifier_source (default_parameter (identifier_encoding) identifier_encoding (string_'utf-8') string_'utf-8' )default...
Convert unicode to string as gnomekeyring barfs on unicode
(module (function_definition (function_name_kw_str_parse) function_name_kw_str_parse (parameters (identifier_a_string) identifier_a_string )parameters (block (try_statement (block (return_statement (call (identifier_dict) identifier_dict ...
convert a string in the form 'a=b, c=d, e=f' to a dict
(module (function_definition (function_name_ping) function_name_ping (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (identifier_status) identifier_status (identifier__) identifier__ ...
Check server is alive over HTTP
(module (function_definition (function_name_popenCatch) function_name_popenCatch (parameters (identifier_command) identifier_command (default_parameter (identifier_stdinString) identifier_stdinString (None) None )default_parameter )parameters (block (expression_...
Runs a command and return standard out.
(module (function_definition (function_name_remove_folder_content) function_name_remove_folder_content (parameters (identifier_path) identifier_path (default_parameter (identifier_ignore_hidden_file) identifier_ignore_hidden_file (False) False )default_parameter )paramete...
Remove all content in the given folder.
(module (function_definition (function_name_markup_join) function_name_markup_join (parameters (identifier_seq) identifier_seq )parameters (block (expression_statement (assignment (identifier_buf) identifier_buf (list )list )assignment )e...
Concatenation that escapes if necessary and converts to unicode.
(module (function_definition (function_name_translate_key_to_config) function_name_translate_key_to_config (parameters (identifier_p_key) identifier_p_key )parameters (block (if_statement (comparison_operator (call (identifier_len) identifier_len (...
Translates urwid key event to form understandable by topydo config parser.
(module (function_definition (function_name__get_ntgpadnt) function_name__get_ntgpadnt (parameters (identifier_self) identifier_self (identifier_ver) identifier_ver (identifier_add_ns) identifier_add_ns )parameters (block (expression_statement (assignment (ide...
Create a namedtuple object for each annotation
(module (function_definition (function_name_serialize_action) function_name_serialize_action (parameters (identifier_action_type) identifier_action_type (identifier_payload) identifier_payload (dictionary_splat_pattern (identifier_extra_fields) identifier_extra_fields )dictiona...
This function returns the conventional form of the actions.
(module (function_definition (function_name__chunk_write) function_name__chunk_write (parameters (identifier_chunk) identifier_chunk (identifier_local_file) identifier_local_file (identifier_progress) identifier_progress )parameters (block (expression_statement (call ...
Write a chunk to file and update the progress bar.
(module (function_definition (function_name_create_figure) function_name_create_figure (parameters (identifier_n_subplots) identifier_n_subplots (identifier_figsize) identifier_figsize )parameters (block (expression_statement (string_"Create the plot figure and subplot axes")...
Create the plot figure and subplot axes
(module (function_definition (function_name_count_courses) function_name_count_courses (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_c) identifier_c (integer_0) integer_0 )assignment ...
Return the average number of courses per string.
(module (function_definition (function_name_add_error) function_name_add_error (parameters (identifier_self) identifier_self (identifier_property_name) identifier_property_name (identifier_message) identifier_message )parameters (block (if_statement (comparison_operator...
Add an error for the given property.
(module (function_definition (function_name__init_setup_console_data) function_name__init_setup_console_data (parameters (identifier_self) identifier_self (typed_default_parameter (identifier_order) identifier_order (type (identifier_str) identifier_str )type ...
Setup numpy arrays over libtcod data buffers.
(module (function_definition (function_name_reprompt_error) function_name_reprompt_error (parameters (identifier_self) identifier_self (default_parameter (identifier_message) identifier_message (None) None )default_parameter )parameters (block (try_statement ...
Intended to be used in case of erroneous input data
(module (function_definition (function_name_sspro8_results) function_name_sspro8_results (parameters (identifier_self) identifier_self )parameters (block (return_statement (call (attribute (attribute (attribute (attribute ...
Parse the SSpro8 output file and return a dict of secondary structure compositions.
(module (function_definition (function_name_profile_view) function_name_profile_view (parameters (identifier_name) identifier_name (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (expression_statement ...
Show profile configuration content.
(module (function_definition (function_name_list_all) function_name_list_all (parameters (typed_parameter (identifier_dev) identifier_dev (type (identifier_Device) identifier_Device )type )typed_parameter )parameters (block (for_statement (pa...
List all available API calls.
(module (function_definition (function_name_to_internal_value) function_name_to_internal_value (parameters (identifier_self) identifier_self (identifier_data) identifier_data )parameters (block (if_statement (comparison_operator (string_'properties') string_'propert...
Override the parent method to first remove the GeoJSON formatting
(module (function_definition (function_name__change_schema) function_name__change_schema (parameters (identifier_self) identifier_self (identifier_schema) identifier_schema (identifier_action) identifier_action (default_parameter (identifier_name) identifier_name (None)...
Internal method to change a schema.
(module (function_definition (function_name_comma_converter) function_name_comma_converter (parameters (identifier_float_string) identifier_float_string )parameters (block (expression_statement (assignment (identifier_trans_table) identifier_trans_table (call ...
Convert numbers to floats whether the decimal point is '.' or ',
(module (function_definition (function_name_call) function_name_call (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_data) identifier_data (call (attribute (attribute ...
Make the API call again and fetch fresh data.
(module (function_definition (function_name_flush) function_name_flush (parameters (identifier_self) identifier_self (default_parameter (identifier_batch_size) identifier_batch_size (integer_1000) integer_1000 )default_parameter )parameters (block (expression_st...
Delete all autocomplete indexes and metadata.
(module (function_definition (function_name__rec_owner_number) function_name__rec_owner_number (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_player) identifier_player (subscript (attrib...
Get rec owner number.
(module (function_definition (function_name_vary_name) function_name_vary_name (parameters (typed_parameter (identifier_name) identifier_name (type (identifier_Text) identifier_Text )type )typed_parameter )parameters (block (expression_statement ...
Validates the name and creates variations
(module (function_definition (function_name_getGroundResolution) function_name_getGroundResolution (parameters (identifier_self) identifier_self (identifier_latitude) identifier_latitude (identifier_level) identifier_level )parameters (block (expression_statement (assig...
returns the ground resolution for based on latitude and zoom level.
(module (function_definition (function_name_dict) function_name_dict (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_res) identifier_res (call (identifier_copy) identifier_copy ...
Dictionary representing this match and all child symbol matches.
(module (function_definition (function_name__assertsanity) function_name__assertsanity (parameters (identifier_self) identifier_self )parameters (block (assert_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier_...
Check internal self consistency as a debugging aid.
(module (function_definition (function_name_register) function_name_register (parameters (identifier_self) identifier_self (identifier_pattern) identifier_pattern (default_parameter (identifier_view) identifier_view (None) None )default_parameter )parameters (bl...
Allow decorator-style construction of URL pattern lists.
(module (function_definition (function_name_urls) function_name_urls (parameters (identifier_self) identifier_self )parameters (block (for_statement (pattern_list (identifier_base_url) identifier_base_url (identifier_mapping) identifier_mapping )pattern_...
Returns a generator of all URLs attached to this API
(module (function_definition (function_name_update) function_name_update (parameters (identifier_self) identifier_self (identifier_typ) identifier_typ (identifier_id) identifier_id (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern ...
update just fields sent by keyword args
(module (function_definition (function_name_convex_conj) function_name_convex_conj (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_conj_exp) identifier_conj_exp (call (identifier_conj_exp...
The convex conjugate functional of the group L1-norm.
(module (function_definition (function_name_display_eventtype) function_name_display_eventtype (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identif...
Read the list of event types in the annotations and update widgets.
(module (function_definition (function_name_sync_objects_in) function_name_sync_objects_in (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier_d...
Synchronize from records to objects
(module (function_definition (function_name_read_mm_uic2) function_name_read_mm_uic2 (parameters (identifier_fd) identifier_fd (identifier_byte_order) identifier_byte_order (identifier_dtype) identifier_dtype (identifier_count) identifier_count )parameters (block (express...
Read MM_UIC2 tag from file and return as dictionary.
(module (function_definition (function_name_run) function_name_run (parameters (identifier_self) identifier_self )parameters (type (None) None )type (block (expression_statement (assignment (identifier_fd) identifier_fd (attribute (iden...
Read lines and put them on the queue.
(module (function_definition (function_name_format_template_file) function_name_format_template_file (parameters (identifier_filename) identifier_filename (identifier_content) identifier_content )parameters (block (with_statement (with_clause (with_item ...
Render a given pystache template file with given content
(module (function_definition (function_name_ls) function_name_ls (parameters )parameters (block (expression_statement (assignment (pattern_list (identifier_heading) identifier_heading (identifier_body) identifier_body )pattern_list (c...
List all synchronized directories.
(module (function_definition (function_name_make_reader_task) function_name_make_reader_task (parameters (identifier_self) identifier_self (identifier_stream) identifier_stream (identifier_callback) identifier_callback )parameters (block (return_statement (call ...
Create a reader executor task for a stream.
(module (function_definition (function_name_splitSong) function_name_splitSong (parameters (identifier_songToSplit) identifier_songToSplit (identifier_start1) identifier_start1 (identifier_start2) identifier_start2 )parameters (block (print_statement (binary_operator ...
Split a song into two parts, one starting at start1, the other at start2
(module (function_definition (function_name_base_url) function_name_base_url (parameters (identifier_root) identifier_root )parameters (block (for_statement (pattern_list (identifier_attr) identifier_attr (identifier_value) identifier_value )pattern_list...
Determine the base url for a root element.
(module (function_definition (function_name_send_file) function_name_send_file (parameters (identifier_self) identifier_self (identifier_file) identifier_file )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier_logger)...
Send a file to the client, it is a convenient method to avoid duplicated code
(module (function_definition (function_name_Z) function_name_Z (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list ...
sets the Z coordinate
(module (function_definition (function_name__find_usage_application_versions) function_name__find_usage_application_versions (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_versions) identifier_versions ...
find usage for ElasticBeanstalk application verions
(module (function_definition (function_name_update_transfer) function_name_update_transfer (parameters (identifier_self) identifier_self (typed_parameter (identifier_nonce) identifier_nonce (type (identifier_Nonce) identifier_Nonce )type )typed_parameter ...
Updates the channel using the provided balance proof.
(module (function_definition (function_name__NormalizeDiscoveryUrls) function_name__NormalizeDiscoveryUrls (parameters (identifier_discovery_url) identifier_discovery_url )parameters (block (if_statement (call (attribute (identifier_discovery_url) identifier_d...
Expands a few abbreviations into full discovery urls.
(module (function_definition (function_name_before_processing) function_name_before_processing (parameters (identifier_eng) identifier_eng (identifier_objects) identifier_objects )parameters (block (expression_statement (call (attribute (call ...
Execute before processing the workflow.
(module (function_definition (function_name_default) function_name_default (parameters (identifier_value) identifier_value )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_value) identifi...
Default encoder for JSON
(module (function_definition (function_name_histograms_route) function_name_histograms_route (parameters (identifier_self) identifier_self (identifier_request) identifier_request )parameters (block (expression_statement (assignment (identifier_tag) identifier_tag ...
Given a tag and single run, return array of histogram values.
(module (function_definition (function_name_instantiate) function_name_instantiate (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_code_lines) identifier_code_lines (list )list )ass...
Write lines for instantiation