sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name__get_domain_id) function_name__get_domain_id
(parameters
(identifier_self) identifier_self
(identifier_domain_text_element) identifier_domain_text_element
)parameters
(block
(try_statement
(block
(expression_statement
... | Return the easyname id of the domain. |
(module
(function_definition
(function_name__get_end_event) function_name__get_end_event
(parameters
(identifier_parser) identifier_parser
(identifier_tagName) identifier_tagName
)parameters
(block
(expression_statement
(assignment
(tuple_pattern
(identi... | Check that the next event is the end of a particular XML tag. |
(module
(function_definition
(function_name_image) function_name_image
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_image_id) identifier_image_id
(call
(attribute
(attrib... | The image of the container. |
(module
(function_definition
(function_name_accounts) function_name_accounts
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(attribute
(identifier_account) identifier_account
(identifier_HPEAccountCollectio... | Property to provide instance of HPEAccountCollection |
(module
(function_definition
(function_name_plotly_app_identifier) function_name_plotly_app_identifier
(parameters
(default_parameter
(identifier_name) identifier_name
(None) None
)default_parameter
(default_parameter
(identifier_slug) identifier_slug
(None) N... | Return a slug-friendly identifier |
(module
(function_definition
(function_name_textslice) function_name_textslice
(parameters
(identifier_self) identifier_self
(identifier_start) identifier_start
(identifier_end) identifier_end
)parameters
(block
(return_statement
(call
(attribute
(... | Return a chunk referencing a slice of a scalar text value. |
(module
(function_definition
(function_name_print_traceback) function_name_print_traceback
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_traceback) identifier_traceback
(identifi... | Print the traceback of the exception wrapped by the AbbreviatedException. |
(module
(function_definition
(function_name_runSearchReferenceSets) function_name_runSearchReferenceSets
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
)parameters
(block
(return_statement
(call
(attribute
(identifi... | Runs the specified SearchReferenceSetsRequest. |
(module
(function_definition
(function_name_path) function_name_path
(parameters
(identifier_filename) identifier_filename
)parameters
(block
(expression_statement
(assignment
(identifier_filename) identifier_filename
(call
(identifier_unmap_file) id... | Return full filename path for filename |
(module
(function_definition
(function_name__set_labels) function_name__set_labels
(parameters
(identifier_node) identifier_node
(identifier_apiserver_url) identifier_apiserver_url
(identifier_labels) identifier_labels
)parameters
(block
(expression_statement
(assignmen... | Replace labels dict by a new one |
(module
(function_definition
(function_name_append_code_expr) function_name_append_code_expr
(parameters
(identifier_self) identifier_self
(identifier_code) identifier_code
)parameters
(block
(if_statement
(boolean_operator
(call
(identifier_isinstance) ... | Compile argument and adds it to the list of code objects. |
(module
(function_definition
(function_name_dict) function_name_dict
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier__dict) identifier__dict
)attribute
(block... | Return dotenv as dict |
(module
(function_definition
(function_name_get) function_name_get
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(dictionary_comprehension
(pair
(identifier_k) identifier_k
(identifier_v) identifier_v
... | Retrieve options set by user. |
(module
(function_definition
(function_name__get_bottom_line_coordinates) function_name__get_bottom_line_coordinates
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_rect_x) identifier... | Returns start and stop coordinates of bottom line |
(module
(function_definition
(function_name_communityvisibilitystate) function_name_communityvisibilitystate
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
... | Return the Visibility State of the Users Profile |
(module
(function_definition
(function_name_set) function_name_set
(parameters
(identifier_self) identifier_self
(identifier_instance) identifier_instance
(identifier_value) identifier_value
(dictionary_splat_pattern
(identifier_kw) identifier_kw
)dictionary_splat_pattern... | Converts the value into a DateTime object before setting. |
(module
(function_definition
(function_name_RDirs) function_name_RDirs
(parameters
(identifier_self) identifier_self
(identifier_pathlist) identifier_pathlist
)parameters
(block
(expression_statement
(assignment
(identifier_cwd) identifier_cwd
(boolean_ope... | Search for a list of directories in the Repository list. |
(module
(function_definition
(function_name_dump_commands) function_name_dump_commands
(parameters
(identifier_self) identifier_self
(identifier_commands) identifier_commands
)parameters
(block
(expression_statement
(assignment
(identifier_directory) identifier_dire... | Dump commands wrapper for external access. |
(module
(function_definition
(function_name_getch) function_name_getch
(parameters
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_sys) identifier_sys
(identifier_platform) identifier_platform
)attribute
(... | Request a single character input from the user. |
(module
(function_definition
(function_name_format_status) function_name_format_status
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_width) identifier_width
(None) None
)default_parameter
(default_parameter
(identifier_label_width)... | Generate the formatted status bar string. |
(module
(function_definition
(function_name_to_string) function_name_to_string
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_buff) identifier_buff
(string_u"") string_u""
)assignment
... | Converts the document to a string. |
(module
(function_definition
(function_name_savetostr) function_name_savetostr
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_sortkey) identifier_sortkey
(True) True
)default_parameter
)parameters
(block
(return_statement
(c... | Save configurations to a single string |
(module
(function_definition
(function_name_complete_wrap) function_name_complete_wrap
(parameters
(identifier_self) identifier_self
(identifier_func) identifier_func
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
... | Readline eats exceptions raised by completer functions. |
(module
(function_definition
(function_name_addFrame) function_name_addFrame
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_fr) identifier_fr
(binary_operator
(binary_operator
... | Add frame to current video. |
(module
(function_definition
(function_name__get_namespaces) function_name__get_namespaces
(parameters
(identifier_apiserver_url) identifier_apiserver_url
(default_parameter
(identifier_name) identifier_name
(string_"") string_""
)default_parameter
)parameters
(block
... | Get namespace is namespace is defined otherwise return all namespaces |
(module
(function_definition
(function_name_revoke_tokens) function_name_revoke_tokens
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier_is_ac... | Revoke the authorization token and all tokens that were generated using it. |
(module
(function_definition
(function_name_check_error) function_name_check_error
(parameters
(identifier_res) identifier_res
(identifier_error_enum) identifier_error_enum
)parameters
(block
(if_statement
(call
(attribute
(identifier_res) identifier_res... | Raise if the result has an error, otherwise return the result. |
(module
(function_definition
(function_name_flat) function_name_flat
(parameters
(identifier_self) identifier_self
(identifier_obj) identifier_obj
(default_parameter
(identifier_mask) identifier_mask
(integer_0) integer_0
)default_parameter
)parameters
(block
... | Return the aligned flat size. |
(module
(function_definition
(function_name_finalize_backreferences) function_name_finalize_backreferences
(parameters
(identifier_seen_backrefs) identifier_seen_backrefs
(identifier_gallery_conf) identifier_gallery_conf
)parameters
(block
(expression_statement
(assignment
... | Replace backref files only if necessary. |
(module
(function_definition
(function_name_openOrders) function_name_openOrders
(parameters
(identifier_self) identifier_self
)parameters
(type
(generic_type
(identifier_List) identifier_List
(type_parameter
(type
(identifier_Order) identifier_Order
... | List of all open orders. |
(module
(function_definition
(function_name_svevent_reader) function_name_svevent_reader
(parameters
(identifier_in_file) identifier_in_file
)parameters
(block
(with_statement
(with_clause
(with_item
(as_pattern
(call
(identifier_... | Lazy generator of SV events, returned as dictionary of parts. |
(module
(function_definition
(function_name_taxonomy) function_name_taxonomy
(parameters
(identifier_value) identifier_value
)parameters
(block
(try_statement
(block
(expression_statement
(call
(attribute
(identifier_value) identi... | Any ASCII character goes into a taxonomy, except spaces. |
(module
(function_definition
(function_name_on_resize) function_name_on_resize
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(expression_statement
(assignment
... | Signal handler callback for SIGWINCH. |
(module
(function_definition
(function_name_on_open) function_name_on_open
(parameters
(identifier_self) identifier_self
(identifier_info) identifier_info
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | sockjs-tornado on_open handler |
(module
(function_definition
(function_name_save) function_name_save
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(try_statement
(block
(retur... | Override save method to catch handled errors and repackage them as 400 errors. |
(module
(function_definition
(function_name_write_to_path) function_name_write_to_path
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_path) identifier_path
(None) None
)default_parameter
)parameters
(block
(if_statement
(com... | Write configuration to a file on disk. |
(module
(function_definition
(function_name_predefinedEntity) function_name_predefinedEntity
(parameters
(identifier_name) identifier_name
)parameters
(block
(expression_statement
(assignment
(identifier_ret) identifier_ret
(call
(attribute
... | Check whether this name is an predefined entity. |
(module
(function_definition
(function_name_path_helper) function_name_path_helper
(parameters
(identifier_self) identifier_self
(identifier_operations) identifier_operations
(identifier_view) identifier_view
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
... | Path helper that allows passing a bottle view function. |
(module
(function_definition
(function_name__update_streams) function_name__update_streams
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_content) identifier_content
(call
(attribute
... | Update the list of available straems |
(module
(function_definition
(function_name_load_task_definition_file) function_name_load_task_definition_file
(parameters
(identifier_task_def_file) identifier_task_def_file
)parameters
(block
(try_statement
(block
(with_statement
(with_clause
(... | Open and parse a task-definition file in YAML format. |
(module
(function_definition
(function_name_commit) function_name_commit
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier__transaction) ident... | Commit any pending transaction. |
(module
(function_definition
(function_name__default_headers) function_name__default_headers
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_headers) identifier_headers
(dictionary
(pair
... | Set the default header for a Twilio SendGrid v3 API call |
(module
(function_definition
(function_name__configure_endpoint) function_name__configure_endpoint
(parameters
(identifier_self) identifier_self
(identifier_endpoint) identifier_endpoint
)parameters
(block
(if_statement
(not_operator
(call
(attribute
... | Configure the endpoint with a schema and end slash. |
(module
(function_definition
(function_name_schema_complete) function_name_schema_complete
(parameters
)parameters
(block
(return_statement
(call
(identifier_Schema) identifier_Schema
(argument_list
(dictionary
(pair
(string_'... | Schema for data in CollectorStage. |
(module
(function_definition
(function_name_uniqueify) function_name_uniqueify
(parameters
(typed_parameter
(identifier_my_list) identifier_my_list
(type
(identifier_Any) identifier_Any
)type
)typed_parameter
)parameters
(type
(generic_type
(... | Remove duplicate entries in a list retaining order. |
(module
(function_definition
(function_name_get_json) function_name_get_json
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_encoding) identifier_encoding
(string_'utf-8') string_'utf-8'
)default_parameter
)parameters
(block
(return_... | Shortcut to get JSON messages. |
(module
(function_definition
(function_name_on_welcome) function_name_on_welcome
(parameters
(identifier_self) identifier_self
(identifier_connection) identifier_connection
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(call
(att... | Join the channel once connected to the IRC server. |
(module
(function_definition
(function_name_clean_account) function_name_clean_account
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_account) identifier_account
(subscript
(attribute
... | Ensure this is an income account |
(module
(function_definition
(function_name_angle) function_name_angle
(parameters
(identifier_self) identifier_self
(identifier_other) identifier_other
)parameters
(block
(return_statement
(call
(attribute
(identifier_math) identifier_math
(... | Return the angle to the vector other |
(module
(function_definition
(function_name_write_tex) function_name_write_tex
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_datadir) identifier_datadir
(attribute
(identifier_livvkit) identifier_livvkit
(identifi... | Finds all of the output data files, and writes them out to .tex |
(module
(function_definition
(function_name_StartElement) function_name_StartElement
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
(identifier_attributes) identifier_attributes
)parameters
(block
(if_statement
(comparison_operator
... | Expat start element event handler |
(module
(function_definition
(function_name_rebuildButtons) function_name_rebuildButtons
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_btn) identifier_btn
(call
(attribute
(identifier_self) identifier_self
... | Rebuilds the buttons for the advanced actions. |
(module
(function_definition
(function_name_create_api_key) function_name_create_api_key
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_apikeys) identifier_apikeys
(call
(attribute
... | Create API Key for API access. |
(module
(function_definition
(function_name_snip_this) function_name_snip_this
(parameters
(default_parameter
(identifier_tag) identifier_tag
(string_"") string_""
)default_parameter
(default_parameter
(identifier_write_date) identifier_write_date
(True) True
... | When this function is invoced in a notebook cell, the cell is snipped. |
(module
(function_definition
(function_name_create_attributes) function_name_create_attributes
(parameters
(identifier_klass) identifier_klass
(identifier_attributes) identifier_attributes
(default_parameter
(identifier_previous_object) identifier_previous_object
(None) None
... | Attributes for webhook creation. |
(module
(function_definition
(function_name__write) function_name__write
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(if_statement
(comparison_operator
(string_' ') string_' '
(identifier_value) iden... | rename to write and import inspect to debut the callstack |
(module
(function_definition
(function_name_deploy_ext) function_name_deploy_ext
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
(identifie... | Deploy the ext_mods tarball |
(module
(function_definition
(function_name_filter_queryset) function_name_filter_queryset
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
(identifier_queryset) identifier_queryset
(identifier_view) identifier_view
)parameters
(block
... | Filter out any artifacts which the requesting user does not have permission to view. |
(module
(function_definition
(function_name_canonicalize) function_name_canonicalize
(parameters
(identifier_interval) identifier_interval
(default_parameter
(identifier_lower_inc) identifier_lower_inc
(True) True
)default_parameter
(default_parameter
(identifie... | Convert equivalent discrete intervals to different representations. |
(module
(function_definition
(function_name_editableFields) function_name_editableFields
(parameters
(identifier_self) identifier_self
(identifier_instance) identifier_instance
(default_parameter
(identifier_visible_only) identifier_visible_only
(False) False
)default_p... | Returns a list of editable fields for the given instance |
(module
(function_definition
(function_name_on_import1) function_name_on_import1
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(call
(attribute
(identifier_pmag_menu_dialogs) id... | initialize window to import an arbitrary file into the working directory |
(module
(function_definition
(function_name__clean) function_name__clean
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(if_statement
(comparison_operator
(identifier_value) identifier_value
(None) None... | Validate and clean a candidate value for this field. |
(module
(function_definition
(function_name_runserver) function_name_runserver
(parameters
(identifier_ctx) identifier_ctx
(identifier_conf) identifier_conf
(identifier_port) identifier_port
(identifier_foreground) identifier_foreground
)parameters
(block
(expression_stat... | Run the fnExchange server |
(module
(function_definition
(function_name_updateWeather) function_name_updateWeather
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_yql) identifier_yql
(call
(attribute
(... | Fetch weather data from Yahoo! True if success. |
(module
(function_definition
(function_name_cli) function_name_cli
(parameters
(identifier_obj) identifier_obj
(identifier_username) identifier_username
(identifier_scopes) identifier_scopes
(identifier_duration) identifier_duration
(identifier_text) identifier_text
(identi... | Create or delete an API key. |
(module
(function_definition
(function_name_end_comma) function_name_end_comma
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identifier_isins... | Validate and set the comma termination flag. |
(module
(function_definition
(function_name_top) function_name_top
(parameters
(identifier_self) identifier_self
)parameters
(type
(string_"InstanceNode") string_"InstanceNode"
)type
(block
(expression_statement
(assignment
(identifier_inst) identifier_inst
... | Return an instance node corresponding to the root of the data tree. |
(module
(function_definition
(function_name__netmiko_open) function_name__netmiko_open
(parameters
(identifier_self) identifier_self
(identifier_device_type) identifier_device_type
(default_parameter
(identifier_netmiko_optional_args) identifier_netmiko_optional_args
(None) N... | Standardized method of creating a Netmiko connection using napalm attributes. |
(module
(function_definition
(function_name_populateFromRow) function_name_populateFromRow
(parameters
(identifier_self) identifier_self
(identifier_ontologyRecord) identifier_ontologyRecord
)parameters
(block
(expression_statement
(assignment
(attribute
... | Populates this Ontology using values in the specified DB row. |
(module
(function_definition
(function_name_teardown) function_name_teardown
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
(ident... | cleanup the monitor data and |
(module
(function_definition
(function_name_parametererror) function_name_parametererror
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(pattern_list
(identifier_parametergroup) identifier_parametergroup
(identifier_parameters) i... | Return the first parameter error, or False if there is none |
(module
(function_definition
(function_name_xml) function_name_xml
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_indent) identifier_indent
(string_"") string_""
)default_parameter
)parameters
(block
(expression_statement
(a... | Serialise provenance data to XML. This is included in CLAM Metadata files |
(module
(function_definition
(function_name_upset_union) function_name_upset_union
(parameters
(identifier_self) identifier_self
(identifier_featuresets) identifier_featuresets
)parameters
(block
(expression_statement
(assignment
(identifier_concepts) identifier_con... | Yield all featuresets that subsume any of the given ones. |
(module
(function_definition
(function_name_NoSuchEntityOk) function_name_NoSuchEntityOk
(parameters
(identifier_f) identifier_f
)parameters
(block
(function_definition
(function_name_ExceptionFilter) function_name_ExceptionFilter
(parameters
(list_splat_pattern
... | Decorator to remove NoSuchEntity exceptions, and raises all others. |
(module
(function_definition
(function_name__get_dependency_specification) function_name__get_dependency_specification
(parameters
(typed_parameter
(identifier_dep_spec) identifier_dep_spec
(type
(subscript
(attribute
(identifier_typing) identifier_typ... | Get string representation of dependency specification as provided by PythonDependencyParser. |
(module
(function_definition
(function_name_resize_image) function_name_resize_image
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
(identifier_size) identifier_size
)parameters
(block
(import_from_statement
(dotted_name
(ident... | Resizes the given image to fit inside a box of the given size. |
(module
(function_definition
(function_name_deregister) function_name_deregister
(parameters
(identifier_self) identifier_self
(identifier_subscriber) identifier_subscriber
)parameters
(block
(try_statement
(block
(expression_statement
(call
... | Stop publishing to a subscriber. |
(module
(function_definition
(function_name_filter_by_folder) function_name_filter_by_folder
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_include) identifier_include
(None) None
)default_parameter
(default_parameter
(identifier_ex... | Only keep filenames in `include` folder or reject the ones in `exclude`. |
(module
(function_definition
(function_name__get_word_ngrams) function_name__get_word_ngrams
(parameters
(identifier_n) identifier_n
(identifier_sentences) identifier_sentences
)parameters
(block
(assert_statement
(comparison_operator
(call
(identifier_l... | Calculates word n-grams for multiple sentences. |
(module
(function_definition
(function_name_end_log_output) function_name_end_log_output
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
... | Print ending output to log. |
(module
(function_definition
(function_name_parse_value) function_name_parse_value
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(if_statement
(comparison_operator
(attribute
(identifier_se... | Turn the value of an incoming dataset into a hydra-friendly value. |
(module
(function_definition
(function_name_checkout) function_name_checkout
(parameters
(identifier_accountable) identifier_accountable
(identifier_issue_key) identifier_issue_key
)parameters
(block
(expression_statement
(assignment
(identifier_issue) identifier_is... | Checkout a new branch or checkout to a branch for a given issue. |
(module
(function_definition
(function_name_yes_or_no) function_name_yes_or_no
(parameters
(identifier_message) identifier_message
)parameters
(block
(while_statement
(True) True
(block
(print_statement
(identifier_message) identifier_message
... | Gets user input and returns True for yes and False for no. |
(module
(function_definition
(function_name_ends) function_name_ends
(parameters
(identifier_self) identifier_self
(identifier_layer) identifier_layer
)parameters
(block
(expression_statement
(assignment
(identifier_ends) identifier_ends
(list
)l... | Retrieve end positions of elements if given layer. |
(module
(function_definition
(function_name__numbered_style) function_name__numbered_style
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_style) identifier_style
(call
(identifier_ListStyle) identifier_ListStyle
(a... | Create a numbered list style. |
(module
(function_definition
(function_name_mapping) function_name_mapping
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_kdims) identifier_kdims
(None) None
)default_parameter
(default_parameter
(identifier_vdims) identifier_vdims
... | Deprecated method to convert data to dictionary |
(module
(function_definition
(function_name_call_env_doctree_read) function_name_call_env_doctree_read
(parameters
(identifier_cls) identifier_cls
(identifier_kb_app) identifier_kb_app
(typed_parameter
(identifier_sphinx_app) identifier_sphinx_app
(type
(identifier_... | On doctree-read, do callbacks |
(module
(function_definition
(function_name_classifymetagenome) function_name_classifymetagenome
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_logging) identifier_logging
(identi... | Run the classify metagenome of the CLARK package on the samples |
(module
(function_definition
(function_name_tokenize) function_name_tokenize
(parameters
(identifier_self) identifier_self
(identifier_text) identifier_text
)parameters
(block
(expression_statement
(assignment
(identifier_start) identifier_start
(unary_ope... | tokenize function in Tokenizer. |
(module
(function_definition
(function_name_stop_trace) function_name_stop_trace
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_frame) identifier_frame
(None) None
)default_parameter
)parameters
(block
(expression_statement
... | Stop tracing from here |
(module
(function_definition
(function_name_request) function_name_request
(parameters
(default_parameter
(identifier_func) identifier_func
(None) None
)default_parameter
(default_parameter
(identifier_timeout) identifier_timeout
(integer_600) integer_600
... | use to request an api call from a specific endpoint |
(module
(function_definition
(function_name_instance_path_for) function_name_instance_path_for
(parameters
(identifier_name) identifier_name
(identifier_identifier_type) identifier_identifier_type
(default_parameter
(identifier_identifier_key) identifier_identifier_key
(None)... | Get a path for thing. |
(module
(function_definition
(function_name_construct_channel) function_name_construct_channel
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statemen... | Build the channel tree by adding TopicNodes and ContentNode children. |
(module
(function_definition
(function_name_prt_objdesc) function_name_prt_objdesc
(parameters
(identifier_self) identifier_self
(identifier_prt) identifier_prt
)parameters
(block
(expression_statement
(assignment
(identifier_txt) identifier_txt
(string_"I... | Return description of this GoSubDag object. |
(module
(function_definition
(function_name_minify_js_files) function_name_minify_js_files
(parameters
)parameters
(block
(for_statement
(pattern_list
(identifier_k) identifier_k
(identifier_v) identifier_v
)pattern_list
(call
(attribute
... | This command minified js files with UglifyJS |
(module
(function_definition
(function_name_exists) function_name_exists
(parameters
(identifier_self) identifier_self
(identifier_key) identifier_key
(dictionary_splat_pattern
(identifier_opts) identifier_opts
)dictionary_splat_pattern
)parameters
(block
(express... | Return if a key exists in the cache. |
(module
(function_definition
(function_name__connect) function_name__connect
(parameters
(identifier_self) identifier_self
(identifier_config) identifier_config
)parameters
(block
(if_statement
(comparison_operator
(string_'connection_timeout') string_'connection_ti... | Establish a connection with a MySQL database. |
(module
(function_definition
(function_name__distribute_save_datasets) function_name__distribute_save_datasets
(parameters
(identifier_self) identifier_self
(identifier_scenes_iter) identifier_scenes_iter
(identifier_client) identifier_client
(default_parameter
(identifier_batc... | Distribute save_datasets across a cluster. |
(module
(function_definition
(function_name__reflow_lines) function_name__reflow_lines
(parameters
(identifier_parsed_tokens) identifier_parsed_tokens
(identifier_indentation) identifier_indentation
(identifier_max_line_length) identifier_max_line_length
(identifier_start_on_prefix_lin... | Reflow the lines so that it looks nice. |
(module
(function_definition
(function_name_monitor) function_name_monitor
(parameters
(identifier_self) identifier_self
(identifier_timeout) identifier_timeout
)parameters
(block
(function_definition
(function_name_check) function_name_check
(parameters
(id... | Monitor the process, check whether it runs out of time. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.