sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_detach_session) function_name_detach_session (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier__s...
Allow the session to be discarded and don't get change notifications from it anymore
(module (function_definition (function_name__marshal) function_name__marshal (parameters (identifier_self) identifier_self (identifier_obj) identifier_obj )parameters (block (expression_statement (call (attribute (identifier_logger) identifier_logger ...
Walks an object and marshals any psphere object into MORs.
(module (function_definition (function_name__ensure_field) function_name__ensure_field (parameters (identifier_self) identifier_self (identifier_key) identifier_key )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier__...
Ensure a non-array field
(module (function_definition (function_name_read_comment) function_name_read_comment (parameters (identifier_self) identifier_self (typed_parameter (identifier_start) identifier_start (type (identifier_int) identifier_int )type )typed_parameter (typed_...
Read a comment token from the source file.
(module (function_definition (function_name__get_areas) function_name__get_areas (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier_areas) ide...
Return surface elements area values in a numpy array.
(module (function_definition (function_name_on_select_task) function_name_on_select_task (parameters (identifier_self) identifier_self (identifier_task) identifier_task )parameters (block (expression_statement (call (attribute (identifier_logger) identif...
Called when a task is selected to fetch & process
(module (function_definition (function_name__set_windows) function_name__set_windows (parameters (identifier_self) identifier_self (identifier_ticks) identifier_ticks (identifier_bars) identifier_bars )parameters (block (expression_statement (assignment (attri...
be aware of default windows
(module (function_definition (function_name_remove_blank_dirs) function_name_remove_blank_dirs (parameters (identifier_self) identifier_self )parameters (block (if_statement (call (attribute (identifier_self) identifier_self (identifier_is_blank) i...
Remove blank dir and all blank subdirectories
(module (function_definition (function_name__remove_from_index) function_name__remove_from_index (parameters (identifier_index) identifier_index (identifier_obj) identifier_obj )parameters (block (try_statement (block (expression_statement (call ...
Removes object ``obj`` from the ``index``.
(module (function_definition (function_name_timex_starts) function_name_timex_starts (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (call (attribute (identifier_self) identifier_self (id...
The list of start positions of ``timexes`` layer elements.
(module (function_definition (function_name_ServerLoggingStartupInit) function_name_ServerLoggingStartupInit (parameters )parameters (block (global_statement (identifier_LOGGER) identifier_LOGGER )global_statement (if_statement (identifier_local_log) identifier_local_...
Initialize the server logging configuration.
(module (function_definition (function_name_find_if_x_retbool_else_retbool) function_name_find_if_x_retbool_else_retbool (parameters (identifier_node) identifier_node )parameters (block (return_statement (parenthesized_expression (boolean_operator (boolean_ope...
Finds simplifiable if condition
(module (function_definition (function_name__collect_gpu_info) function_name__collect_gpu_info (parameters (identifier_run_info) identifier_run_info )parameters (block (expression_statement (assignment (identifier_gpu_info) identifier_gpu_info (dictionary ...
Collect local GPU information by TF device library.
(module (function_definition (function_name_cwd) function_name_cwd (parameters (identifier_self) identifier_self (identifier_new_path) identifier_new_path )parameters (block (expression_statement (assignment (identifier_old_cwd) identifier_old_cwd (attribu...
Sets the cwd during reads and writes
(module (function_definition (function_name_apply) function_name_apply (parameters (identifier_self) identifier_self (identifier_snapshot) identifier_snapshot )parameters (block (for_statement (identifier_name) identifier_name (identifier_snapshot) identifier_snapshot...
Set the current context from a given snapshot dictionary
(module (function_definition (function_name_gausspars) function_name_gausspars (parameters (identifier_data) identifier_data )parameters (block (expression_statement (assignment (pattern_list (identifier_N) identifier_N (identifier_mean) identifier...
calculates gaussian statistics for data
(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__count) identifier__c...
Reset the statistics data for this object.
(module (function_definition (function_name__meta_get_resource_sync) function_name__meta_get_resource_sync (parameters (identifier_md_uuid) identifier_md_uuid )parameters (block (expression_statement (call (attribute (identifier_isogeo) identifier_isogeo ...
Just a meta func to get execution time
(module (function_definition (function_name_generic_insert_with_folder) function_name_generic_insert_with_folder (parameters (identifier_folder_name) identifier_folder_name (identifier_file_name) identifier_file_name (identifier_template_name) identifier_template_name (identifier_args)...
In general if we need to put a file on a folder, we use this method
(module (function_definition (function_name_run_until) function_name_run_until (parameters (identifier_self) identifier_self (identifier_endtime) identifier_endtime (default_parameter (identifier_timeunit) identifier_timeunit (string_'minutes') string_'minutes' )default...
Run a case untile the specifiend endtime
(module (function_definition (function_name_to_file) function_name_to_file (parameters (identifier_file) identifier_file (identifier_array) identifier_array )parameters (block (try_statement (block (expression_statement (call (attribute ...
Wrapper around ndarray.tofile to support any file-like object
(module (function_definition (function_name_default) function_name_default (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_output) identifier_output (call (identifier_ensure_unicode) iden...
Return last changes in truncated unified diff format
(module (function_definition (function_name_clean) function_name_clean (parameters )parameters (block (expression_statement (call (identifier_run) identifier_run (argument_list (string_'rm -rf build/') string_'rm -rf build/' )argument_list ...
clean - remove build artifacts.
(module (function_definition (function_name_to_binary_string) function_name_to_binary_string (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifie...
Pack the notification to binary form and return it as string.
(module (function_definition (function_name__parse_attributes) function_name__parse_attributes (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (import_from_statement (dotted_name (identifier_zigpy) identifier_zigp...
Parse non standard atrributes.
(module (function_definition (function_name_serialize_on_parent) function_name_serialize_on_parent (parameters (identifier_self) identifier_self (identifier_parent) identifier_parent (identifier_value) identifier_value (identifier_state) identifier_state )parameters (block ...
Serialize the value and append it to the parent element.
(module (function_definition (function_name_validate_data_files) function_name_validate_data_files (parameters (identifier_problem) identifier_problem (identifier_data_files) identifier_data_files (identifier_min_size) identifier_min_size )parameters (block (expression_statemen...
Validate presence and minimum size of files.
(module (function_definition (function_name_self_signed) function_name_self_signed (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (expression_statement (assignment (attribute (identifier_self) identif...
A bool - if the certificate should be self-signed.
(module (function_definition (function_name__create_netmap_config) function_name__create_netmap_config (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_netmap_path) identifier_netmap_path (call ...
Creates the NETMAP file.
(module (function_definition (function_name_make_summary_funcs) function_name_make_summary_funcs (parameters (identifier_rows) identifier_rows (identifier_ids) identifier_ids )parameters (block (return_statement (dictionary (pair (string_'len') string_'l...
Functions available for listing summary fields.
(module (function_definition (function_name_add_subsegment) function_name_add_subsegment (parameters (identifier_self) identifier_self (identifier_subsegment) identifier_subsegment )parameters (block (expression_statement (call (attribute (identifier_sel...
Add input subsegment as a child subsegment.
(module (function_definition (function_name___init) function_name___init (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_params) identifier_params (dictionary (pair (string_...
populates server admin information
(module (function_definition (function_name_main) function_name_main (parameters )parameters (block (expression_statement (assignment (pattern_list (identifier_trig) identifier_trig (identifier_echo) identifier_echo (identifier_speed) identif...
Main function to run the sensor with passed arguments
(module (function_definition (function_name_out_shape_from_meshgrid) function_name_out_shape_from_meshgrid (parameters (identifier_mesh) identifier_mesh )parameters (block (if_statement (comparison_operator (call (identifier_len) identifier_len (ar...
Get the broadcast output shape from a `meshgrid`.
(module (function_definition (function_name__delete_percolator) function_name__delete_percolator (parameters (identifier_spec) identifier_spec (identifier_search_pattern) identifier_search_pattern )parameters (block (if_statement (identifier_spec) identifier_spec (blo...
Delete percolator associated with the new oaiset.
(module (function_definition (function_name_copy) function_name_copy (parameters (identifier_self) identifier_self (dictionary_splat_pattern (identifier_replacements) identifier_replacements )dictionary_splat_pattern )parameters (block (expression_statement (ass...
Returns a clone of this JarDependency with the given replacements kwargs overlaid.
(module (function_definition (function_name__client) function_name__client (parameters (identifier_self) identifier_self (identifier_id) identifier_id (identifier_secret) identifier_secret )parameters (block (expression_statement (assignment (identifier_url) i...
Performs client login with the provided credentials
(module (function_definition (function_name_center_important_part) function_name_center_important_part (parameters (identifier_self) identifier_self (identifier_crop_box) identifier_crop_box )parameters (block (if_statement (not_operator (attribute (iden...
If important_box was specified, make sure it lies inside the crop box.
(module (function_definition (function_name_count_changes) function_name_count_changes (parameters (identifier_change) identifier_change )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_c...
Counts the number of basic changes a `Change` will make
(module (function_definition (function_name_create) function_name_create (parameters (identifier_cls) identifier_cls (identifier_ip_version) identifier_ip_version (identifier_datacenter) identifier_datacenter (identifier_bandwidth) identifier_bandwidth (default_parameter ...
Create a public ip and attach it if vm is given.
(module (function_definition (function_name__deshuffle_field) function_name__deshuffle_field (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern )parameters (block (expression_statement (assignm...
Return to original ordering
(module (function_definition (function_name_max_spline_jumps) function_name_max_spline_jumps (parameters (identifier_self) identifier_self (default_parameter (identifier_convert_to_muC_per_cm2) identifier_convert_to_muC_per_cm2 (True) True )default_parameter (default_pa...
Get maximum difference between spline and same branch polarization data.
(module (function_definition (function_name_max_knob_end_distance) function_name_max_knob_end_distance (parameters (identifier_self) identifier_self )parameters (block (return_statement (call (identifier_max) identifier_max (argument_list (list_compr...
Maximum distance between knob_end and each of the hole side-chain centres.
(module (function_definition (function_name_renamed_tree) function_name_renamed_tree (parameters (identifier_self) identifier_self (identifier_source) identifier_source (identifier_dest) identifier_dest )parameters (block (expression_statement (assignment (ide...
Directory was renamed in file explorer or in project explorer.
(module (function_definition (function_name_notify_update) function_name_notify_update (parameters (identifier_self) identifier_self (identifier_update) identifier_update (default_parameter (identifier_urgent) identifier_urgent (False) False )default_parameter )para...
Name or list of names of modules that have updated.
(module (function_definition (function_name_need_to_create_symlink) function_name_need_to_create_symlink (parameters (identifier_directory) identifier_directory (identifier_checksums) identifier_checksums (identifier_filetype) identifier_filetype (identifier_symlink_path) identifier_sy...
Check if we need to create a symlink for an existing file.
(module (function_definition (function_name__get_policy_set) function_name__get_policy_set (parameters (identifier_self) identifier_self (identifier_policy_set_id) identifier_policy_set_id )parameters (block (expression_statement (assignment (identifier_uri) identif...
Get a specific policy set by id.
(module (function_definition (function_name__ctl_cmd) function_name__ctl_cmd (parameters (identifier_cmd) identifier_cmd (identifier_name) identifier_name (identifier_conf_file) identifier_conf_file (identifier_bin_env) identifier_bin_env )parameters (block (expression_st...
Return the command list to use
(module (function_definition (function_name_shell) function_name_shell (parameters (identifier_self) identifier_self (identifier_command) identifier_command (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (default_parameter (identifier_en...
Runs a shell command
(module (function_definition (function_name_load_installed_plugins) function_name_load_installed_plugins (parameters )parameters (block (expression_statement (assignment (identifier_providers) identifier_providers (dictionary )dictionary )assignment ...
Search and load every installed plugin through entry points.
(module (function_definition (function_name__iname2qname) function_name__iname2qname (parameters (identifier_self) identifier_self (typed_parameter (identifier_iname) identifier_iname (type (identifier_InstanceName) identifier_InstanceName )type )typed_param...
Translate instance name to qualified name in the receiver's context.
(module (function_definition (function_name_read_template_source) function_name_read_template_source (parameters (identifier_filename) identifier_filename )parameters (block (import_from_statement (dotted_name (identifier_django) identifier_django (identifier_co...
Read the source of a Django template, returning the Unicode text.
(module (function_definition (function_name_sleep_if_necessary) function_name_sleep_if_necessary (parameters (identifier_cls) identifier_cls (identifier_user) identifier_user (identifier_token) identifier_token (default_parameter (identifier_endpoint) identifier_endpoint ...
Sleep a little if hit github recently to honor rate limit.
(module (function_definition (function_name_printrdf) function_name_printrdf (parameters (identifier_wflow) identifier_wflow (identifier_ctx) identifier_ctx (identifier_style) identifier_style )parameters (block (expression_statement (assignment (identifier_rd...
Serialize the CWL document into a string, ready for printing.
(module (function_definition (function_name__create_event) function_name__create_event (parameters (identifier_instance) identifier_instance (identifier_action) identifier_action )parameters (block (expression_statement (assignment (identifier_user) identifier_user ...
Create a new event, getting the use if django-cuser is available.
(module (function_definition (function_name_filterVerticalLines) function_name_filterVerticalLines (parameters (identifier_arr) identifier_arr (default_parameter (identifier_min_line_length) identifier_min_line_length (integer_4) integer_4 )default_parameter )parameters ...
Remove vertical lines in boolean array if linelength >=min_line_length
(module (function_definition (function_name_addAnalyses) function_name_addAnalyses (parameters (identifier_self) identifier_self (identifier_analyses) identifier_analyses )parameters (block (expression_statement (assignment (identifier_actions_pool) identifier_actio...
Adds a collection of analyses to the Worksheet at once
(module (function_definition (function_name_finish) function_name_finish (parameters (identifier_self) identifier_self (identifier_result) identifier_result (default_parameter (identifier_array_id) identifier_array_id (None) None )default_parameter )parameters (...
Sets the status of this job to 'success' or 'failure'.
(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 (expression_statement (ass...
Write end of output info, and flush all output buffers.
(module (function_definition (function_name_plot_iv_curve) function_name_plot_iv_curve (parameters (identifier_a) identifier_a (identifier_hold_v) identifier_hold_v (identifier_i) identifier_i (list_splat_pattern (identifier_plt_args) identifier_plt_args )list_splat_patte...
A single IV curve
(module (function_definition (function_name_asDict) function_name_asDict (parameters (identifier_self) identifier_self )parameters (block (return_statement (dictionary (pair (string_'isError') string_'isError' (attribute (identifier_s...
Returns a serializable object
(module (function_definition (function_name_fileids) function_name_fileids (parameters (identifier_self) identifier_self )parameters (block (return_statement (list_comprehension (call (attribute (attribute (identifier_os) identifi...
Returns files from SemEval2007 Coarse-grain All-words WSD task.
(module (function_definition (function_name_parse_consumer_offsets) function_name_parse_consumer_offsets (parameters (identifier_cls) identifier_cls (identifier_json_file) identifier_json_file )parameters (block (with_statement (with_clause (with_item (a...
Parse current offsets from json-file.
(module (function_definition (function_name_build) function_name_build (parameters (default_parameter (identifier_id) identifier_id (None) None )default_parameter (default_parameter (identifier_name) identifier_name (None) None )default_parameter (...
Trigger a BuildConfiguration by name or ID
(module (function_definition (function_name__stringify_val) function_name__stringify_val (parameters (identifier_val) identifier_val )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_val) ...
Convert the given value to string.
(module (function_definition (function_name_setblocking) function_name_setblocking (parameters (identifier_self) identifier_self (identifier_blocking) identifier_blocking )parameters (block (for_statement (identifier_sock) identifier_sock (call (attribute ...
Set whether or not this message is blocking
(module (function_definition (function_name__get_current_label) function_name__get_current_label (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (call (identifier_len) identifier_len (argument_lis...
Get the label from the last line read
(module (function_definition (function_name_remove_rule) function_name_remove_rule (parameters (identifier_self) identifier_self (identifier_tag) identifier_tag )parameters (block (expression_statement (assignment (identifier_resp) identifier_resp (call ...
Remove a rule by tag
(module (function_definition (function_name_print_file_details_as_csv) function_name_print_file_details_as_csv (parameters (identifier_self) identifier_self (identifier_fname) identifier_fname (identifier_col_headers) identifier_col_headers )parameters (block (expression_statem...
saves as csv format
(module (function_definition (function_name_insert) function_name_insert (parameters (identifier_self) identifier_self (identifier_events) identifier_events )parameters (block (if_statement (not_operator (call (identifier_len) identifier_len ...
Constructs and executes a MySQL insert for the given events.
(module (function_definition (function_name_target_to_ipv6_cidr) function_name_target_to_ipv6_cidr (parameters (identifier_target) identifier_target )parameters (block (expression_statement (assignment (identifier_splitted) identifier_splitted (call ...
Attempt to return a IPv6 CIDR list from a target string.
(module (function_definition (function_name_engines) function_name_engines (parameters (identifier_opts) identifier_opts (identifier_functions) identifier_functions (identifier_runners) identifier_runners (identifier_utils) identifier_utils (default_parameter (identifier_...
Return the master services plugins
(module (function_definition (function_name_close) function_name_close (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_plugin) identifier_plugin (attribute (identifier_self) identifier_self (identifier_plugins)...
Close the application and all installed plugins.
(module (function_definition (function_name_run) function_name_run (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (identifier__LOGGER) identifier__LOGGER (identifier_info) identifier_info ...
Main thread function to maintain connection and receive remote status.
(module (function_definition (function_name_ref_file_from_bam) function_name_ref_file_from_bam (parameters (identifier_bam_file) identifier_bam_file (identifier_data) identifier_data )parameters (block (expression_statement (assignment (identifier_new_ref) identifie...
Subset a fasta input file to only a fraction of input contigs.
(module (function_definition (function_name_unserialize) function_name_unserialize (parameters (identifier_self) identifier_self (identifier_data) identifier_data )parameters (block (if_statement (comparison_operator (string_"author") string_"author" (subs...
From JSON -> Activity object
(module (function_definition (function_name__handle_wikilink) function_name__handle_wikilink (parameters (identifier_self) identifier_self (identifier_token) identifier_token )parameters (block (expression_statement (assignment (identifier_title) identifier_title ...
Handle a case where a wikilink is at the head of the tokens.
(module (function_definition (function_name_findExtname) function_name_findExtname (parameters (identifier_fimg) identifier_fimg (identifier_extname) identifier_extname (default_parameter (identifier_extver) identifier_extver (None) None )default_parameter )paramete...
Returns the list number of the extension corresponding to EXTNAME given.
(module (function_definition (function_name_do_hotswap) function_name_do_hotswap (parameters (identifier_self) identifier_self (identifier_msg) identifier_msg )parameters (block (try_statement (block (expression_statement (call (attribute ...
Attempt to hotswap the code
(module (function_definition (function_name_is_bot) function_name_is_bot (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier__bot) identifier__...
Return ``True`` if the signed-in user is a bot, ``False`` otherwise.
(module (function_definition (function_name_unpack_bytes) function_name_unpack_bytes (parameters (identifier_self) identifier_self (identifier_obj_bytes) identifier_obj_bytes (default_parameter (identifier_encoding) identifier_encoding (None) None )default_parameter ...
Unpack a byte stream into a dictionary.
(module (function_definition (function_name_get) function_name_get (parameters (identifier_cls) identifier_cls (identifier_uni_char) identifier_uni_char )parameters (block (expression_statement (assignment (identifier_uni_char) identifier_uni_char (call ...
Return the Unicode block of the given Unicode character
(module (function_definition (function_name__write_history) function_name__write_history (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (subscript (attribute (identifier_self) identifier_self ...
Write previously-calculated history lines back to the file
(module (function_definition (function_name__certificate_required) function_name__certificate_required (parameters (identifier_cls) identifier_cls (identifier_hostname) identifier_hostname (default_parameter (identifier_port) identifier_port (identifier_XCLI_DEFAULT_PORT) ide...
returns true if connection should verify certificate
(module (function_definition (function_name_clear) function_name_clear (parameters (identifier_board) identifier_board (identifier_term) identifier_term (identifier_height) identifier_height )parameters (block (for_statement (identifier_y) identifier_y (call ...
Clear the droppings of the given board.
(module (function_definition (function_name_Indentation) function_name_Indentation (parameters (identifier_logical_line) identifier_logical_line (identifier_previous_logical) identifier_previous_logical (identifier_indent_level) identifier_indent_level (identifier_previous_indent_level...
Use two spaces per indentation level.
(module (function_definition (function_name__reduce_input) function_name__reduce_input (parameters (identifier_self) identifier_self (identifier_inputs) identifier_inputs (identifier_reducer) identifier_reducer (default_parameter (identifier_final) identifier_final (ide...
Iterate over input, collect values with the same key, and call the reducer for each unique key.
(module (function_definition (function_name_ProcessFlow) function_name_ProcessFlow (parameters (identifier_self) identifier_self (identifier_flow_processing_request) identifier_flow_processing_request )parameters (block (expression_statement (assignment (identifier_...
The callback for the flow processing queue.
(module (function_definition (function_name_process_relation_class) function_name_process_relation_class (parameters (identifier_self) identifier_self (identifier_relation_class) identifier_relation_class (identifier_context) identifier_context (default_parameter (identifier_as...
assign schema properties to the relation class and declare the table
(module (function_definition (function_name_download_files) function_name_download_files (parameters (identifier_files) identifier_files )parameters (block (for_statement (tuple_pattern (identifier_url) identifier_url (identifier_file) identifier_file )t...
download an array of files
(module (function_definition (function_name___registerSeqStr) function_name___registerSeqStr (parameters )parameters (block (expression_statement (assignment (identifier__SeqStr) identifier__SeqStr (lambda (lambda_parameters (identifier_self)...
helper function to make internal sequences printable
(module (function_definition (function_name_removefromreadergroup) function_name_removefromreadergroup (parameters (identifier_self) identifier_self (identifier_groupname) identifier_groupname )parameters (block (expression_statement (assignment (pattern_list ...
Remove a reader from a reader group
(module (function_definition (function_name_install_API_key) function_name_install_API_key (parameters (identifier_api_key) identifier_api_key (default_parameter (identifier_profile_name) identifier_profile_name (string_'default') string_'default' )default_parameter )para...
Put the given API key into the given profile name.
(module (function_definition (function_name_read) function_name_read (parameters (identifier_self) identifier_self (identifier_path) identifier_path (identifier_environ) identifier_environ )parameters (block (try_statement (block (expression_statement ...
Read data from file into this vexrc instance.
(module (function_definition (function_name_min_abs) function_name_min_abs (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (call (attribute (identifier_self) identifier_self (ident...
Returns minimum absolute value.
(module (function_definition (function_name__get_tree_paths) function_name__get_tree_paths (parameters (identifier_tree) identifier_tree (identifier_node_id) identifier_node_id (default_parameter (identifier_depth) identifier_depth (integer_0) integer_0 )default_paramet...
Returns all paths through the tree as list of node_ids
(module (function_definition (function_name_variables) function_name_variables (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_url) identifier_url (binary_operator (attribute ...
All variables in the connected data source
(module (function_definition (function_name_add_node) function_name_add_node (parameters (identifier_self) identifier_self (identifier_node) identifier_node )parameters (block (if_statement (identifier__debug) identifier__debug (block (expression_statement ...
Add a node to this network, let the node know which network it's on.
(module (function_definition (function_name__load_options) function_name__load_options (parameters (identifier_self) identifier_self (identifier_container) identifier_container (dictionary_splat_pattern (identifier_options) identifier_options )dictionary_splat_pattern )para...
Select backend specific loading options.
(module (function_definition (function_name_sponsor_tagged_image) function_name_sponsor_tagged_image (parameters (identifier_sponsor) identifier_sponsor (identifier_tag) identifier_tag )parameters (block (if_statement (call (attribute (call ...
returns the corresponding url from the tagged image list.