sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_sendCommand) function_name_sendCommand (parameters (identifier_self) identifier_self (dictionary_splat_pattern (identifier_msg) identifier_msg )dictionary_splat_pattern )parameters (block (assert_statement (comparison_...
Sends a raw command to the Slack server, generating a message ID automatically.
(module (function_definition (function_name_save) function_name_save (parameters (identifier_self) identifier_self (default_parameter (identifier_filename) identifier_filename (string_'classifier.dump') string_'classifier.dump' )default_parameter )parameters (block ...
Pickles the classifier and dumps it into a file
(module (function_definition (function_name_export_data) function_name_export_data (parameters (identifier_self) identifier_self )parameters (block (function_definition (function_name_export_field) function_name_export_field (parameters (identifier_value) identifi...
Retrieves the data in a jsoned form
(module (function_definition (function_name__check_copy_number_changes) function_name__check_copy_number_changes (parameters (identifier_svtype) identifier_svtype (identifier_cn) identifier_cn (identifier_minor_cn) identifier_minor_cn (identifier_data) identifier_data )parameters ...
Check if copy number changes match the expected svtype.
(module (function_definition (function_name_read_resource_list) function_name_read_resource_list (parameters (identifier_self) identifier_self (identifier_uri) identifier_uri )parameters (block (expression_statement (call (attribute (attribute ...
Read resource list from specified URI else raise exception.
(module (function_definition (function_name__starting_consonants_only) function_name__starting_consonants_only (parameters (identifier_self) identifier_self (typed_parameter (identifier_letters) identifier_letters (type (identifier_list) identifier_list )type ...
Return a list of starting consonant positions.
(module (function_definition (function_name_login) function_name_login (parameters )parameters (block (expression_statement (string_" View function which handles an authentication request. ") string_" View function which handles an authentication request. " )expression_statement ...
View function which handles an authentication request.
(module (function_definition (function_name_manage_initial_service_status_brok) function_name_manage_initial_service_status_brok (parameters (identifier_self) identifier_self (identifier_b) identifier_b )parameters (block (expression_statement (assignment (identifie...
Prepare the known services cache
(module (function_definition (function_name_viewreaction) function_name_viewreaction (parameters (identifier_self) identifier_self (identifier_ctx) identifier_ctx (keyword_separator )keyword_separator (typed_parameter (identifier_reactor) identifier_reactor (type ...
Views a specific reaction
(module (function_definition (function_name__get_help_for_estimator) function_name__get_help_for_estimator (parameters (identifier_prefix) identifier_prefix (identifier_estimator) identifier_estimator (default_parameter (identifier_defaults) identifier_defaults (None) None ...
Yield help lines for the given estimator and prefix.
(module (function_definition (function_name_clip_rect) function_name_clip_rect (parameters (identifier_self) identifier_self (typed_parameter (identifier_x) identifier_x (type (identifier_float) identifier_float )type )typed_parameter (typed_parameter ...
Clip further output to this rect.
(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__frame_counter) ident...
Reset simulated and real environments.
(module (function_definition (function_name_with_legacy_dict) function_name_with_legacy_dict (parameters (identifier_self) identifier_self (identifier_legacy_dict_object) identifier_legacy_dict_object )parameters (block (expression_statement (call (attribute ...
Configure a source that consumes the dict that where used on Lexicon 2.x
(module (function_definition (function_name_arbiters) function_name_arbiters (parameters (identifier_self) identifier_self )parameters (block (return_statement (list_comprehension (dictionary (pair (string_"_id") string_"_id" (call ...
return list of arbiters
(module (function_definition (function_name_validate) function_name_validate (parameters (identifier_ctx) identifier_ctx (identifier_schema) identifier_schema (identifier_all_schemata) identifier_all_schemata )parameters (block (expression_statement (assignment ...
Validates all objects or all objects of a given schema.
(module (function_definition (function_name_favorites_add) function_name_favorites_add (parameters (identifier_photo_id) identifier_photo_id )parameters (block (expression_statement (assignment (identifier_method) identifier_method (string_'flickr.favorites.add'...
Add a photo to the user's favorites.
(module (function_definition (function_name_store_oath_entry) function_name_store_oath_entry (parameters (identifier_args) identifier_args (identifier_nonce) identifier_nonce (identifier_aead) identifier_aead (identifier_oath_c) identifier_oath_c )parameters (block (expre...
Store the AEAD in the database.
(module (function_definition (function_name_status) function_name_status (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_response) identifier_response (call (attribute (iden...
Retrieves the location status.
(module (function_definition (function_name_add_restriction) function_name_add_restriction (parameters (identifier_self) identifier_self (identifier_subject) identifier_subject (identifier_predicate) identifier_predicate (identifier_object_) identifier_object_ )parameters (bloc...
Lift normal triples into restrictions using someValuesFrom.
(module (function_definition (function_name_tokenize_list) function_name_tokenize_list (parameters (identifier_self) identifier_self (identifier_text) identifier_text )parameters (block (return_statement (list_comprehension (call (attribute ...
Split a text into separate words.
(module (function_definition (function_name_strip_accents) function_name_strip_accents (parameters (identifier_s) identifier_s )parameters (block (expression_statement (assignment (identifier_nfkd) identifier_nfkd (call (attribute (iden...
Strip accents to prepare for slugification.
(module (function_definition (function_name_check_params) function_name_check_params (parameters (identifier_features_spec) identifier_features_spec (identifier_groups_spec) identifier_groups_spec (identifier_num_bins) identifier_num_bins (identifier_edge_range_spec) identifier_edge_ra...
Necessary check on values, ranges, and types.
(module (function_definition (function_name__initStormLibs) function_name__initStormLibs (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self (identifier_addStormL...
Registration for built-in Storm Libraries
(module (function_definition (function_name_alias_field) function_name_alias_field (parameters (identifier_model) identifier_model (identifier_field) identifier_field )parameters (block (for_statement (identifier_part) identifier_part (subscript (call ...
Return the prefix name of a field
(module (function_definition (function_name_save_to_file_object) function_name_save_to_file_object (parameters (identifier_self) identifier_self (identifier_fd) identifier_fd (default_parameter (identifier_format) identifier_format (None) None )default_parameter (...
Save the object to a given file like object in the given format.
(module (function_definition (function_name__get_range) function_name__get_range (parameters (identifier_self) identifier_self (identifier_endpoint_name) identifier_endpoint_name )parameters (block (expression_statement (assignment (identifier_url) identifier_url ...
Returns a Range based on the endpoint name
(module (function_definition (function_name_build) function_name_build (parameters (identifier_ctx) identifier_ctx (default_parameter (identifier_builder) identifier_builder (string_"html") string_"html" )default_parameter (default_parameter (identifier_options)...
Build docs with sphinx-build
(module (function_definition (function_name_shuffle_characters) function_name_shuffle_characters (parameters (identifier_s) identifier_s )parameters (block (expression_statement (assignment (identifier_s) identifier_s (call (identifier_list) identifi...
Randomly shuffle the characters in a string
(module (function_definition (function_name_convert_bam_to_fastq) function_name_convert_bam_to_fastq (parameters (identifier_in_file) identifier_in_file (identifier_work_dir) identifier_work_dir (identifier_data) identifier_data (identifier_dirs) identifier_dirs (identifier_confi...
Convert BAM input file into FASTQ files.
(module (function_definition (function_name_reactivate) function_name_reactivate (parameters (typed_parameter (identifier_credit_card_id) identifier_credit_card_id (type (identifier_str) identifier_str )type )typed_parameter )parameters (type (None) ...
Reactivates a credit card.
(module (function_definition (function_name_get) function_name_get (parameters (identifier_self) identifier_self (identifier_key) identifier_key (default_parameter (identifier_default) identifier_default (None) None )default_parameter )parameters (block (i...
Return the value at index specified as key.
(module (function_definition (function_name_clean_honeypot) function_name_clean_honeypot (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_value) identifier_value (subscript (attribute ...
Check that nothing's been entered into the honeypot.
(module (function_definition (function_name_with_category) function_name_with_category (parameters (typed_parameter (identifier_category) identifier_category (type (identifier_str) identifier_str )type )typed_parameter )parameters (type (identifier_C...
A decorator to apply a category to a command function.
(module (function_definition (function_name_optgroups) function_name_optgroups (parameters (identifier_self) identifier_self (identifier_name) identifier_name (identifier_value) identifier_value (default_parameter (identifier_attrs) identifier_attrs (None) None )d...
Add empty option for clearable selects.
(module (function_definition (function_name__prompt_changer) function_name__prompt_changer (parameters (identifier_attr) identifier_attr (identifier_val) identifier_val )parameters (block (try_statement (block (expression_statement (assignment ...
Change the current prompt theme
(module (function_definition (function_name_term_to_binary) function_name_term_to_binary (parameters (identifier_term) identifier_term (default_parameter (identifier_compressed) identifier_compressed (False) False )default_parameter )parameters (block (expressio...
Encode Python types into Erlang terms in binary data
(module (function_definition (function_name_create_room) function_name_create_room (parameters (identifier_self) identifier_self (identifier_payload) identifier_payload )parameters (block (expression_statement (assignment (pattern_list (identifier_respon...
create a stream in a non-inclusive manner
(module (function_definition (function_name_recordHostname) function_name_recordHostname (parameters (identifier_self) identifier_self (identifier_basedir) identifier_basedir )parameters (block (expression_statement (string_"Record my hostname in twistd.hostname, for user con...
Record my hostname in twistd.hostname, for user convenience
(module (function_definition (function_name_parse_cdhit_clstr_file) function_name_parse_cdhit_clstr_file (parameters (identifier_lines) identifier_lines )parameters (block (expression_statement (assignment (identifier_clusters) identifier_clusters (list ...
Returns a list of list of sequence ids representing clusters
(module (function_definition (function_name___find_a_zero) function_name___find_a_zero (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_row) identifier_row (unary_operator (integer_1) inte...
Find the first uncovered element with value 0
(module (function_definition (function_name_make_title) function_name_make_title (parameters (identifier_self) identifier_self (identifier_chan) identifier_chan (identifier_cycle) identifier_cycle (identifier_stage) identifier_stage (identifier_evt_type) identifier_evt_type )...
Make a title for plots, etc.
(module (function_definition (function_name_apply_array_ufunc) function_name_apply_array_ufunc (parameters (identifier_func) identifier_func (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (default_parameter (identifier_dask) identifier_dask ...
Apply a ndarray level function over ndarray objects.
(module (function_definition (function_name_generate_url) function_name_generate_url (parameters (identifier_self) identifier_self (typed_parameter (identifier_name) identifier_name (type (identifier_str) identifier_str )type )typed_parameter (dictiona...
generate url with urlgenerator used by urldispatch
(module (function_definition (function_name_drag_drop_cb) function_name_drag_drop_cb (parameters (identifier_self) identifier_self (identifier_viewer) identifier_viewer (identifier_urls) identifier_urls )parameters (block (expression_statement (assignment (ide...
Punt drag-drops to the ginga shell.
(module (function_definition (function_name__GetBindingNamespace) function_name__GetBindingNamespace (parameters (identifier_self) identifier_self )parameters (block (return_statement (parenthesized_expression (attribute (attribute (subscript ...
Return a string with the namespace of the service binding in the WSDL.
(module (function_definition (function_name_make_anchor_id) function_name_make_anchor_id (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_result) identifier_result (call (attribute ...
Return string to use as URL anchor for this comment.
(module (function_definition (function_name_makeExecutable) function_name_makeExecutable (parameters (identifier_fp) identifier_fp )parameters (block (expression_statement (assignment (identifier_mode) identifier_mode (binary_operator (parenthesized_...
Adds the executable bit to the file at filepath `fp`
(module (function_definition (function_name__make_output) function_name__make_output (parameters (identifier_value) identifier_value (identifier_output_script) identifier_output_script (default_parameter (identifier_version) identifier_version (None) None )default_param...
byte-like, byte-like -> TxOut
(module (function_definition (function_name_addRequest) function_name_addRequest (parameters (identifier_self) identifier_self (identifier_service) identifier_service (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern )parameters (block (exp...
Adds a request to be sent to the remoting gateway.
(module (function_definition (function_name_doc_parser) function_name_doc_parser (parameters )parameters (block (expression_statement (assignment (identifier_parser) identifier_parser (call (attribute (identifier_argparse) identifier_argparse...
Utility function to allow getting the arguments for a single command, for Sphinx documentation
(module (function_definition (function_name_doctor) function_name_doctor (parameters (identifier_ctx) identifier_ctx (identifier_client) identifier_client )parameters (block (expression_statement (call (attribute (identifier_click) identifier_click ...
Check your system and repository for potential problems.
(module (function_definition (function_name__detect_timezone_windows) function_name__detect_timezone_windows (parameters )parameters (block (global_statement (identifier_win32timezone_to_en) identifier_win32timezone_to_en )global_statement (expression_statement (assig...
Detect timezone on the windows platform.
(module (function_definition (function_name_find_next_comma) function_name_find_next_comma (parameters (identifier_self) identifier_self (identifier_node) identifier_node (identifier_sub) identifier_sub )parameters (block (expression_statement (assignment (ide...
Find comma after sub andd add NodeWithPosition in node
(module (function_definition (function_name_cast_item) function_name_cast_item (parameters (identifier_cls) identifier_cls (identifier_key) identifier_key (identifier_value) identifier_value )parameters (block (expression_statement (assignment (identifier_sche...
Cast schema item to the appropriate tag type.
(module (function_definition (function_name_itermovieshash) function_name_itermovieshash (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_cur) identifier_cur (call (attribute ...
Iterate over movies hash stored in the database.
(module (function_definition (function_name_process_url) function_name_process_url (parameters (identifier_self) identifier_self (identifier_page_num) identifier_page_num (identifier_page_size) identifier_page_size (identifier_url) identifier_url )parameters (block (expre...
When slicing, remove the per_page and page parameters and pass to requests in the params dict
(module (function_definition (function_name_next_haab) function_name_next_haab (parameters (identifier_month) identifier_month (identifier_jd) identifier_jd )parameters (block (if_statement (comparison_operator (identifier_jd) identifier_jd (identifier_EPO...
For a given haab month and a julian day count, find the next start of that month on or after the JDC
(module (function_definition (function_name_visit_paragraph) function_name_visit_paragraph (parameters (identifier_self) identifier_self (identifier_node) identifier_node )parameters (block (expression_statement (assignment (identifier_find) identifier_find ...
Check syntax of reStructuredText.
(module (function_definition (function_name_compile) function_name_compile (parameters (identifier_self) identifier_self (identifier_name) identifier_name (default_parameter (identifier_folder) identifier_folder (None) None )default_parameter (default_parameter ...
renders template_name + self.extension file with data using jinja
(module (function_definition (function_name_convert_to_si) function_name_convert_to_si (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (attribute (identifier_self) identifier_self ...
Convert the Data Collection to SI units.
(module (function_definition (function_name_cancel) function_name_cancel (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier_OBSERVE_UPDATES) identifier_OBSERVE_UPDATES )...
Detach strategy from its sensor and cancel ioloop callbacks.
(module (function_definition (function_name_save) function_name_save (parameters (identifier_self) identifier_self (identifier_filename) identifier_filename )parameters (block (with_statement (with_clause (with_item (as_pattern (call ...
Save metadata to XML file
(module (function_definition (function_name_hashing_type) function_name_hashing_type (parameters (identifier_self) identifier_self (default_parameter (identifier_cluster) identifier_cluster (string_'main') string_'main' )default_parameter )parameters (block (if_...
Hashing type of cluster.
(module (function_definition (function_name__isdictclass) function_name__isdictclass (parameters (identifier_obj) identifier_obj )parameters (block (expression_statement (assignment (identifier_c) identifier_c (call (identifier_getattr) identifier_ge...
Return True for known dict objects.
(module (function_definition (function_name__map_trajectory) function_name__map_trajectory (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier_t...
Return filepath as a class attribute
(module (function_definition (function_name_item_after) function_name_item_after (parameters (identifier_self) identifier_self (identifier_item) identifier_item )parameters (block (expression_statement (assignment (identifier_next_iter) identifier_next_iter ...
The item after an item
(module (function_definition (function_name_list) function_name_list (parameters (identifier_self) identifier_self (identifier_list_id) identifier_list_id )parameters (block (expression_statement (assignment (identifier_r) identifier_r (call (a...
Retrieve the list given for the user.
(module (function_definition (function_name_sweep) function_name_sweep (parameters (identifier_crypto) identifier_crypto (identifier_private_key) identifier_private_key (identifier_to_address) identifier_to_address (default_parameter (identifier_fee) identifier_fee (Non...
Move all funds by private key to another address.
(module (function_definition (function_name__get_tags_by_num) function_name__get_tags_by_num (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_by_revision) identifier_by_revision (call (att...
Return a dictionary mapping revision number to tags for that number.
(module (function_definition (function_name_post_save_update_cache) function_name_post_save_update_cache (parameters (identifier_sender) identifier_sender (identifier_instance) identifier_instance (identifier_created) identifier_created (identifier_raw) identifier_raw (dictionary...
Update the cache when an instance is created or modified.
(module (function_definition (function_name_gen_and) function_name_gen_and (parameters (identifier_src1) identifier_src1 (identifier_src2) identifier_src2 (identifier_dst) identifier_dst )parameters (block (assert_statement (comparison_operator (attribute ...
Return an AND instruction.
(module (function_definition (function_name__apply_filter) function_name__apply_filter (parameters (identifier_self) identifier_self (identifier_filters) identifier_filters (identifier_candidates) identifier_candidates )parameters (block (if_statement (identifier_filter...
Apply vector filters if specified and return filtered list
(module (function_definition (function_name_login) function_name_login (parameters (identifier_config) identifier_config (default_parameter (identifier_api_key) identifier_api_key (string_"") string_"" )default_parameter )parameters (block (if_statement ...
Store your Bugzilla API Key
(module (function_definition (function_name__model_mask) function_name__model_mask (parameters (identifier_self) identifier_self (default_parameter (identifier_wavelengths) identifier_wavelengths (None) None )default_parameter )parameters (block (if_statement ...
Apply pre-defined model masks.
(module (function_definition (function_name_package_ensure_apt) function_name_package_ensure_apt (parameters (list_splat_pattern (identifier_packages) identifier_packages )list_splat_pattern )parameters (block (expression_statement (assignment (identifier_pa...
Ensure apt packages are installed
(module (function_definition (function_name_run_preassembly) function_name_run_preassembly (parameters )parameters (block (if_statement (comparison_operator (attribute (identifier_request) identifier_request (identifier_method) identifier_method ...
Run preassembly on a list of INDRA Statements.
(module (function_definition (function_name_cast) function_name_cast (parameters (identifier_cls) identifier_cls (identifier_c) identifier_c )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (id...
Convert the first argument into a Complete object
(module (function_definition (function_name_find_cookie) function_name_find_cookie (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_return_cookies) identifier_return_cookies (list )list ...
Find a list of all cookies for a given domain
(module (function_definition (function_name__parse_port_ranges) function_name__parse_port_ranges (parameters (identifier_pool_str) identifier_pool_str )parameters (block (expression_statement (assignment (identifier_ports) identifier_ports (call (ide...
Given a 'N-P,X-Y' description of port ranges, return a set of ints.
(module (function_definition (function_name_flip) function_name_flip (parameters (identifier_self) identifier_self (identifier_reactions) identifier_reactions )parameters (block (for_statement (identifier_reaction) identifier_reaction (identifier_reactions) identifier...
Flip the specified reactions.
(module (function_definition (function_name_status) function_name_status (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_msg) identifier_msg )list_splat_pattern )parameters (block (expression_statement (assignment (identif...
Prints a status message
(module (function_definition (function_name_permission_required) function_name_permission_required (parameters (identifier_action) identifier_action )parameters (block (function_definition (function_name_decorator) function_name_decorator (parameters (identifier_f...
Decorator to require permission.
(module (function_definition (function_name_insertReadGroup) function_name_insertReadGroup (parameters (identifier_self) identifier_self (identifier_readGroup) identifier_readGroup )parameters (block (expression_statement (assignment (identifier_statsJson) identifie...
Inserts the specified readGroup into the DB.
(module (function_definition (function_name__get_interfaces) function_name__get_interfaces (parameters )parameters (block (expression_statement (assignment (identifier_v1_interfaces) identifier_v1_interfaces (call (attribute (subscript ...
Get the connected USB devices
(module (function_definition (function_name_create) function_name_create (parameters (identifier_klass) identifier_klass (identifier_account) identifier_account (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block ...
Creates a "Promoted-Only" Tweet using the specialized Ads API end point.
(module (function_definition (function_name__get_buffer) function_name__get_buffer (parameters (identifier_self) identifier_self (identifier_index) identifier_index )parameters (block (if_statement (not_operator (comparison_operator (integer_0) integer_0...
Shared bounds checking and buffer creation.
(module (function_definition (function_name_insert) function_name_insert (parameters (identifier_self) identifier_self (identifier_table) identifier_table (identifier_columns) identifier_columns (identifier_values) identifier_values (default_parameter (identifier_execute)...
Insert a single row into a table.
(module (function_definition (function_name__check_cats) function_name__check_cats (parameters (identifier_cats) identifier_cats (identifier_vtypes) identifier_vtypes (identifier_df) identifier_df (identifier_prep) identifier_prep (identifier_callers) identifier_callers )para...
Only include categories in the final output if they have values.
(module (function_definition (function_name_decode_cpu_id) function_name_decode_cpu_id (parameters (identifier_self) identifier_self (identifier_cpuid) identifier_cpuid )parameters (block (expression_statement (assignment (identifier_ret) identifier_ret (t...
Decode the CPU id into a string
(module (function_definition (function_name_synchronise) function_name_synchronise (parameters (identifier_func) identifier_func )parameters (block (function_definition (function_name_inner) function_name_inner (parameters (identifier_request) identifier_request ...
If task already queued, running, or finished, don't restart.
(module (function_definition (function_name_local_users) function_name_local_users (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_userdirs) identifier_userdirs (call (identifier_filter) ...
Returns an array of user ids for users on the filesystem
(module (function_definition (function_name__weighted_formula) function_name__weighted_formula (parameters (identifier_form) identifier_form (identifier_weight_func) identifier_weight_func )parameters (block (for_statement (pattern_list (identifier_e) identifier_e ...
Yield weight of each formula element.
(module (function_definition (function_name_import_csv) function_name_import_csv (parameters (identifier_csv_file) identifier_csv_file (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (expression_statement ...
Imports data and checks that all required columns are there.
(module (function_definition (function_name_update_nodes_published) function_name_update_nodes_published (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier_pk) identifier_pk ...
publish or unpublish nodes of current layer
(module (function_definition (function_name_function) function_name_function (parameters (identifier_self) identifier_self (identifier_new_function) identifier_new_function )parameters (block (expression_statement (call (attribute (attribute ...
Set the MonitorState of this Monitor.
(module (function_definition (function_name_dotted) function_name_dotted (parameters (identifier_self) identifier_self )parameters (block (expression_statement (string_" Returns dotted-decimal reperesentation ") string_" Returns dotted-decimal reperesentation " )expression_st...
Returns dotted-decimal reperesentation
(module (function_definition (function_name_remove_not_requested_analyses_view) function_name_remove_not_requested_analyses_view (parameters (identifier_portal) identifier_portal )parameters (block (expression_statement (call (attribute (identifier_logger) ide...
Remove the view 'Not requested analyses" from inside AR
(module (function_definition (function_name_connectivity_matrix) function_name_connectivity_matrix (parameters (identifier_cm) identifier_cm )parameters (block (if_statement (comparison_operator (attribute (identifier_cm) identifier_cm (identifier_...
Validate the given connectivity matrix.
(module (function_definition (function_name_getDctDescription) function_name_getDctDescription (parameters (identifier_self) identifier_self )parameters (block (expression_statement (string_"returns a dict describing the object") string_"returns a dict describing the object" ...
returns a dict describing the object
(module (function_definition (function_name_rsync) function_name_rsync (parameters (identifier_local_path) identifier_local_path (identifier_remote_path) identifier_remote_path (default_parameter (identifier_exclude) identifier_exclude (None) None )default_parameter ...
Helper to rsync submodules across