sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name__parse_hostvar_file) function_name__parse_hostvar_file (parameters (identifier_self) identifier_self (identifier_hostname) identifier_hostname (identifier_path) identifier_path )parameters (block (expression_statement (assignm...
Parse a host var file and apply it to host `hostname`.
(module (function_definition (function_name_enumerate_layer_fields) function_name_enumerate_layer_fields (parameters (identifier_self) identifier_self (identifier_layer) identifier_layer )parameters (block (expression_statement (assignment (identifier_descriptor) id...
Pulls out all of the field names for a layer.
(module (function_definition (function_name_push_build_status) function_name_push_build_status (parameters (identifier_id) identifier_id )parameters (block (expression_statement (assignment (identifier_response) identifier_response (call (attribute ...
Get status of Brew push.
(module (function_definition (function_name_current_changed) function_name_current_changed (parameters (identifier_self) identifier_self (identifier_index) identifier_index )parameters (block (expression_statement (assignment (identifier_editor) identifier_editor ...
Stack index has changed
(module (function_definition (function_name__write) function_name__write (parameters (identifier_self) identifier_self (identifier_session) identifier_session (identifier_openFile) identifier_openFile (identifier_replaceParamFile) identifier_replaceParamFile )parameters (block ...
Orographic Gage File Write to File Method
(module (function_definition (function_name__print) function_name__print (parameters (identifier_self) identifier_self (identifier_msg) identifier_msg (default_parameter (identifier_color) identifier_color (None) None )default_parameter (default_parameter ...
Print the msg with the color provided.
(module (function_definition (function_name_on_switch_page) function_name_on_switch_page (parameters (identifier_self) identifier_self (identifier_notebook) identifier_notebook (identifier_page_pointer) identifier_page_pointer (identifier_page_num) identifier_page_num (default_pa...
Update state selection when the active tab was changed
(module (function_definition (function_name__finalize_axis) function_name__finalize_axis (parameters (identifier_self) identifier_self (identifier_key) identifier_key )parameters (block (if_statement (comparison_operator (string_'title') string_'title' (at...
General method to finalize the axis and plot.
(module (function_definition (function_name_format_variable_map) function_name_format_variable_map (parameters (identifier_variable_map) identifier_variable_map (default_parameter (identifier_join_lines) identifier_join_lines (True) True )default_parameter )parameters ...
Takes a key-to-variable map and formats it as a table.
(module (function_definition (function_name_recon_all) function_name_recon_all (parameters (identifier_subj_id) identifier_subj_id (identifier_anatomies) identifier_anatomies )parameters (block (if_statement (not_operator (identifier_environ_setup) identifier_enviro...
Run the ``recon_all`` script
(module (function_definition (function_name_str_or_unicode) function_name_str_or_unicode (parameters (identifier_text) identifier_text )parameters (block (expression_statement (assignment (identifier_encoding) identifier_encoding (attribute (attribut...
handle python 3 unicode and python 2.7 byte strings
(module (function_definition (function_name_log) function_name_log (parameters (identifier_x) identifier_x (default_parameter (identifier_context) identifier_context (None) None )default_parameter )parameters (block (return_statement (call (ide...
Return the natural logarithm of x.
(module (function_definition (function_name_requirement) function_name_requirement (parameters (identifier_self) identifier_self )parameters (type (identifier_FetchRequirement) identifier_FetchRequirement )type (block (expression_statement (assignment (ident...
Indicates the data required to fulfill this search key.
(module (function_definition (function_name__get_current_deployment_id) function_name__get_current_deployment_id (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_deploymentId) identifier_deploymentId ...
Helper method to find the deployment id that the stage name is currently assocaited with.
(module (function_definition (function_name_now_micros) function_name_now_micros (parameters (default_parameter (identifier_absolute) identifier_absolute (False) False )default_parameter )parameters (type (identifier_int) identifier_int )type (block (exp...
Return current micros since epoch as integer.
(module (function_definition (function_name_frange) function_name_frange (parameters (identifier_start) identifier_start (identifier_end) identifier_end (identifier_step) identifier_step )parameters (block (if_statement (comparison_operator (identifier_start) ...
A range implementation which can handle floats
(module (function_definition (function_name__file_model_from_path) function_name__file_model_from_path (parameters (identifier_self) identifier_self (identifier_path) identifier_path (default_parameter (identifier_content) identifier_content (False) False )default_param...
Build a file model from database record.
(module (function_definition (function_name_parse_values) function_name_parse_values (parameters (identifier_self) identifier_self (identifier_query) identifier_query )parameters (block (expression_statement (assignment (identifier_values) identifier_values ...
extract values from query
(module (function_definition (function_name_clean_text) function_name_clean_text (parameters (identifier_text) identifier_text )parameters (block (expression_statement (assignment (identifier_new_text) identifier_new_text (call (attribute ...
Clean text for TFIDF.
(module (function_definition (function_name_ClassName) function_name_ClassName (parameters (identifier_self) identifier_self (identifier_name) identifier_name (default_parameter (identifier_separator) identifier_separator (string_'_') string_'_' )default_parameter )...
Generate a valid class name from name.
(module (function_definition (function_name_unregisterAPI) function_name_unregisterAPI (parameters (identifier_self) identifier_self (identifier_name) identifier_name )parameters (block (if_statement (call (attribute (identifier_name) identifier_name ...
Remove an API from this handler
(module (function_definition (function_name_local_project) function_name_local_project (parameters (identifier_v) identifier_v (identifier_V) identifier_V (default_parameter (identifier_u) identifier_u (None) None )default_parameter )parameters (block (exp...
Element-wise projection using LocalSolver
(module (function_definition (function_name_multi_split) function_name_multi_split (parameters (identifier_txt) identifier_txt (identifier_delims) identifier_delims )parameters (block (expression_statement (assignment (identifier_res) identifier_res (list ...
split by multiple delimiters
(module (function_definition (function_name_replace_header) function_name_replace_header (parameters (identifier_self) identifier_self (identifier_header_text) identifier_header_text )parameters (block (with_statement (with_clause (with_item (as_pattern ...
Replace pip-compile header with custom text
(module (function_definition (function_name_load_yaml) function_name_load_yaml (parameters (identifier_file) identifier_file )parameters (block (if_statement (call (identifier_hasattr) identifier_hasattr (argument_list (identifier_yaml) identifier_ya...
If pyyaml > 5.1 use full_load to avoid warning
(module (function_definition (function_name_endSections) function_name_endSections (parameters (identifier_self) identifier_self (default_parameter (identifier_level) identifier_level (string_u'0') string_u'0' )default_parameter )parameters (block (expression_st...
Closes all sections of level >= sectnum. Defaults to closing all open sections
(module (function_definition (function_name_run) function_name_run (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (attribute (identifier_self) identifier_self (identifier__log...
Start the FTP Server for pulsar search.
(module (function_definition (function_name_dfromdm) function_name_dfromdm (parameters (identifier_dm) identifier_dm )parameters (block (if_statement (comparison_operator (call (attribute (identifier_np) identifier_np (identifier_si...
Returns distance given distance modulus.
(module (function_definition (function_name_list_users) function_name_list_users (parameters (identifier_self) identifier_self (identifier_instance) identifier_instance (default_parameter (identifier_limit) identifier_limit (None) None )default_parameter (default_...
Returns all users for the specified instance.
(module (function_definition (function_name_load_eidos_curation_table) function_name_load_eidos_curation_table (parameters )parameters (block (expression_statement (assignment (identifier_url) identifier_url (binary_operator (binary_operator ...
Return a pandas table of Eidos curation data.
(module (function_definition (function_name_DictKeyColumns) function_name_DictKeyColumns (parameters (identifier_d) identifier_d )parameters (block (expression_statement (string_'Return a list of Column objects from dictionary keys.') string_'Return a list of Column objects from di...
Return a list of Column objects from dictionary keys.
(module (function_definition (function_name_validate) function_name_validate (parameters (identifier_schema) identifier_schema )parameters (block (try_statement (block (expression_statement (call (attribute (identifier_tableschema...
Validate that a supposed schema is in fact a Table Schema.
(module (function_definition (function_name_send_preview) function_name_send_preview (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_response) identifier_response (call (attribute ...
Send a preview of this draft.
(module (function_definition (function_name_getLiftOps) function_name_getLiftOps (parameters (identifier_self) identifier_self (identifier_valu) identifier_valu (default_parameter (identifier_cmpr) identifier_cmpr (string_'=') string_'=' )default_parameter )paramete...
Get a set of lift operations for use with an Xact.
(module (function_definition (function_name_print_param_defaults) function_name_print_param_defaults (parameters (identifier_self_) identifier_self_ )parameters (block (expression_statement (assignment (identifier_cls) identifier_cls (attribute (iden...
Print the default values of all cls's Parameters.
(module (function_definition (function_name__is_impossible_by_count) function_name__is_impossible_by_count (parameters (identifier_self) identifier_self (identifier_state) identifier_state )parameters (block (expression_statement (assignment (identifier_counts) iden...
Disallow any board that has insufficient tile count to solve.
(module (function_definition (function_name_fromDict) function_name_fromDict (parameters (identifier_cls) identifier_cls (identifier__dict) identifier__dict )parameters (block (expression_statement (assignment (identifier_obj) identifier_obj (call ...
Builds instance from dictionary of properties.
(module (function_definition (function_name__sample_slices_in_dim) function_name__sample_slices_in_dim (parameters (identifier_self) identifier_self (identifier_view) identifier_view (identifier_num_slices) identifier_num_slices (identifier_non_empty_slices) identifier_non_empty_slices...
Samples the slices in the given dimension according the chosen strategy.
(module (function_definition (function_name__get_entity_prop) function_name__get_entity_prop (parameters (identifier_self) identifier_self (identifier_entity) identifier_entity (identifier_prop) identifier_prop )parameters (block (expression_statement (assignment ...
returns Wikidata entity property value
(module (function_definition (function_name_pop) function_name_pop (parameters (identifier_self) identifier_self )parameters (block (if_statement (call (identifier_len) identifier_len (argument_list (attribute (identifier_self) identifi...
Pop dir off stack and change to it.
(module (function_definition (function_name_drop_prior_information) function_name_drop_prior_information (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self ...
drop the prior information from the jco and pst attributes
(module (function_definition (function_name_request_args) function_name_request_args (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_args) identifier_args (attribute (attribute ...
Use args_schema to parse request query arguments.
(module (function_definition (function_name_set) function_name_set (parameters (identifier_self) identifier_self (default_parameter (identifier_safe_len) identifier_safe_len (False) False )default_parameter (dictionary_splat_pattern (identifier_kwds) identifier_...
Set one or more attributes.
(module (function_definition (function_name_requested_perm) function_name_requested_perm (parameters (identifier_self) identifier_self (identifier_perm) identifier_perm (identifier_obj) identifier_obj (default_parameter (identifier_check_groups) identifier_check_groups ...
Check if user requested a permission for the given object
(module (function_definition (function_name__imm_new) function_name__imm_new (parameters (identifier_cls) identifier_cls )parameters (block (expression_statement (assignment (identifier_imm) identifier_imm (call (attribute (identifier_o...
All immutable new classes use a hack to make sure the post-init cleanup occurs.
(module (function_definition (function_name_dist) function_name_dist (parameters (identifier_self) identifier_self (identifier_other) identifier_other )parameters (block (expression_statement (assignment (identifier_dx) identifier_dx (binary_operator ...
Distance to some other point.
(module (function_definition (function_name_render_widgets) function_name_render_widgets (parameters (typed_parameter (identifier_kb_app) identifier_kb_app (type (identifier_kb) identifier_kb )type )typed_parameter (typed_parameter (identifier_sphinx...
Go through docs and replace widget directive with rendering
(module (function_definition (function_name_filter_queryset) function_name_filter_queryset (parameters (identifier_self) identifier_self (identifier_attrs) identifier_attrs (identifier_queryset) identifier_queryset )parameters (block (if_statement (comparison_operator ...
Filter the queryset to all instances matching the given attributes.
(module (function_definition (function_name__check_shape) function_name__check_shape (parameters (identifier_shape) identifier_shape )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_shape...
Verify that a shape has the right format.
(module (function_definition (function_name_question_mark) function_name_question_mark (parameters (identifier_self) identifier_self (identifier_request) identifier_request (identifier_obj) identifier_obj )parameters (block (expression_statement (assignment (a...
Add a question mark.
(module (function_definition (function_name_check) function_name_check (parameters )parameters (block (expression_statement (assignment (identifier_dist_path) identifier_dist_path (call (identifier_Path) identifier_Path (argument_list ...
Checks the long description.
(module (function_definition (function_name_memorized_ttinfo) function_name_memorized_ttinfo (parameters (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern )parameters (block (try_statement (block (return_statement (subscri...
Create only one instance of each distinct tuple
(module (function_definition (function_name__create_attachment) function_name__create_attachment (parameters (identifier_self) identifier_self (identifier_filename) identifier_filename (identifier_content) identifier_content (default_parameter (identifier_mimetype) identifier_m...
Convert the filename, content, mimetype triple to attachment.
(module (function_definition (function_name__has) function_name__has (parameters (identifier_self) identifier_self (identifier_key) identifier_key (default_parameter (identifier_exact) identifier_exact (integer_0) integer_0 )default_parameter )parameters (block ...
Returns false if key is not found or is ambiguous
(module (function_definition (function_name_formatSI) function_name_formatSI (parameters (identifier_n) identifier_n )parameters (type (identifier_str) identifier_str )type (block (expression_statement (assignment (identifier_s) identifier_s (strin...
Format the integer or float n to 3 significant digits + SI prefix.
(module (function_definition (function_name_replace_rep_after) function_name_replace_rep_after (parameters (typed_parameter (identifier_text) identifier_text (type (identifier_str) identifier_str )type )typed_parameter )parameters (type (identifier_s...
Replace repetitions at the character level in `text` after the repetition
(module (function_definition (function_name_install_brew) function_name_install_brew (parameters (identifier_target_path) identifier_target_path )parameters (block (if_statement (not_operator (call (attribute (attribute (identifie...
Install brew to the target path
(module (function_definition (function_name_flatten) function_name_flatten (parameters (identifier_nested_list) identifier_nested_list )parameters (block (expression_statement (assignment (identifier_return_list) identifier_return_list (list )list ...
converts a list-of-lists to a single flat list
(module (function_definition (function_name_fromkeys) function_name_fromkeys (parameters (identifier_cls) identifier_cls (identifier_iterable) identifier_iterable (identifier_value) identifier_value (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictiona...
Return a new pqict mapping keys from an iterable to the same value.
(module (function_definition (function_name_delete_metadata) function_name_delete_metadata (parameters (default_parameter (identifier_address) identifier_address (None) None )default_parameter (default_parameter (identifier_tx_hash) identifier_tx_hash (None) N...
Only available for metadata that was embedded privately.
(module (function_definition (function_name_body) function_name_body (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_res) identifier_res (call (subscript (attribute ...
Returns the axis instance where the light curves will be shown
(module (function_definition (function_name_dist_is_editable) function_name_dist_is_editable (parameters (identifier_dist) identifier_dist )parameters (block (for_statement (identifier_path_item) identifier_path_item (attribute (identifier_sys) identifier_sys ...
Return True if given Distribution is an editable install.
(module (function_definition (function_name_movetree) function_name_movetree (parameters (identifier_src) identifier_src (identifier_dst) identifier_dst )parameters (block (try_statement (block (expression_statement (call (attribute ...
Attempts a move, and falls back to a copy+delete if this fails
(module (function_definition (function_name_workaround_lowering_pass) function_name_workaround_lowering_pass (parameters (identifier_ir_blocks) identifier_ir_blocks (identifier_query_metadata_table) identifier_query_metadata_table )parameters (block (expression_statement (ass...
Extract locations from TernaryConditionals and rewrite their Filter blocks as necessary.
(module (function_definition (function_name_attrs) function_name_attrs (parameters (identifier_self) identifier_self (identifier_dynamizer) identifier_dynamizer )parameters (block (expression_statement (assignment (identifier_ret) identifier_ret (dictionar...
Get the attributes for the update
(module (function_definition (function_name_should_copy) function_name_should_copy (parameters (identifier_column) identifier_column )parameters (block (if_statement (not_operator (call (identifier_isinstance) identifier_isinstance (argument_list ...
Determine if a column should be copied.
(module (function_definition (function_name_preview) function_name_preview (parameters (default_parameter (identifier_directory) identifier_directory (None) None )default_parameter (default_parameter (identifier_host) identifier_host (None) None )default...
Runs a local server to preview the working directory of a repository.
(module (function_definition (function_name_write_main_socket) function_name_write_main_socket (parameters (identifier_c) identifier_c )parameters (block (expression_statement (call (attribute (attribute (identifier_the_stdin_thread) identifier_t...
Synchronous write to the main socket, wait for ACK
(module (function_definition (function_name__process_cidr_file) function_name__process_cidr_file (parameters (identifier_self) identifier_self (identifier_file) identifier_file )parameters (block (expression_statement (assignment (identifier_data) identifier_data ...
Iterate over ip info and extract useful data
(module (function_definition (function_name_update_backward_window) function_name_update_backward_window (parameters (identifier_turn_from) identifier_turn_from (identifier_tick_from) identifier_tick_from (identifier_turn_to) identifier_turn_to (identifier_tick_to) identifier_tick_to ...
Iterate backward over a window of time in ``branchd`` and call ``updfun`` on the values
(module (function_definition (function_name_report) function_name_report (parameters (identifier_self) identifier_self (typed_default_parameter (identifier_request) identifier_request (type (string_'Request') string_'Request' )type (None) None )typed...
Report current exception to Sentry.
(module (function_definition (function_name_get_sleep_timer_settings) function_name_get_sleep_timer_settings (parameters (identifier_self) identifier_self )parameters (type (generic_type (identifier_List) identifier_List (type_parameter (type (identifi...
Get sleep timer settings.
(module (function_definition (function_name_convert2geojson) function_name_convert2geojson (parameters (identifier_jsonfile) identifier_jsonfile (identifier_src_srs) identifier_src_srs (identifier_dst_srs) identifier_dst_srs (identifier_src_file) identifier_src_file )parameters ...
convert shapefile to geojson file
(module (function_definition (function_name_sendStatusPing) function_name_sendStatusPing (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_data) identifier_data (call (attribute ...
Sends a status ping to Redunda with the instance key specified while constructing the object.
(module (function_definition (function_name__text_file) function_name__text_file (parameters (identifier_self) identifier_self (identifier_url) identifier_url )parameters (block (try_statement (block (with_statement (with_clause (with_item ...
return the content of a file
(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_command_stack) identi...
Reset back to empty pipeline.
(module (function_definition (function_name_crawl_fig) function_name_crawl_fig (parameters (identifier_self) identifier_self (identifier_fig) identifier_fig )parameters (block (with_statement (with_clause (with_item (call (attribute ...
Crawl the figure and process all axes
(module (function_definition (function_name_select_by_field) function_name_select_by_field (parameters (identifier_self) identifier_self (identifier_base) identifier_base (identifier_field) identifier_field (identifier_value) identifier_value )parameters (block (expressio...
Return collection of acces whose field equal value
(module (function_definition (function_name__get_data_segments) function_name__get_data_segments (parameters (identifier_channels) identifier_channels (identifier_start) identifier_start (identifier_end) identifier_end (identifier_connection) identifier_connection )parameters (...
Get available data segments for the given channels
(module (function_definition (function_name_children) function_name_children (parameters (identifier_self) identifier_self )parameters (block (import_from_statement (dotted_name (identifier_warnings) identifier_warnings )dotted_name (dotted_name ...
Former, misleading name for descendants.
(module (function_definition (function_name_getReqId) function_name_getReqId (parameters (identifier_self) identifier_self )parameters (type (identifier_int) identifier_int )type (block (if_statement (not_operator (call (attribute (...
Get new request ID.
(module (function_definition (function_name_parse_to_tree) function_name_parse_to_tree (parameters (identifier_text) identifier_text )parameters (block (expression_statement (assignment (identifier_xml_text) identifier_xml_text (call (attribute ...
Parse text using CaboCha, then return Tree instance.
(module (function_definition (function_name_check_that_operator_can_be_applied_to_produces_items) function_name_check_that_operator_can_be_applied_to_produces_items (parameters (identifier_op) identifier_op (identifier_g1) identifier_g1 (identifier_g2) identifier_g2 )parameters (bloc...
Helper function to check that the operator `op` can be applied to items produced by g1 and g2.
(module (function_definition (function_name_filter) function_name_filter (parameters (identifier_self) identifier_self (identifier_qs) identifier_qs (identifier_value) identifier_value )parameters (block (expression_statement (assignment (identifier__id) ident...
Convert the filter value to a primary key before filtering
(module (function_definition (function_name_clean_name) function_name_clean_name (parameters (identifier_self) identifier_self )parameters (block (expression_statement (string_"Avoid name clashes between static and dynamic attributes.") string_"Avoid name clashes between static and...
Avoid name clashes between static and dynamic attributes.
(module (function_definition (function_name_speak) function_name_speak (parameters (identifier_self) identifier_self (identifier_text) identifier_text )parameters (block (if_statement (not_operator (call (attribute (identifier_self) identif...
The main function to convert text into speech.
(module (function_definition (function_name_update_metric) function_name_update_metric (parameters (identifier_self) identifier_self (identifier_metric) identifier_metric (identifier_labels) identifier_labels (default_parameter (identifier_pre_sliced) identifier_pre_sliced ...
Update evaluation metric with label and current outputs.
(module (function_definition (function_name__init_usrgos) function_name__init_usrgos (parameters (identifier_self) identifier_self (identifier_goids) identifier_goids )parameters (block (expression_statement (assignment (identifier_usrgos) identifier_usrgos ...
Return user GO IDs which have GO Terms.
(module (function_definition (function_name_real_pathspec) function_name_real_pathspec (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_pathspec) identifier_pathspec (call (attribute ...
Returns a pathspec for an aff4 object even if there is none stored.
(module (function_definition (function_name_on_comment_entered) function_name_on_comment_entered (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_text_edit) identifier_text_edit (call (att...
The user has typed a comment
(module (function_definition (function_name__get_private_room) function_name__get_private_room (parameters (identifier_self) identifier_self (typed_parameter (identifier_invitees) identifier_invitees (type (generic_type (identifier_List) identifier_List ...
Create an anonymous, private room and invite peers
(module (function_definition (function_name_hash_text) function_name_hash_text (parameters (identifier_text) identifier_text )parameters (block (expression_statement (assignment (identifier_md5) identifier_md5 (call (attribute (identifi...
Return MD5 hash of a string.
(module (function_definition (function_name__gwf_channel_segments) function_name__gwf_channel_segments (parameters (identifier_path) identifier_path (identifier_channel) identifier_channel (default_parameter (identifier_warn) identifier_warn (True) True )default_paramet...
Yields the segments containing data for ``channel`` in this GWF path
(module (function_definition (function_name_Times) function_name_Times (parameters (identifier_self) identifier_self (identifier_val) identifier_val )parameters (block (return_statement (call (identifier_Point) identifier_Point (argument_list (...
Returns a new point which is pointwise multiplied by val.
(module (function_definition (function_name_usage) function_name_usage (parameters )parameters (block (global_statement (identifier_options) identifier_options )global_statement (expression_statement (assignment (identifier_l) identifier_l (call ...
Print out a usage message
(module (function_definition (function_name_live_streaming) function_name_live_streaming (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_url) identifier_url (identifier_STREAM_ENDPOINT) identifier_ST...
Return live streaming generator.
(module (function_definition (function_name_read_config) function_name_read_config (parameters )parameters (block (expression_statement (assignment (identifier_config) identifier_config (call (identifier__load_config) identifier__load_config (a...
Read configuration from file if possible.
(module (function_definition (function_name_populateImagesFromSurveys) function_name_populateImagesFromSurveys (parameters (identifier_self) identifier_self (default_parameter (identifier_surveys) identifier_surveys (binary_operator (identifier_dss2) identifier_dss2 ...
Load images from archives.
(module (function_definition (function_name_cli) function_name_cli (parameters (identifier_env) identifier_env (identifier_identifier) identifier_identifier )parameters (block (expression_statement (assignment (identifier_manager) identifier_manager (call ...
Download SSL certificate and key file.
(module (function_definition (function_name_generate_query_report) function_name_generate_query_report (parameters (identifier_self) identifier_self (identifier_db_uri) identifier_db_uri (identifier_parsed_query) identifier_parsed_query (identifier_db_name) identifier_db_name (id...
Generates a comprehensive report on the raw query