sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_load_help_files) function_name_load_help_files
(parameters
(identifier_data) identifier_data
)parameters
(block
(for_statement
(pattern_list
(identifier_command_name) identifier_command_name
(identifier_help_yaml) iden... | loads all the extra information from help files |
(module
(function_definition
(function_name_load_skills_data) function_name_load_skills_data
(parameters
)parameters
(type
(identifier_dict) identifier_dict
)type
(block
(expression_statement
(assignment
(identifier_skills_data_file) identifier_skills_data_file
... | Contains info on how skills should be updated |
(module
(function_definition
(function_name__parse) function_name__parse
(parameters
(identifier_self) identifier_self
(identifier_stream) identifier_stream
(identifier_context) identifier_context
(identifier_path) identifier_path
)parameters
(block
(expression_statement
... | Parse stream to find a given byte string. |
(module
(function_definition
(function_name_load) function_name_load
(parameters
(identifier_self) identifier_self
(identifier_line) identifier_line
)parameters
(block
(expression_statement
(assignment
(identifier_words) identifier_words
(call
... | Load this keyword from a file-like object |
(module
(function_definition
(function_name_unwatch_source) function_name_unwatch_source
(parameters
(identifier_self) identifier_self
(identifier_source_id) identifier_source_id
)parameters
(block
(expression_statement
(assignment
(identifier_source_id) identifier_... | Remove a souce from the watchlist. |
(module
(function_definition
(function_name__parse_caps_devices_features) function_name__parse_caps_devices_features
(parameters
(identifier_node) identifier_node
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
(diction... | Parse the devices or features list of the domain capatilities |
(module
(function_definition
(function_name_neg_int) function_name_neg_int
(parameters
(identifier_i) identifier_i
)parameters
(block
(try_statement
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_... | Simple negative integer validation. |
(module
(function_definition
(function_name_check_chat) function_name_check_chat
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_event) identifier_event
(None) None
)default_parameter
)parameters
(block
(if_statement
(compari... | Checks the input chat where to send and listen messages from. |
(module
(function_definition
(function_name__init_shape) function_name__init_shape
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_shape) identifier_shape
(call
(attribute
(... | Determine shape of geometry |
(module
(function_definition
(function_name_reload_source) function_name_reload_source
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
)parameters
(block
(expression_statement
(assignment
(identifier_src) identifier_src
(cal... | Recompute the source map for a single source in the model. |
(module
(function_definition
(function_name_deduplicate) function_name_deduplicate
(parameters
(identifier_list_object) identifier_list_object
)parameters
(block
(expression_statement
(assignment
(identifier_new) identifier_new
(list
)list
)ass... | Rebuild `list_object` removing duplicated and keeping order |
(module
(function_definition
(function_name_load_config) function_name_load_config
(parameters
(default_parameter
(identifier_files) identifier_files
(None) None
)default_parameter
(default_parameter
(identifier_root_path) identifier_root_path
(None) None
... | Load the configuration from specified files. |
(module
(function_definition
(function_name_visit_exec) function_name_visit_exec
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
)parameters
(block
(if_statement
(attribute
(identifier_node) identifier_node
(identifier_local... | return an astroid.Exec node as string |
(module
(function_definition
(function_name___json_date_parse) function_name___json_date_parse
(parameters
(identifier_json_object) identifier_json_object
)parameters
(block
(expression_statement
(assignment
(identifier_known_date_fields) identifier_known_date_fields
... | Parse dates in certain known json fields, if possible. |
(module
(function_definition
(function_name_connect_entry_signals) function_name_connect_entry_signals
(parameters
)parameters
(block
(expression_statement
(call
(attribute
(identifier_post_save) identifier_post_save
(identifier_connect) identifier_conne... | Connect all the signals on Entry model. |
(module
(function_definition
(function_name_to_minutes) function_name_to_minutes
(parameters
(default_parameter
(identifier_days) identifier_days
(integer_0) integer_0
)default_parameter
(default_parameter
(identifier_hours) identifier_hours
(integer_0) intege... | Returns the computed total number of minutes |
(module
(function_definition
(function_name_search) function_name_search
(parameters
(identifier_ctx) identifier_ctx
(identifier_tags) identifier_tags
(default_parameter
(identifier_prefix) identifier_prefix
(None) None
)default_parameter
)parameters
(block
... | List all archives matching tag search criteria |
(module
(function_definition
(function_name_process_event) function_name_process_event
(parameters
(identifier_self) identifier_self
(identifier_event_id) identifier_event_id
)parameters
(block
(with_statement
(with_clause
(with_item
(call
... | Process event in Celery. |
(module
(function_definition
(function_name_predict) function_name_predict
(parameters
(identifier_self) identifier_self
(identifier_function) identifier_function
(identifier_args) identifier_args
)parameters
(block
(expression_statement
(assignment
(identifie... | Make a prediction for the function, to which we will pass the additional arguments |
(module
(function_definition
(function_name_close) function_name_close
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_streamSock) identifier_streamSock
)attribute
... | turn off stream and close socket |
(module
(function_definition
(function_name_polygon) function_name_polygon
(parameters
(identifier_surf) identifier_surf
(identifier_points) identifier_points
(identifier_color) identifier_color
)parameters
(block
(expression_statement
(call
(attribute
... | Draw an antialiased filled polygon on a surface |
(module
(function_definition
(function_name_usable_id) function_name_usable_id
(parameters
(identifier_cls) identifier_cls
(identifier_id) identifier_id
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
(identifier_... | Retrieve id from input which can be name or id. |
(module
(function_definition
(function_name_getdocumenttext) function_name_getdocumenttext
(parameters
(identifier_document) identifier_document
)parameters
(block
(expression_statement
(assignment
(identifier_paratextlist) identifier_paratextlist
(list
... | Return the raw text of a document, as a list of paragraphs. |
(module
(function_definition
(function_name_clamp) function_name_clamp
(parameters
(identifier_value) identifier_value
(default_parameter
(identifier_lower) identifier_lower
(integer_0) integer_0
)default_parameter
(default_parameter
(identifier_upper) identifie... | Clamp float between given range |
(module
(function_definition
(function_name_nonlocal_packages_path) function_name_nonlocal_packages_path
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_paths) identifier_paths
(subscript
... | Returns package search paths with local path removed. |
(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 FeedbackDataOutput object from a json dictionary. |
(module
(function_definition
(function_name_from_pauli) function_name_from_pauli
(parameters
(identifier_pauli) identifier_pauli
(default_parameter
(identifier_coeff) identifier_coeff
(float_1.0) float_1.0
)default_parameter
)parameters
(block
(if_statement
... | Make new Term from an Pauli operator |
(module
(function_definition
(function_name__construct_url) function_name__construct_url
(parameters
(identifier_self) identifier_self
(identifier_url) identifier_url
(identifier_base) identifier_base
(identifier_quote) identifier_quote
)parameters
(block
(if_statement
... | Adds the orderbook to the url if base and quote are specified. |
(module
(function_definition
(function_name_install) function_name_install
(parameters
(identifier_cls) identifier_cls
)parameters
(block
(expression_statement
(list_comprehension
(call
(attribute
(identifier_os) identifier_os
(iden... | Create the required directories in the home directory |
(module
(function_definition
(function_name_encode) function_name_encode
(parameters
(identifier_self) identifier_self
(identifier_pdu) identifier_pdu
)parameters
(block
(if_statement
(identifier__debug) identifier__debug
(block
(expression_statement
... | encode the contents of the BVLCI into the PDU. |
(module
(function_definition
(function_name_aa_frequencies) function_name_aa_frequencies
(parameters
(identifier_seq) identifier_seq
(default_parameter
(identifier_gap_chars) identifier_gap_chars
(string_'-.') string_'-.'
)default_parameter
)parameters
(block
(e... | Calculate the amino acid frequencies in a sequence set. |
(module
(function_definition
(function_name_OnCellFontSize) function_name_OnCellFontSize
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(with_statement
(with_clause
(with_item
(call
(att... | Cell font size event handler |
(module
(function_definition
(function_name_getRoot) function_name_getRoot
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_root) identifier_root
(call
(attribute
(attribute
(identifier_settings) id... | Convenience to return the media root with forward slashes |
(module
(function_definition
(function_name_add_step) function_name_add_step
(parameters
(identifier_self) identifier_self
(identifier_value_map) identifier_value_map
)parameters
(block
(if_statement
(comparison_operator
(call
(identifier_len) identifier... | Add the values in value_map to the end of the trace. |
(module
(function_definition
(function_name__svd_sym_koopman) function_name__svd_sym_koopman
(parameters
(identifier_K) identifier_K
(identifier_C00_train) identifier_C00_train
(identifier_Ctt_train) identifier_Ctt_train
)parameters
(block
(import_from_statement
(dotted... | Computes the SVD of the symmetrized Koopman operator in the empirical distribution. |
(module
(function_definition
(function_name_init) function_name_init
(parameters
(default_parameter
(identifier_directory) identifier_directory
(None) None
)default_parameter
(default_parameter
(identifier_multidb) identifier_multidb
(False) False
)defau... | Creates a new migration repository |
(module
(function_definition
(function_name_gradient) function_name_gradient
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_func) identifier_func
(attribute
(identifier_self) identifier_... | Gradient of the compositon according to the chain rule. |
(module
(function_definition
(function_name__authenticate_ssh) function_name__authenticate_ssh
(parameters
(identifier_org) identifier_org
)parameters
(block
(expression_statement
(assignment
(identifier_username) identifier_username
(call
(attribute... | Try authenticating via ssh, if succesful yields a User, otherwise raises Error. |
(module
(function_definition
(function_name_tqdm) function_name_tqdm
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_async_tqdm) identifier_async_tqdm
(attribute
(identifier_utils) identi... | Add a progression bar for the current download. |
(module
(function_definition
(function_name_find_cycle) function_name_find_cycle
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_node) identifier_node
(attribute
(identifier_self) identifier_self
(identifier_no... | greedy search for a cycle |
(module
(function_definition
(function_name_build) function_name_build
(parameters
(identifier_self) identifier_self
(identifier_shutit) identifier_shutit
)parameters
(block
(if_statement
(comparison_operator
(subscript
(attribute
(identifi... | Initializes target ready for build and updating package management if in container. |
(module
(function_definition
(function_name_takes_parameters) function_name_takes_parameters
(parameters
(identifier_count) identifier_count
)parameters
(block
(function_definition
(function_name_decorator) function_name_decorator
(parameters
(identifier_f) identi... | Ensure the filter function has "count" parameters specified. |
(module
(function_definition
(function_name_create_service) function_name_create_service
(parameters
(identifier_self) identifier_self
(identifier_service_type) identifier_service_type
(identifier_plan_name) identifier_plan_name
(identifier_service_name) identifier_service_name
(... | Create a service instance. |
(module
(function_definition
(function_name__pin_mongos) function_name__pin_mongos
(parameters
(identifier_self) identifier_self
(identifier_server) identifier_server
)parameters
(block
(expression_statement
(assignment
(attribute
(attribute
... | Pin this session to the given mongos Server. |
(module
(function_definition
(function_name_render) function_name_render
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
(default_parameter
(identifier_accepted_media_type) identifier_accepted_media_type
(None) None
)default_parameter
... | Renders `data` into serialized XML. |
(module
(function_definition
(function_name_validate) function_name_validate
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(boolean_operator
(attribute
(identifier_self) identifier_self
(identifier_required) identif... | check that the block can be run |
(module
(function_definition
(function_name_autocrop) function_name_autocrop
(parameters
(identifier_im) identifier_im
(identifier_bgcolor) identifier_bgcolor
)parameters
(block
(expression_statement
(string_"Crop away a border of the given background color.") string_"Crop aw... | Crop away a border of the given background color. |
(module
(function_definition
(function_name_read_corpus) function_name_read_corpus
(parameters
(identifier_file_name) identifier_file_name
)parameters
(block
(with_statement
(with_clause
(with_item
(as_pattern
(call
(attribute
... | Read and return the data from a corpus json file. |
(module
(function_definition
(function_name_main) function_name_main
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_project_root) identifier_project_root
(call
(attribute
(identifier_utils) identifier_utils
... | Main part of the download script. |
(module
(function_definition
(function_name_unsubscribe_multi) function_name_unsubscribe_multi
(parameters
(identifier_self) identifier_self
(identifier_topics) identifier_topics
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifie... | Unsubscribe to some topics. |
(module
(function_definition
(function_name_compute_dependency_specs) function_name_compute_dependency_specs
(parameters
(identifier_cls) identifier_cls
(default_parameter
(identifier_kwargs) identifier_kwargs
(None) None
)default_parameter
(default_parameter
(i... | Tack imported_target_specs onto the traversable_specs generator for this target. |
(module
(function_definition
(function_name_switch_add_record) function_name_switch_add_record
(parameters
(identifier_self) identifier_self
(identifier_userid) identifier_userid
(identifier_interface) identifier_interface
(default_parameter
(identifier_port) identifier_port
... | Add userid and nic name address into switch table. |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_index_file) identifier_index_file
(attribute
(identifier_self) ident... | Safely write the index data to the index file |
(module
(function_definition
(function_name_install_handler) function_name_install_handler
(parameters
(identifier_self) identifier_self
(identifier_app) identifier_app
)parameters
(block
(expression_statement
(assignment
(identifier_basedir) identifier_basedir
... | Install log handler on Flask application. |
(module
(function_definition
(function_name__add_from_str) function_name__add_from_str
(parameters
(identifier_self) identifier_self
(identifier_s) identifier_s
)parameters
(block
(if_statement
(boolean_operator
(comparison_operator
(subscript
... | Add locations from a string |
(module
(function_definition
(function_name_textwidth) function_name_textwidth
(parameters
(identifier_self) identifier_self
(identifier_text) identifier_text
(identifier_config) identifier_config
)parameters
(block
(expression_statement
(assignment
(identifie... | Calculates the width of the specified text. |
(module
(function_definition
(function_name__selection_by_callable) function_name__selection_by_callable
(parameters
(identifier_self) identifier_self
(identifier_view) identifier_view
(identifier_num_slices) identifier_num_slices
(identifier_non_empty_slices) identifier_non_empty_slic... | Returns all the slices selected by the given callable. |
(module
(function_definition
(function_name_pageId) function_name_pageId
(parameters
(identifier_self) identifier_self
(identifier_pageId) identifier_pageId
)parameters
(block
(if_statement
(comparison_operator
(identifier_pageId) identifier_pageId
(None) ... | Set the ID of the physical page this file manifests. |
(module
(function_definition
(function_name__expired) function_name__expired
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_LOG) identifier_LOG
(identifier_info) identifier_info
... | Hold timer expired event handler. |
(module
(function_definition
(function_name_init) function_name_init
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(pattern_list
(identifier_type_) identifier_type_
(identifier_data) identifier_data
)pattern_list
... | Extract some info from chunks |
(module
(function_definition
(function_name_raise_for_missing_name) function_name_raise_for_missing_name
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_line) identifier_line
(type
(identifier_str) identifier_str
)type
)typed_param... | Raise an exception if the namespace is not defined or if it does not validate the given name. |
(module
(function_definition
(function_name_reply_count) function_name_reply_count
(parameters
(identifier_self) identifier_self
(identifier_url) identifier_url
(default_parameter
(identifier_mode) identifier_mode
(integer_5) integer_5
)default_parameter
(default_... | Return comment count for main thread and all reply threads for one url. |
(module
(function_definition
(function_name_showBeamlines) function_name_showBeamlines
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_cnt) identifier_cnt
(integer_0) integer_0
)assignment
... | show all defined beamlines |
(module
(function_definition
(function_name__validate) function_name__validate
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier__errors) iden... | Run validation, save errors to object in self._errors |
(module
(function_definition
(function_name_pick_monomials_of_degree) function_name_pick_monomials_of_degree
(parameters
(identifier_monomials) identifier_monomials
(identifier_degree) identifier_degree
)parameters
(block
(expression_statement
(assignment
(identifie... | Collect all monomials up of a given degree. |
(module
(function_definition
(function_name__restore_clipboard_selection) function_name__restore_clipboard_selection
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_backup) identifier_backup
(type
(identifier_str) identifier_str
)type
... | Restore the selection clipboard content. |
(module
(function_definition
(function_name_schedule_from_proto_dicts) function_name_schedule_from_proto_dicts
(parameters
(typed_parameter
(identifier_device) identifier_device
(type
(string_'xmon_device.XmonDevice') string_'xmon_device.XmonDevice'
)type
)typed_p... | Convert proto dictionaries into a Schedule for the given device. |
(module
(function_definition
(function_name_stop) function_name_stop
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(boolean_operator
(comparison_operator
(attribute
(identifier_self) identifier_self
... | Stop the indicator process. |
(module
(function_definition
(function_name_make_text_page) function_name_make_text_page
(parameters
(identifier_self) identifier_self
(identifier_valumap) identifier_valumap
)parameters
(block
(expression_statement
(call
(attribute
(identifier_logger) i... | Builds the report as text page, using the template page from file. |
(module
(function_definition
(function_name_sha1) function_name_sha1
(parameters
(identifier_s) identifier_s
)parameters
(block
(expression_statement
(assignment
(identifier_h) identifier_h
(call
(attribute
(identifier_hashlib) identifi... | Returns a sha1 of the given string |
(module
(function_definition
(function_name_validate_profile_exists) function_name_validate_profile_exists
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(attribute
(identifier_self)... | Validate the provided profiles name exists. |
(module
(function_definition
(function_name__import_parsers) function_name__import_parsers
(parameters
)parameters
(block
(global_statement
(identifier_ARCGIS_NODES) identifier_ARCGIS_NODES
)global_statement
(global_statement
(identifier_ARCGIS_ROOTS) identifier_ARCGI... | Lazy imports to prevent circular dependencies between this module and utils |
(module
(function_definition
(function_name_hash_data) function_name_hash_data
(parameters
(identifier_data) identifier_data
(default_parameter
(identifier_blocksize) identifier_blocksize
(integer_65536) integer_65536
)default_parameter
)parameters
(block
(expre... | Hashes list of data, strings or data |
(module
(function_definition
(function_name__set_format) function_name__set_format
(parameters
(identifier_profile) identifier_profile
)parameters
(block
(expression_statement
(assignment
(identifier_x) identifier_x
(call
(identifier_set) identifier_... | Prepare dict to list of y values with same x |
(module
(function_definition
(function_name_detect_keep_boundary) function_name_detect_keep_boundary
(parameters
(identifier_start) identifier_start
(identifier_end) identifier_end
(identifier_namespaces) identifier_namespaces
)parameters
(block
(expression_statement
(a... | a helper to inspect a link and see if we should keep the link boundary |
(module
(function_definition
(function_name_update_port_precommit) function_name_update_port_precommit
(parameters
(identifier_self) identifier_self
(identifier_context) identifier_context
)parameters
(block
(expression_statement
(assignment
(pattern_list
... | Update port pre-database transaction commit event. |
(module
(function_definition
(function_name_NotifyQueue) function_name_NotifyQueue
(parameters
(identifier_self) identifier_self
(identifier_notification) identifier_notification
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)para... | This signals that there are new messages available in a queue. |
(module
(function_definition
(function_name_subvolumes) function_name_subvolumes
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_SYNC) identifier_... | Subvolumes contained in this mount. |
(module
(function_definition
(function_name_create) function_name_create
(parameters
(identifier_cls) identifier_cls
(identifier_fpath) identifier_fpath
)parameters
(block
(expression_statement
(string_"Creates a `Config` from `fpath`.") string_"Creates a `Config` from `fpath... | Creates a `Config` from `fpath`. |
(module
(function_definition
(function_name__authenticate) function_name__authenticate
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(boolean_operator
(not_operator
(call
(attribute
(identifier_sel... | Logs-in the user and checks the domain name |
(module
(function_definition
(function_name_save_vocabulary) function_name_save_vocabulary
(parameters
(identifier_self) identifier_self
(identifier_vocab_path) identifier_vocab_path
)parameters
(block
(expression_statement
(assignment
(identifier_index) identifier_... | Save the tokenizer vocabulary to a directory or file. |
(module
(function_definition
(function_name___FinalizeRequest) function_name___FinalizeRequest
(parameters
(identifier_self) identifier_self
(identifier_http_request) identifier_http_request
(identifier_url_builder) identifier_url_builder
)parameters
(block
(if_statement
... | Make any final general adjustments to the request. |
(module
(function_definition
(function_name_circuit_to_pyquil) function_name_circuit_to_pyquil
(parameters
(typed_parameter
(identifier_circuit) identifier_circuit
(type
(identifier_Circuit) identifier_Circuit
)type
)typed_parameter
)parameters
(type
... | Convert a QuantumFlow circuit to a pyQuil program |
(module
(function_definition
(function_name_reach_process_pmc) function_name_reach_process_pmc
(parameters
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_request) identifier_request
(identifier_method) identifier_method
... | Process PubMedCentral article and return INDRA Statements. |
(module
(function_definition
(function_name__task_to_dict) function_name__task_to_dict
(parameters
(identifier_task) identifier_task
)parameters
(block
(expression_statement
(assignment
(identifier_payload) identifier_payload
(attribute
(identifier_t... | Converts a WorkQueue to a JSON-able dictionary. |
(module
(function_definition
(function_name_ensure_connectable) function_name_ensure_connectable
(parameters
(identifier_self) identifier_self
(identifier_nailgun) identifier_nailgun
)parameters
(block
(expression_statement
(assignment
(identifier_attempt_count) ide... | Ensures that a nailgun client is connectable or raises NailgunError. |
(module
(function_definition
(function_name_connect_telnet) function_name_connect_telnet
(parameters
(identifier_name) identifier_name
(default_parameter
(identifier_ip_address) identifier_ip_address
(None) None
)default_parameter
(default_parameter
(identifier_... | Connect to a MicroPython board via telnet. |
(module
(function_definition
(function_name__simpleparsefun) function_name__simpleparsefun
(parameters
(identifier_date) identifier_date
)parameters
(block
(if_statement
(call
(identifier_hasattr) identifier_hasattr
(argument_list
(identifier_date) i... | Simple date parsing function |
(module
(function_definition
(function_name__prompt_wrapper) function_name__prompt_wrapper
(parameters
(identifier_message) identifier_message
(default_parameter
(identifier_default) identifier_default
(None) None
)default_parameter
(default_parameter
(identifie... | Handle references piped from file |
(module
(function_definition
(function_name_all) function_name_all
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_s... | Gets all usage periods. |
(module
(function_definition
(function_name_dir_exists) function_name_dir_exists
(parameters
(identifier_location) identifier_location
(default_parameter
(identifier_use_sudo) identifier_use_sudo
(False) False
)default_parameter
)parameters
(block
(with_statemen... | Tells if there is a remote directory at the given location. |
(module
(function_definition
(function_name_heading2table) function_name_heading2table
(parameters
(identifier_soup) identifier_soup
(identifier_table) identifier_table
(identifier_row) identifier_row
)parameters
(block
(expression_statement
(assignment
(ident... | add heading row to table |
(module
(function_definition
(function_name__parse_rdf) function_name__parse_rdf
(parameters
(identifier_self) identifier_self
(identifier_file) identifier_file
)parameters
(block
(expression_statement
(assignment
(identifier_store) identifier_store
(call
... | Returns a case from the given file. |
(module
(function_definition
(function_name__onLexerError) function_name__onLexerError
(parameters
(identifier_self) identifier_self
(identifier_message) identifier_message
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self)... | Memorizes a lexer error message |
(module
(function_definition
(function_name_on_message) function_name_on_message
(parameters
(identifier_self) identifier_self
(identifier_new_data) identifier_new_data
)parameters
(block
(expression_statement
(call
(attribute
(identifier_LOGGER) identif... | Processes incoming messages according to engine-io rules |
(module
(function_definition
(function_name_tidy_eggs_list) function_name_tidy_eggs_list
(parameters
(identifier_eggs_list) identifier_eggs_list
)parameters
(block
(expression_statement
(assignment
(identifier_tmp) identifier_tmp
(list
)list
)a... | Tidy the given eggs list |
(module
(function_definition
(function_name_import_lib) function_name_import_lib
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(import_statement
(dotted_name
(identifier_ambry) identifier_ambry
... | Import the lib.py file into the bundle module |
(module
(function_definition
(function_name_on_focusout) function_name_on_focusout
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
(identifier_a) identifier_a
)parameters
(block
(if_statement
(comparison_operator
(call
... | function that gets called whenever anywhere except entry is clicked |
(module
(function_definition
(function_name_zero_state) function_name_zero_state
(parameters
(identifier_self) identifier_self
(identifier_batch_size) identifier_batch_size
)parameters
(block
(return_statement
(call
(attribute
(identifier_torch) identifi... | Initial state of the network |
(module
(function_definition
(function_name_login) function_name_login
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_email) identifier_email
(None) None
)default_parameter
(default_parameter
(identifier_password) identifier_passwor... | Authenticate user and emit event. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.