sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_pages_to_json) function_name_pages_to_json
(parameters
(identifier_queryset) identifier_queryset
)parameters
(block
(expression_statement
(assignment
(identifier_queryset) identifier_queryset
(call
(attribu... | Return a JSON string export of the pages in queryset. |
(module
(function_definition
(function_name_expand_value) function_name_expand_value
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
... | expand the selection to account for wildcards |
(module
(function_definition
(function_name__get_api_content) function_name__get_api_content
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(identifier_GITHUB_TOKEN) identifier_GITHUB_TOKEN
(None) None
... | Updates class api content by calling Github api and storing result |
(module
(function_definition
(function_name_exitContainer) function_name_exitContainer
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
(identifier_entry) identifier_entry
... | Removes the current query container. |
(module
(function_definition
(function_name__init_step) function_name__init_step
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(augmented_assignment
(attribute
(identifier_self) identifier_self
(identifier__... | Initialize next step of simulation to be run. |
(module
(function_definition
(function_name__split_queries) function_name__split_queries
(parameters
(identifier_cls) identifier_cls
(identifier_sql) identifier_sql
)parameters
(block
(expression_statement
(string_"Splits sql statements at semicolons into discrete queries") s... | Splits sql statements at semicolons into discrete queries |
(module
(function_definition
(function_name_search) function_name_search
(parameters
(identifier_query) identifier_query
(default_parameter
(identifier_index) identifier_index
(identifier_INDEX_NAME) identifier_INDEX_NAME
)default_parameter
(default_parameter
(i... | Thin wrapper of the main query function to provide just the resulting objects |
(module
(function_definition
(function_name_get_files_to_delete) function_name_get_files_to_delete
(parameters
(identifier_self) identifier_self
)parameters
(type
(generic_type
(identifier_List) identifier_List
(type_parameter
(type
(identifier_str) id... | Determine the files to delete when rolling over. |
(module
(function_definition
(function_name_preserve_attr_data) function_name_preserve_attr_data
(parameters
(identifier_A) identifier_A
(identifier_B) identifier_B
)parameters
(block
(for_statement
(pattern_list
(identifier_attr) identifier_attr
(identifi... | Preserve attr data for combining B into A. |
(module
(function_definition
(function_name_edges2nodes) function_name_edges2nodes
(parameters
(identifier_edges) identifier_edges
)parameters
(block
(expression_statement
(assignment
(identifier_nodes) identifier_nodes
(list
)list
)assignment
... | gather the nodes from the edges |
(module
(function_definition
(function_name_main) function_name_main
(parameters
(identifier_github_token) identifier_github_token
(identifier_github_api_url) identifier_github_api_url
(identifier_progress) identifier_progress
)parameters
(block
(global_statement
(ident... | A CLI to easily manage GitHub releases, assets and references. |
(module
(function_definition
(function_name__compute_derivatives) function_name__compute_derivatives
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_derivatives) identifier_derivatives
(list
... | Compute derivatives of the time series. |
(module
(function_definition
(function_name_join_paths) function_name_join_paths
(parameters
(typed_parameter
(identifier_path1) identifier_path1
(type
(generic_type
(identifier_Optional) identifier_Optional
(type_parameter
(type
... | Joins two paths if neither of them is None |
(module
(function_definition
(function_name_frame_update_count) function_name_frame_update_count
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
(integer_1000000) integer_10... | The number of frames before this Effect should be updated. |
(module
(function_definition
(function_name_sort_dict) function_name_sort_dict
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
(identifier_key) identifier_key
)parameters
(block
(return_statement
(conditional_expression
(call
... | Sort a list of dictionaries by dictionary key |
(module
(function_definition
(function_name_DedupVcardFilenames) function_name_DedupVcardFilenames
(parameters
(identifier_vcard_dict) identifier_vcard_dict
)parameters
(block
(expression_statement
(assignment
(identifier_remove_keys) identifier_remove_keys
(lis... | Make sure every vCard in the dictionary has a unique filename. |
(module
(function_definition
(function_name_add_channels) function_name_add_channels
(parameters
(identifier_self) identifier_self
(identifier_channels) identifier_channels
)parameters
(block
(expression_statement
(assignment
(identifier_chans) identifier_chans
... | Take a list of SockChannel objects and extend the websock listener |
(module
(function_definition
(function_name_NewSection) function_name_NewSection
(parameters
(identifier_self) identifier_self
(identifier_token_type) identifier_token_type
(identifier_section_name) identifier_section_name
(identifier_pre_formatters) identifier_pre_formatters
)para... | For sections or repeated sections. |
(module
(function_definition
(function_name_create_usuario_grupo) function_name_create_usuario_grupo
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(identifier_UsuarioGrupo) identifier_UsuarioGrupo
(argument_list
... | Get an instance of usuario_grupo services facade. |
(module
(function_definition
(function_name_rbdd) function_name_rbdd
(parameters
(list_splat_pattern
(identifier_keywords) identifier_keywords
)list_splat_pattern
)parameters
(block
(expression_statement
(assignment
(identifier_settings) identifier_settings
... | Run story matching keywords and rewrite story if code changed. |
(module
(function_definition
(function_name__save_new_backup) function_name__save_new_backup
(parameters
(identifier_self) identifier_self
(identifier_database) identifier_database
)parameters
(block
(expression_statement
(call
(attribute
(attribute
... | Save a new backup file. |
(module
(function_definition
(function_name__from_dict) function_name__from_dict
(parameters
(identifier_cls) identifier_cls
(identifier__dict) identifier__dict
)parameters
(block
(expression_statement
(assignment
(identifier_args) identifier_args
(diction... | Initialize a Parties object from a json dictionary. |
(module
(function_definition
(function_name_build_distribution) function_name_build_distribution
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
(call
(attribute
(identifier_invoke) ident... | Build distributions of the code. |
(module
(function_definition
(function_name___decode_webpush_b64) function_name___decode_webpush_b64
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(identifier_missing_padding) ide... | Re-pads and decodes urlsafe base64. |
(module
(function_definition
(function_name__group_keys) function_name__group_keys
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(list_comprehension
(identifier_name) identifier_name
(for_in_clause
(pattern_list
... | every child key referencing a group that is not a dataframe |
(module
(function_definition
(function_name_pre_migrate) function_name_pre_migrate
(parameters
(identifier_cls) identifier_cls
(default_parameter
(identifier_sender) identifier_sender
(None) None
)default_parameter
(dictionary_splat_pattern
(identifier_kwargs) i... | Iterate over contenttypes and remove those not in proxy models |
(module
(function_definition
(function_name___separate_scalar_factor) function_name___separate_scalar_factor
(parameters
(identifier_monomial) identifier_monomial
)parameters
(block
(expression_statement
(assignment
(identifier_scalar_factor) identifier_scalar_factor
... | Separate the constant factor from a monomial. |
(module
(function_definition
(function_name_pylog) function_name_pylog
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictiona... | Display all available logging information. |
(module
(function_definition
(function_name_load_module) function_name_load_module
(parameters
(identifier_self) identifier_self
(identifier_mod) identifier_mod
)parameters
(block
(try_statement
(block
(return_statement
(subscript
(attribut... | Load the extension using the load_dynamic method. |
(module
(function_definition
(function_name__get_reference_position) function_name__get_reference_position
(parameters
(identifier_isomir) identifier_isomir
)parameters
(block
(expression_statement
(assignment
(identifier_mut) identifier_mut
(subscript
... | Liftover from isomir to reference mature |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_cnpj) identifier_cnpj
... | Writes json data to the output directory. |
(module
(function_definition
(function_name_CorrectWrongEmails) function_name_CorrectWrongEmails
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_askInput) identifier_askInput
(True) True
)default_parameter
)parameters
(block
(for_sta... | Corrects Emails in wrong_emails |
(module
(function_definition
(function_name_verified_pairs) function_name_verified_pairs
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(call
(identifier_hasattr) identifier_hasattr
(argument_list
... | Returns all lineage Pair objects that contain verified pairings. |
(module
(function_definition
(function_name_load_model) function_name_load_model
(parameters
(identifier_ecore_model_path) identifier_ecore_model_path
)parameters
(block
(expression_statement
(assignment
(identifier_rset) identifier_rset
(call
(attri... | Load a single Ecore model and return the root package. |
(module
(function_definition
(function_name__init_nodes) function_name__init_nodes
(parameters
(identifier_self) identifier_self
(identifier_config) identifier_config
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identifier... | Gathers dependency sets onto _nodes |
(module
(function_definition
(function_name_glob1) function_name_glob1
(parameters
(identifier_self) identifier_self
(identifier_dir_relpath) identifier_dir_relpath
(identifier_glob) identifier_glob
)parameters
(block
(if_statement
(call
(attribute
... | Returns a list of paths in path that match glob and are not ignored. |
(module
(function_definition
(function_name__check_query) function_name__check_query
(parameters
(identifier_self) identifier_self
(identifier_query) identifier_query
(default_parameter
(identifier_style_cols) identifier_style_cols
(None) None
)default_parameter
)pa... | Checks if query from Layer or QueryLayer is valid |
(module
(function_definition
(function_name_ppo_original_params) function_name_ppo_original_params
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_hparams) identifier_hparams
(call
(identifier_ppo_atari_base) identifier_ppo_ata... | Parameters based on the original PPO paper. |
(module
(function_definition
(function_name_should_display_warnings_for) function_name_should_display_warnings_for
(parameters
(identifier_to_type) identifier_to_type
)parameters
(block
(if_statement
(not_operator
(call
(identifier_hasattr) identifier_hasattr
... | Central method where we control whether warnings should be displayed |
(module
(function_definition
(function_name_listidentifiers) function_name_listidentifiers
(parameters
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
(assignment
(pattern_lis... | Create OAI-PMH response for verb ListIdentifiers. |
(module
(function_definition
(function_name__random_key) function_name__random_key
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_hashstr) identifier_hashstr
(binary_operator
(string_'%s... | Return random session key |
(module
(function_definition
(function_name__end_flusher_loop) function_name__end_flusher_loop
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(boolean_operator
(boolean_operator
(not_operator
(attribute
... | Let flusher_loop coroutine quit - useful when disconnecting. |
(module
(function_definition
(function_name__login) function_name__login
(parameters
(identifier_self) identifier_self
(identifier_username) identifier_username
(identifier_password) identifier_password
)parameters
(block
(expression_statement
(assignment
(ide... | Proceed to login to the Spark Cloud and returns an access token. |
(module
(function_definition
(function_name_segment_common_items) function_name_segment_common_items
(parameters
(identifier_segment_id) identifier_segment_id
)parameters
(block
(expression_statement
(assignment
(identifier_df) identifier_df
(attribute
... | Returns all the common items in a segment. |
(module
(function_definition
(function_name_load_HEP_data) function_name_load_HEP_data
(parameters
(default_parameter
(identifier_ROOT_filename) identifier_ROOT_filename
(string_"output.root") string_"output.root"
)default_parameter
(default_parameter
(identifier_tree... | Load HEP data and return dataset. |
(module
(function_definition
(function_name_get) function_name_get
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier... | return list of open 311 services |
(module
(function_definition
(function_name_save) function_name_save
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary... | Set the initial ordering value. |
(module
(function_definition
(function_name__SetSocketTimeouts) function_name__SetSocketTimeouts
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_timeout) identifier_timeout
(call
(identif... | Sets the timeouts for socket send and receive. |
(module
(function_definition
(function_name_check) function_name_check
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(attribute
(identifier_programs) identifier_programs
(identifier_is_module_installed) id... | Check if dependency is installed |
(module
(function_definition
(function_name__move_agent) function_name__move_agent
(parameters
(identifier_self) identifier_self
(identifier_agent) identifier_agent
(identifier_direction) identifier_direction
(default_parameter
(identifier_wrap_allowed) identifier_wrap_allowed
... | moves agent 'agent' in 'direction' |
(module
(function_definition
(function_name_create_backend) function_name_create_backend
(parameters
(typed_default_parameter
(identifier_name) identifier_name
(type
(identifier_str) identifier_str
)type
(None) None
)typed_default_parameter
(typed_de... | Initialize a new StorageBackend by it's name and the specified model registry. |
(module
(function_definition
(function_name_new_request) function_name_new_request
(parameters
(identifier_sender) identifier_sender
(default_parameter
(identifier_request) identifier_request
(None) None
)default_parameter
(default_parameter
(identifier_notify) ... | New request for inclusion. |
(module
(function_definition
(function_name_withconfig) function_name_withconfig
(parameters
(identifier_self) identifier_self
(identifier_keysuffix) identifier_keysuffix
)parameters
(block
(function_definition
(function_name_decorator) function_name_decorator
(parame... | Load configurations with this decorator |
(module
(function_definition
(function_name_dummy_batch) function_name_dummy_batch
(parameters
(typed_parameter
(identifier_m) identifier_m
(type
(attribute
(identifier_nn) identifier_nn
(identifier_Module) identifier_Module
)attribute
... | Create a dummy batch to go through `m` with `size`. |
(module
(function_definition
(function_name_find_agency) function_name_find_agency
(parameters
(identifier_self) identifier_self
(identifier_agent_id) identifier_agent_id
)parameters
(block
(function_definition
(function_name_has_agent) function_name_has_agent
(parame... | Returns the agency running the agent with agent_id or None. |
(module
(function_definition
(function_name_trunc) function_name_trunc
(parameters
(identifier_ctx) identifier_ctx
(identifier_number) identifier_number
)parameters
(block
(return_statement
(call
(attribute
(identifier_conversions) identifier_conversions... | Truncates a number to an integer by removing the fractional part of the number |
(module
(function_definition
(function_name_getDignities) function_name_getDignities
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_info) identifier_info
(call
(attribute
(... | Returns the dignities belonging to this object. |
(module
(function_definition
(function_name__initializeIndividualTable) function_name__initializeIndividualTable
(parameters
(identifier_pop) identifier_pop
(identifier_tc) identifier_tc
)parameters
(block
(expression_statement
(assignment
(identifier_individal_node... | Returns node ID -> individual map |
(module
(function_definition
(function_name_requeue_delayed_jobs) function_name_requeue_delayed_jobs
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_failures) identifier_failures
(list
)lis... | Requeue each delayed job that are now ready to be executed |
(module
(function_definition
(function_name_build_module) function_name_build_module
(parameters
(identifier_name) identifier_name
(default_parameter
(identifier_doc) identifier_doc
(None) None
)default_parameter
)parameters
(block
(expression_statement
... | create and initialize an astroid Module node |
(module
(function_definition
(function_name_samples) function_name_samples
(parameters
(identifier_self) identifier_self
(identifier_anystring) identifier_anystring
(default_parameter
(identifier_limit) identifier_limit
(None) None
)default_parameter
(default_para... | Return an object representing the samples identified by the input domain, IP, or URL |
(module
(function_definition
(function_name_scan_used_functions) function_name_scan_used_functions
(parameters
(identifier_example_file) identifier_example_file
(identifier_gallery_conf) identifier_gallery_conf
)parameters
(block
(expression_statement
(assignment
(i... | save variables so we can later add links to the documentation |
(module
(function_definition
(function_name__check_elementary_axis_name) function_name__check_elementary_axis_name
(parameters
(typed_parameter
(identifier_name) identifier_name
(type
(identifier_str) identifier_str
)type
)typed_parameter
)parameters
(type... | Valid elementary axes contain only lower latin letters and digits and start with a letter. |
(module
(function_definition
(function_name_save_global) function_name_save_global
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_verbose) identifier_verbose
(False) False
)default_parameter
)parameters
(block
(expression_statement
... | saves the settings in the global config file |
(module
(function_definition
(function_name_uyirmei_constructed) function_name_uyirmei_constructed
(parameters
(identifier_mei_idx) identifier_mei_idx
(identifier_uyir_idx) identifier_uyir_idx
)parameters
(block
(expression_statement
(assignment
(pattern_list
... | construct uyirmei letter give mei index and uyir index |
(module
(function_definition
(function_name_write_membership) function_name_write_membership
(parameters
(identifier_filename) identifier_filename
(identifier_config) identifier_config
(identifier_srcfile) identifier_srcfile
(default_parameter
(identifier_section) identifier_se... | Top level interface to write the membership from a config and source model. |
(module
(function_definition
(function_name__create_catalog_hierarchy) function_name__create_catalog_hierarchy
(parameters
(identifier_self) identifier_self
(identifier_catalog_id) identifier_catalog_id
(identifier_proxy) identifier_proxy
(identifier_runtime) identifier_runtime
)pa... | Creates a catalog hierarchy |
(module
(function_definition
(function_name_removeLastRow) function_name_removeLastRow
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_lastrow) identifier_lastrow
(call
(attribute
... | Removes the last track |
(module
(function_definition
(function_name_die) function_name_die
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_process) identifier_process
)attribute
(blo... | Stops the server if it is running. |
(module
(function_definition
(function_name__get_property_dict) function_name__get_property_dict
(parameters
(identifier_schema) identifier_schema
)parameters
(block
(expression_statement
(assignment
(identifier_pdict) identifier_pdict
(dictionary
)dic... | given a schema object produce a nested dictionary of fields |
(module
(function_definition
(function_name_parse_config) function_name_parse_config
(parameters
(identifier_config) identifier_config
(identifier_key) identifier_key
(identifier_options) identifier_options
)parameters
(block
(expression_statement
(assignment
... | Parse the config with the given options. |
(module
(function_definition
(function_name_topological_order) function_name_topological_order
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_q) identifier_q
(call
(identifier_Queue) ide... | Return the topological order of the node IDs from the input node to the output node. |
(module
(function_definition
(function_name_infile) function_name_infile
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(attribute
(attribute
(identifier_os) identifier_os
(identifier_path) ... | Path of the input file |
(module
(function_definition
(function_name_link) function_name_link
(parameters
(identifier_self) identifier_self
(identifier_stream_instance) identifier_stream_instance
)parameters
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
... | Set my input stream |
(module
(function_definition
(function_name_mget_list) function_name_mget_list
(parameters
(identifier_item) identifier_item
(identifier_index) identifier_index
)parameters
(block
(expression_statement
(string_'get mulitple items via index of int, slice or list') string_'get ... | get mulitple items via index of int, slice or list |
(module
(function_definition
(function_name_create_path) function_name_create_path
(parameters
(identifier_self) identifier_self
(identifier_path) identifier_path
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(bloc... | Create nodes required to complete path. |
(module
(function_definition
(function_name_pkg_not_found) function_name_pkg_not_found
(parameters
(identifier_self) identifier_self
(identifier_bol) identifier_bol
(identifier_pkg) identifier_pkg
(identifier_message) identifier_message
(identifier_eol) identifier_eol
)parame... | Print message when package not found |
(module
(function_definition
(function_name_check_git) function_name_check_git
(parameters
)parameters
(block
(try_statement
(block
(with_statement
(with_clause
(with_item
(as_pattern
(call
(identif... | Check if git command is available. |
(module
(function_definition
(function_name__es_margin) function_name__es_margin
(parameters
(identifier_settings) identifier_settings
)parameters
(block
(return_statement
(dictionary_comprehension
(pair
(identifier_k) identifier_k
(subscript
... | Extract margin formating related subset of widget settings. |
(module
(function_definition
(function_name_reference_doi) function_name_reference_doi
(parameters
(identifier_self) identifier_self
(identifier_index) identifier_index
)parameters
(block
(return_statement
(call
(attribute
(call
(attribute
... | Return the reference DOI. |
(module
(function_definition
(function_name__parse_settings) function_name__parse_settings
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(call
(identifier_hasattr) identifier_hasattr
(argument_list
(identifier_self) i... | Gets upload options from the scrapy settings |
(module
(function_definition
(function_name_validate_verification_code) function_name_validate_verification_code
(parameters
(identifier_self) identifier_self
(identifier_device) identifier_device
(identifier_code) identifier_code
)parameters
(block
(expression_statement
... | Verifies a verification code received on a trusted device |
(module
(function_definition
(function_name_walkSignalPorts) function_name_walkSignalPorts
(parameters
(typed_parameter
(identifier_rootPort) identifier_rootPort
(type
(identifier_LPort) identifier_LPort
)type
)typed_parameter
)parameters
(block
(if_... | recursively walk ports without any children |
(module
(function_definition
(function_name_refresh) function_name_refresh
(parameters
(identifier_self) identifier_self
)parameters
(type
(None) None
)type
(block
(expression_statement
(call
(attribute
(identifier_logger) identifier_logger
... | Reloads all sources that are registered with this server. |
(module
(function_definition
(function_name__runOPF) function_name__runOPF
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_decommit) identifier_decommit
)attribute
... | Computes dispatch points and LMPs using OPF. |
(module
(function_definition
(function_name_as_knock) function_name_as_knock
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_created) identifier_created
(False) False
)default_parameter
)parameters
(block
(expression_statement
... | Returns a dictionary with the knock data built from _knocker_data |
(module
(function_definition
(function_name__convert_to_ast) function_name__convert_to_ast
(parameters
(identifier_self) identifier_self
(identifier_data_e) identifier_data_e
(default_parameter
(identifier_size_e) identifier_size_e
(None) None
)default_parameter
)pa... | Make an AST out of concrete @data_e |
(module
(function_definition
(function_name_key_assoc_val) function_name_key_assoc_val
(parameters
(identifier_d) identifier_d
(identifier_func) identifier_func
(default_parameter
(identifier_exclude) identifier_exclude
(None) None
)default_parameter
)parameters
... | return the key associated with the value returned by func |
(module
(function_definition
(function_name_visit_keyword) function_name_visit_keyword
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_node) iden... | return an astroid.Keyword node as string |
(module
(function_definition
(function_name_lookup) function_name_lookup
(parameters
(identifier_self) identifier_self
)parameters
(block
(print_statement
(binary_operator
(string_"%s by %s, size: %s, uploaded %s ago") string_"%s by %s, size: %s, uploaded %s ago"
... | Prints name, author, size and age |
(module
(function_definition
(function_name_add_sample) function_name_add_sample
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
(identifier_timestamp) identifier_timestamp
(identifier_attachments) identifier_attachments
)parameters
(block
... | Adding a sample to Distribution Aggregation Data |
(module
(function_definition
(function_name_qualified_class_name) function_name_qualified_class_name
(parameters
(identifier_o) identifier_o
)parameters
(block
(expression_statement
(assignment
(identifier_module) identifier_module
(attribute
(attrib... | Full name of an object, including the module |
(module
(function_definition
(function_name_nnz) function_name_nnz
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_nnz) identifier_nnz
(integer_0) integer_0
)assignment
)expression_stat... | Returns the number of lower-triangular nonzeros. |
(module
(function_definition
(function_name_end_input) function_name_end_input
(parameters
(identifier_self) identifier_self
(identifier_cmd) identifier_cmd
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self... | End of wait_input mode |
(module
(function_definition
(function_name__get_scripts_resource) function_name__get_scripts_resource
(parameters
(identifier_pe) identifier_pe
)parameters
(block
(expression_statement
(assignment
(identifier_res) identifier_res
(None) None
)assignment
... | Return the PYTHONSCRIPT resource entry. |
(module
(function_definition
(function_name_configure_firewall) function_name_configure_firewall
(parameters
(identifier_self) identifier_self
(identifier_FirewallRules) identifier_FirewallRules
)parameters
(block
(expression_statement
(assignment
(identifier_firewa... | Helper function for automatically adding several FirewallRules in series. |
(module
(function_definition
(function_name__help_commands) function_name__help_commands
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_help) identifier_help
(string_'Workbench Commands:') string_'W... | Help on all the available commands |
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(for_statement
(identifier_key) identifi... | Drive servo to the position set in the `position_sp` attribute. |
(module
(function_definition
(function_name__make_ip_subnet_lookup) function_name__make_ip_subnet_lookup
(parameters
(identifier_vpc_info) identifier_vpc_info
)parameters
(block
(expression_statement
(assignment
(subscript
(identifier_vpc_info) identifier_vpc_... | Updates the vpc-info object with a lookup for IP -> subnet. |
(module
(function_definition
(function_name__load_resource) function_name__load_resource
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_url) identifier_url
(attribute
(identifier_self) i... | Load resource data from server |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.