sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_handle_command_def) function_name_handle_command_def (parameters (identifier_self) identifier_self (identifier_line) identifier_line )parameters (block (expression_statement (assignment (pattern_list (identifie...
Handles one command line during command list definition.
(module (function_definition (function_name_configure_app) function_name_configure_app (parameters (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (expression_statement (assignment (identifier_sys_...
Builds up the settings using the same method as logan
(module (function_definition (function_name__eratosthenes) function_name__eratosthenes (parameters )parameters (block (expression_statement (assignment (identifier_d) identifier_d (dictionary )dictionary )assignment )expression_statement ...
Yields the sequence of prime numbers via the Sieve of Eratosthenes.
(module (function_definition (function_name_chmod) function_name_chmod (parameters (identifier_config) identifier_config )parameters (block (expression_statement (assignment (identifier_output_dir) identifier_output_dir (subscript (identifier_config)...
Set correct file permissions.
(module (function_definition (function_name_start_http_server) function_name_start_http_server (parameters (identifier_port) identifier_port (default_parameter (identifier_addr) identifier_addr (string_'') string_'' )default_parameter (default_parameter (identif...
Starts an HTTP server for prometheus metrics as a daemon thread
(module (function_definition (function_name__join_host_port) function_name__join_host_port (parameters (identifier_host) identifier_host (identifier_port) identifier_port )parameters (block (expression_statement (assignment (identifier_template) identifier_template ...
Adapted golang's net.JoinHostPort
(module (function_definition (function_name_convert_option_dict_to_dict) function_name_convert_option_dict_to_dict (parameters (identifier_option_dict) identifier_option_dict )parameters (block (expression_statement (assignment (identifier_ret_dict) identifier_ret_dict ...
Convert a dictionary of options tuples to a simple key-value dictionary
(module (function_definition (function_name_sr1) function_name_sr1 (parameters (identifier_x) identifier_x (default_parameter (identifier_promisc) identifier_promisc (None) None )default_parameter (default_parameter (identifier_filter) identifier_filter ...
Send packets at layer 3 and return only the first answer
(module (function_definition (function_name_convex_hull) function_name_convex_hull (parameters (identifier_features) identifier_features )parameters (block (expression_statement (assignment (identifier_points) identifier_points (call (identifier_sort...
Returns points on convex hull of an array of points in CCW order.
(module (function_definition (function_name__access_token_endpoint) function_name__access_token_endpoint (parameters (identifier_self) identifier_self (identifier_grantType) identifier_grantType (default_parameter (identifier_extraParams) identifier_extraParams (dictionary ...
Base exchange of data for an access_token.
(module (function_definition (function_name_pull_all) function_name_pull_all (parameters (identifier_collector) identifier_collector (identifier_image) identifier_image (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters ...
Pull all the images
(module (function_definition (function_name_login) function_name_login (parameters (identifier_self) identifier_self (identifier_request) identifier_request (default_parameter (identifier_extra_context) identifier_extra_context (None) None )default_parameter )parame...
Redirects to the site login page for the given HttpRequest.
(module (function_definition (function_name_translate) function_name_translate (parameters (identifier_script) identifier_script )parameters (block (expression_statement (assignment (identifier_tree) identifier_tree (call (attribute (id...
translate zipline script into pylivetrader script.
(module (function_definition (function_name_write_data) function_name_write_data (parameters (identifier_data) identifier_data (identifier_out_file) identifier_out_file )parameters (block (with_statement (with_clause (with_item (as_pattern ...
write json file from seqcluster cluster
(module (function_definition (function_name_getEdges) function_name_getEdges (parameters (identifier_npArr) identifier_npArr )parameters (block (expression_statement (assignment (identifier_edges) identifier_edges (call (attribute (iden...
get np array of bin edges
(module (function_definition (function_name__indicator_table) function_name__indicator_table (parameters )parameters (block (import_from_statement (dotted_name (identifier_xclim) identifier_xclim )dotted_name (dotted_name (identifier_temperature) ident...
Return a sequence of dicts storing metadata about all available indices.
(module (function_definition (function_name__on_trace) function_name__on_trace (parameters (identifier__loop) identifier__loop (identifier_adapter) identifier_adapter (identifier_conn_id) identifier_conn_id (identifier_trace) identifier_trace )parameters (block (expressio...
Callback when tracing data is received.
(module (function_definition (function_name_palette) function_name_palette (parameters )parameters (block (for_statement (identifier_i) identifier_i (call (identifier_range) identifier_range (argument_list (integer_0) integer_0 (integer...
Generate a palette from the colors.
(module (function_definition (function_name_list_migration_choice) function_name_list_migration_choice (parameters (identifier_cls) identifier_cls (identifier_datacenter) identifier_datacenter )parameters (block (expression_statement (assignment (identifier_datacent...
List available datacenters for migration from given datacenter.
(module (function_definition (function_name__distance_correlation_sqr_naive) function_name__distance_correlation_sqr_naive (parameters (identifier_x) identifier_x (identifier_y) identifier_y (default_parameter (identifier_exponent) identifier_exponent (integer_1) integer_1 ...
Biased distance correlation estimator between two matrices.
(module (function_definition (function_name_controlprompt_cmd) function_name_controlprompt_cmd (parameters (identifier_self) identifier_self (identifier_cmd) identifier_cmd )parameters (block (expression_statement (assignment (identifier_data) identifier_data ...
Perform a "controlpromptentry" command.
(module (function_definition (function_name_no_spikes) function_name_no_spikes (parameters (identifier_tolerance) identifier_tolerance )parameters (block (function_definition (function_name_no_spikes) function_name_no_spikes (parameters (identifier_curve) identifi...
Arg ``tolerance`` is the number of spiky samples allowed.
(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_skip_function) identi...
Reset the scheduler to defaults
(module (function_definition (function_name_reversed_lines) function_name_reversed_lines (parameters (identifier_path) identifier_path )parameters (block (with_statement (with_clause (with_item (as_pattern (call (identifier_open) ...
Generate the lines of file in reverse order.
(module (function_definition (function_name__handle_tag_removeobject2) function_name__handle_tag_removeobject2 (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_obj) identifier_obj (call (i...
Handle the RemoveObject2 tag.
(module (function_definition (function_name_process_mathjax_script) function_name_process_mathjax_script (parameters (identifier_mathjax_settings) identifier_mathjax_settings )parameters (block (with_statement (with_clause (with_item (as_pattern ...
Load the mathjax script template from file, and render with the settings
(module (function_definition (function_name_get) function_name_get (parameters (identifier_self) identifier_self (identifier_object_path) identifier_object_path (default_parameter (identifier_interfaces_and_properties) identifier_interfaces_and_properties (None) None )d...
Create a Device instance from object path.
(module (function_definition (function_name_focus_left) function_name_focus_left (parameters (identifier_pymux) identifier_pymux )parameters (block (expression_statement (string_" Move focus to the left. ") string_" Move focus to the left. " )expression_statement (expre...
Move focus to the left.
(module (function_definition (function_name_create_args) function_name_create_args (parameters (identifier_line) identifier_line (identifier_namespace) identifier_namespace )parameters (block (expression_statement (assignment (identifier_args) identifier_args ...
Expand any meta-variable references in the argument list.
(module (function_definition (function_name_disconnect) function_name_disconnect (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier__driver) identifier__driver )attribut...
Disconnects from the robot.
(module (function_definition (function_name_process_results) function_name_process_results (parameters (identifier_self) identifier_self (identifier_paragraph) identifier_paragraph )parameters (block (if_statement (comparison_operator (string_'editorMode') string_'e...
Routes Zeppelin output types to corresponding handlers.
(module (function_definition (function_name_sizeHint) function_name_sizeHint (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (identifier_w) identifier_w (identifier_h) identifier_h ...
gives qt a starting point for widget size during window resizing
(module (function_definition (function_name_returner) function_name_returner (parameters (identifier_ret) identifier_ret )parameters (block (expression_statement (assignment (identifier__options) identifier__options (call (identifier__get_options) id...
Send an mattermost message with the data
(module (function_definition (function_name_delete_vlan) function_name_delete_vlan (parameters (identifier_self) identifier_self (identifier_nexus_host) identifier_nexus_host (identifier_vlanid) identifier_vlanid )parameters (block (expression_statement (assignment ...
Delete a VLAN on Nexus Switch given the VLAN ID.
(module (function_definition (function_name_dt2jd) function_name_dt2jd (parameters (identifier_dt) identifier_dt )parameters (block (expression_statement (assignment (identifier_a) identifier_a (binary_operator (parenthesized_expression ...
Convert datetime to julian date
(module (function_definition (function_name__generate_lambda) function_name__generate_lambda (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (subscript (subscript (subscript (attr...
Generate the lambda function and its IAM role, and add to self.tf_conf
(module (function_definition (function_name_starter) function_name_starter (parameters (identifier_cls) identifier_cls )parameters (block (expression_statement (assignment (identifier_url) identifier_url (string_'http://www.hagardunor.net/comics.php') string_'ht...
Return last gallery link.
(module (function_definition (function_name_tar_file) function_name_tar_file (parameters (identifier_files) identifier_files (identifier_tarname) identifier_tarname )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argum...
Compress a file or directory into a tar file.
(module (function_definition (function_name_sync_and_deploy_gateway) function_name_sync_and_deploy_gateway (parameters (identifier_collector) identifier_collector )parameters (block (expression_statement (assignment (identifier_configuration) identifier_configuration ...
Do a sync followed by deploying the gateway
(module (function_definition (function_name_update) function_name_update (parameters (identifier_self) identifier_self (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (if_statement (comparison_operator...
Execute update table set field = field+1 like statement
(module (function_definition (function_name_overall_metrics) function_name_overall_metrics (parameters (identifier_self) identifier_self (default_parameter (identifier_timestamp) identifier_timestamp (string_'one_month') string_'one_month' )default_parameter (default_pa...
Use zipline results to compute some performance indicators
(module (function_definition (function_name__add_umis_with_fastp) function_name__add_umis_with_fastp (parameters (identifier_read_fq) identifier_read_fq (identifier_umi_fq) identifier_umi_fq (identifier_out_fq) identifier_out_fq (identifier_cores) identifier_cores )parameters (...
Add UMIs to reads from separate UMI file using fastp.
(module (function_definition (function_name_iter_items) function_name_iter_items (parameters (identifier_self) identifier_self (typed_default_parameter (identifier_depth) identifier_depth (type (identifier_int) identifier_int )type (integer_1) integer_1 ...
get items from directory.
(module (function_definition (function_name_read_blast_xml) function_name_read_blast_xml (parameters (identifier_filename) identifier_filename (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (with_statement ...
Read BLAST XML format.
(module (function_definition (function_name_set) function_name_set (parameters (identifier_self) identifier_self (identifier_id) identifier_id (identifier_translation) identifier_translation (default_parameter (identifier_domain) identifier_domain (string_'messages') st...
Sets a message translation.
(module (function_definition (function_name_recursive_repr) function_name_recursive_repr (parameters (default_parameter (identifier_fillvalue) identifier_fillvalue (string_'...') string_'...' )default_parameter )parameters (block (expression_statement (string_...
Decorator to make a repr function return fillvalue for a recursive call
(module (function_definition (function_name_match_contains) function_name_match_contains (parameters (identifier_self) identifier_self (identifier_el) identifier_el (identifier_contains) identifier_contains )parameters (block (expression_statement (assignment ...
Match element if it contains text.
(module (function_definition (function_name_build_message) function_name_build_message (parameters (identifier_self) identifier_self (identifier_stat) identifier_stat (identifier_value) identifier_value )parameters (block (return_statement (call (attribute ...
Build a metric in Graphite format.
(module (function_definition (function_name__has_x) function_name__has_x (parameters (identifier_self) identifier_self (identifier_kwargs) identifier_kwargs )parameters (block (return_statement (parenthesized_expression (boolean_operator (boolean_operato...
Returns True if x is explicitly defined in kwargs
(module (function_definition (function_name_addtoreadergroup) function_name_addtoreadergroup (parameters (identifier_self) identifier_self (identifier_groupname) identifier_groupname )parameters (block (expression_statement (assignment (pattern_list (ide...
Add reader to a reader group.
(module (function_definition (function_name__get_names) function_name__get_names (parameters (identifier_self) identifier_self (typed_parameter (identifier_path) identifier_path (type (identifier_str) identifier_str )type )typed_parameter )parameters ...
Load required packages from path to requirements file
(module (function_definition (function_name_token) function_name_token (parameters (identifier_self) identifier_self (identifier_adata) identifier_adata (identifier_load) identifier_load )parameters (block (try_statement (block (expression_statement ...
Determine if token auth is valid and yield the adata
(module (function_definition (function_name__subtoken_id_to_subtoken_string) function_name__subtoken_id_to_subtoken_string (parameters (identifier_self) identifier_self (identifier_subtoken) identifier_subtoken )parameters (block (if_statement (comparison_operator (...
Converts a subtoken integer ID to a subtoken string.
(module (function_definition (function_name_internal_only) function_name_internal_only (parameters (identifier_view_func) identifier_view_func )parameters (block (decorated_definition (decorator (call (attribute (identifier_functools) identifier_...
A view decorator which blocks access for requests coming through the load balancer.
(module (function_definition (function_name_makedir) function_name_makedir (parameters (identifier_self) identifier_self (identifier_tarinfo) identifier_tarinfo (identifier_targetpath) identifier_targetpath )parameters (block (try_statement (block (expression_...
Make a directory called targetpath.
(module (function_definition (function_name_clear) function_name_clear (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self (identifier_blockSignals) identifier_bl...
Clears out all the items from this tab bar.
(module (function_definition (function_name__init_pval_obj) function_name__init_pval_obj (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier_pv...
Returns a Fisher object based on user-input.
(module (function_definition (function_name_showSectionsHeaders) function_name_showSectionsHeaders (parameters (identifier_peInstance) identifier_peInstance )parameters (block (print_statement (string_"[+] Sections information:\n") string_"[+] Sections information:\n" )print_...
Prints IMAGE_SECTION_HEADER for every section present in the file.
(module (function_definition (function_name__implementations) function_name__implementations (parameters (identifier_cls) identifier_cls )parameters (block (if_statement (attribute (identifier_cls) identifier_cls (identifier___implementations) identifier___imple...
Returns all the concrete subclasses of MetadataExtractor.
(module (function_definition (function_name_benchmark) function_name_benchmark (parameters (identifier_self) identifier_self (identifier_func) identifier_func (identifier_gpu_args) identifier_gpu_args (identifier_instance) identifier_instance (identifier_times) identifier_times ...
benchmark the kernel instance
(module (function_definition (function_name_log_request) function_name_log_request (parameters (identifier_self) identifier_self (default_parameter (identifier_code) identifier_code (string_'-') string_'-' )default_parameter (default_parameter (identifier_size) ...
Logs the current request.
(module (function_definition (function_name_checkMultipleFiles) function_name_checkMultipleFiles (parameters (identifier_input) identifier_input )parameters (block (expression_statement (assignment (pattern_list (identifier_f) identifier_f (identif...
Evaluates the input to determine whether there is 1 or more than 1 valid input file.
(module (function_definition (function_name_student_visible) function_name_student_visible (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_group_ids) identifier_group_ids (call (identifie...
Return a list of groups that are student-visible.
(module (function_definition (function_name_download_file) function_name_download_file (parameters (identifier_file_id) identifier_file_id (identifier_file_name) identifier_file_name )parameters (block (expression_statement (assignment (identifier_extracted_out_dir)...
Download a file from UPLOAD_FOLDER
(module (function_definition (function_name_delbr) function_name_delbr (parameters (identifier_self) identifier_self (identifier_name) identifier_name )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self ...
Set the device down and delete the bridge.
(module (function_definition (function_name_clear_all) function_name_clear_all (parameters )parameters (block (expression_statement (call (attribute (identifier__TABLES) identifier__TABLES (identifier_clear) identifier_clear )attribute ...
Clear any and all stored state from Orca.
(module (function_definition (function_name_example_reading_spec) function_name_example_reading_spec (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (identifier_video_fields) identifier_video_fie...
Return a mix of env and video data fields and decoders.
(module (function_definition (function_name_init_app) function_name_init_app (parameters (identifier_self) identifier_self (identifier_app) identifier_app )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self ...
For Flask using the app config
(module (function_definition (function_name_save_intrinsic_alias) function_name_save_intrinsic_alias (parameters (identifier_module) identifier_module )parameters (block (for_statement (identifier_v) identifier_v (call (attribute (identifier_module) id...
Recursively save default aliases for pythonic functions.
(module (function_definition (function_name__define_helper) function_name__define_helper (parameters (identifier_flag_name) identifier_flag_name (identifier_default_value) identifier_default_value (identifier_docstring) identifier_docstring (identifier_flagtype) identifier_flagtype ...
Registers 'flag_name' with 'default_value' and 'docstring'.
(module (function_definition (function_name__aha_request) function_name__aha_request (parameters (identifier_self) identifier_self (identifier_cmd) identifier_cmd (default_parameter (identifier_ain) identifier_ain (None) None )default_parameter (default_parameter ...
Send an AHA request.
(module (function_definition (function_name_download) function_name_download (parameters (identifier_name) identifier_name (identifier_options) identifier_options )parameters (block (expression_statement (assignment (identifier_dire) identifier_dire (call ...
download a file or all files in a directory
(module (function_definition (function_name_CleanAff4Hunts) function_name_CleanAff4Hunts (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_hunts_ttl) identifier_hunts_ttl (subscript (attrib...
Cleans up old hunt data from aff4.
(module (function_definition (function_name_ds_IsEmpty) function_name_ds_IsEmpty (parameters (identifier_ds) identifier_ds )parameters (block (expression_statement (assignment (identifier_out) identifier_out (False) False )assignment )expression_st...
Check to see if dataset is empty after warp
(module (function_definition (function_name_convert_ids_to_tokens) function_name_convert_ids_to_tokens (parameters (identifier_self) identifier_self (identifier_ids) identifier_ids )parameters (block (expression_statement (assignment (identifier_tokens) identifier_t...
Converts a sequence of ids in wordpiece tokens using the vocab.
(module (function_definition (function_name_allows_not_principal) function_name_allows_not_principal (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_not_principals) identifier_not_principals (list ...
Find allowed not-principals.
(module (function_definition (function_name_single_traj_from_n_files) function_name_single_traj_from_n_files (parameters (identifier_file_list) identifier_file_list (identifier_top) identifier_top )parameters (block (expression_statement (assignment (identifier_traj...
Creates a single trajectory object from a list of files
(module (function_definition (function_name_visit_Boolean) function_name_visit_Boolean (parameters (identifier_self) identifier_self (identifier_node) identifier_node )parameters (block (if_statement (comparison_operator (attribute (identifier_node) iden...
Visitor for `Boolean` AST node.
(module (function_definition (function_name_refresh_attributes) function_name_refresh_attributes (parameters (identifier_self) identifier_self (identifier_name) identifier_name )parameters (block (expression_statement (assignment (identifier_url) identifier_url ...
Refresh attributes from a given Arlo object.
(module (function_definition (function_name_class_declaration) function_name_class_declaration (parameters (identifier_self) identifier_self (identifier_type_) identifier_type_ )parameters (block (expression_statement (call (attribute (attribute ...
Returns reference to the class declaration.
(module (function_definition (function_name_ec2_image_table) function_name_ec2_image_table (parameters (identifier_images) identifier_images )parameters (block (expression_statement (assignment (identifier_t) identifier_t (call (attribute ...
Print nice looking table of information from images
(module (function_definition (function_name_extract_chunks) function_name_extract_chunks (parameters (identifier_blob) identifier_blob )parameters (block (expression_statement (assignment (identifier_chunks) identifier_chunks (list )list )assig...
Splits the blob into chucks grouped by kind.
(module (function_definition (function_name_latinize) function_name_latinize (parameters (identifier_mapping) identifier_mapping (identifier_bind) identifier_bind (identifier_values) identifier_values )parameters (block (for_statement (identifier_v) identifier_v ...
Transliterate a given string into the latin alphabet.
(module (function_definition (function_name_map_sprinkler) function_name_map_sprinkler (parameters (identifier_self) identifier_self (identifier_sx) identifier_sx (identifier_sy) identifier_sy (default_parameter (identifier_watered_crop) identifier_watered_crop (string_...
Return a version of the ASCII map showing reached crop cells.
(module (function_definition (function_name_reconcile_procs) function_name_reconcile_procs (parameters (identifier_self) identifier_self (identifier_running) identifier_running )parameters (block (expression_statement (assignment (identifier_retset) identifier_retse...
Check the running dict for processes and resolve them
(module (function_definition (function_name_retrieve_pool_stats) function_name_retrieve_pool_stats (parameters (identifier_self) identifier_self (identifier_pool) identifier_pool (dictionary_splat_pattern (identifier__params) identifier__params )dictionary_splat_pattern )pa...
Retrieves stats for a certain load balancer pool.
(module (function_definition (function_name__parse_property_list) function_name__parse_property_list (parameters (identifier_prop) identifier_prop (identifier_value) identifier_value )parameters (block (expression_statement (assignment (identifier_attributes) identi...
Parse a list property and return a list of the results.
(module (function_definition (function_name_instantiate_from_data) function_name_instantiate_from_data (parameters (identifier_self) identifier_self (identifier_object_data) identifier_object_data )parameters (block (if_statement (boolean_operator (call ...
Instantiate object from the supplied data, additional args may come from the environment
(module (function_definition (function_name_insert) function_name_insert (parameters (identifier_self) identifier_self (identifier_M_c) identifier_M_c (identifier_T) identifier_T (identifier_X_L_list) identifier_X_L_list (identifier_X_D_list) identifier_X_D_list (default_pa...
Insert mutates the data T.
(module (function_definition (function_name__unique_names) function_name__unique_names (parameters )parameters (block (expression_statement (assignment (identifier_characters) identifier_characters (parenthesized_expression (concatenated_string ...
Generates unique sequences of bytes.
(module (function_definition (function_name_log) function_name_log (parameters (identifier_self) identifier_self (identifier_timer_name) identifier_timer_name (identifier_node) identifier_node )parameters (block (expression_statement (assignment (identifier_ti...
logs a event in the timer
(module (function_definition (function_name_write_str) function_name_write_str (parameters (identifier_self) identifier_self (identifier_s) identifier_s )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self ...
Add string s to the accumulated body.
(module (function_definition (function_name__write_expressiontool) function_name__write_expressiontool (parameters (identifier_step_dir) identifier_step_dir (identifier_name) identifier_name (identifier_inputs) identifier_inputs (identifier_outputs) identifier_outputs (identifier...
Create an ExpressionTool output for the given inputs
(module (function_definition (function_name__initialize_from_dict) function_name__initialize_from_dict (parameters (identifier_self) identifier_self (identifier_data) identifier_data )parameters (block (expression_statement (assignment (attribute (identi...
Loads serializer from a request object
(module (function_definition (function_name_to_python) function_name_to_python (parameters (identifier_self) identifier_self (identifier_value) identifier_value (default_parameter (identifier_context) identifier_context (None) None )default_parameter )parameters ...
Convert the value to a real python object
(module (function_definition (function_name__bowtie2_args_from_config) function_name__bowtie2_args_from_config (parameters (identifier_config) identifier_config (identifier_curcl) identifier_curcl )parameters (block (expression_statement (assignment (identifier_qual...
Configurable high level options for bowtie2.
(module (function_definition (function_name_splitterfields) function_name_splitterfields (parameters (identifier_data) identifier_data (identifier_commdct) identifier_commdct )parameters (block (expression_statement (assignment (identifier_objkey) identifier_objkey ...
get splitter fields to diagram it
(module (function_definition (function_name_edge_to_bel) function_name_edge_to_bel (parameters (typed_parameter (identifier_u) identifier_u (type (identifier_BaseEntity) identifier_BaseEntity )type )typed_parameter (typed_parameter (identifier_v) ide...
Serialize a pair of nodes and related edge data as a BEL relation.
(module (function_definition (function_name_open_wordfile) function_name_open_wordfile (parameters (identifier_app) identifier_app (identifier_filename) identifier_filename )parameters (block (return_statement (call (attribute (attribute (i...
Open given Word file with application object.
(module (function_definition (function_name_print_gpustat) function_name_print_gpustat (parameters (default_parameter (identifier_json) identifier_json (False) False )default_parameter (default_parameter (identifier_debug) identifier_debug (False) False ...
Display the GPU query results into standard output.