sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_reservations) function_name_reservations
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_command) identifier_command
(list
(identifier_SINFO) i... | get nodes of every reservations |
(module
(function_definition
(function_name_handle_input) function_name_handle_input
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_... | Process the mouse event. |
(module
(function_definition
(function_name_frequencies_plot) function_name_frequencies_plot
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_xmin) identifier_xmin
(integer_0) integer_0
)default_parameter
(default_parameter
(identifie... | Generate the qualities plot |
(module
(function_definition
(function_name_with_exit_condition) function_name_with_exit_condition
(parameters
(identifier_self) identifier_self
(typed_default_parameter
(identifier_exit_condition) identifier_exit_condition
(type
(generic_type
(identifier_Opti... | Sets the flag indicating that the task should also run after the optimisation is ended. |
(module
(function_definition
(function_name_package_version) function_name_package_version
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_version_path) identifier_version_path
(call
(attribute
(attribute
... | Get the package version via Git Tag. |
(module
(function_definition
(function_name__check_array_parms) function_name__check_array_parms
(parameters
(identifier_is_array) identifier_is_array
(identifier_array_size) identifier_array_size
(identifier_value) identifier_value
(identifier_element_kind) identifier_element_kind
... | Check whether array-related parameters are ok. |
(module
(function_definition
(function_name_scan_timestamp) function_name_scan_timestamp
(parameters
(identifier_self) identifier_self
(identifier_tbuf) identifier_tbuf
)parameters
(block
(while_statement
(True) True
(block
(expression_statement
... | scan forward looking in a tlog for a timestamp in a reasonable range |
(module
(function_definition
(function_name_ci_macos) function_name_ci_macos
(parameters
)parameters
(block
(expression_statement
(call
(identifier_run_command) identifier_run_command
(argument_list
(string_"brew install $PYTHON pipenv || echo \"Installed ... | Setup Travis-CI macOS for wheel building |
(module
(function_definition
(function_name_load_all_aldb) function_name_load_all_aldb
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_clear) identifier_clear
(True) True
)default_parameter
)parameters
(block
(for_statement
(... | Read all devices ALDB. |
(module
(function_definition
(function_name_seconds2str) function_name_seconds2str
(parameters
(identifier_seconds) identifier_seconds
)parameters
(block
(if_statement
(comparison_operator
(identifier_seconds) identifier_seconds
(integer_0) integer_0
)co... | Returns string such as 1h 05m 55s. |
(module
(function_definition
(function_name_packets_to_flows) function_name_packets_to_flows
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_packet) identifier_packet
(attribute
(identifier_self) identifier_self
... | Combine packets into flows |
(module
(function_definition
(function_name__reset_server_state) function_name__reset_server_state
(parameters
(identifier_self) identifier_self
)parameters
(type
(None) None
)type
(block
(expression_statement
(assignment
(attribute
(identifier_s... | Clear stored information about the server. |
(module
(function_definition
(function_name_opener) function_name_opener
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(string_"A reusable connection manager") string_"A reusable connection manager"
)expression_statement
(if_stat... | A reusable connection manager |
(module
(function_definition
(function_name_text) function_name_text
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_texts) identifier_texts
(list
)list
)assignment
)expressio... | Renders the contents inside this element, without html tags. |
(module
(function_definition
(function_name_start) function_name_start
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_update_device_info) identif... | start running in background. |
(module
(function_definition
(function_name___Calc_HSL_to_RGB_Components) function_name___Calc_HSL_to_RGB_Components
(parameters
(identifier_var_q) identifier_var_q
(identifier_var_p) identifier_var_p
(identifier_C) identifier_C
)parameters
(block
(if_statement
(compari... | This is used in HSL_to_RGB conversions on R, G, and B. |
(module
(function_definition
(function_name_add_task) function_name_add_task
(parameters
(identifier_self) identifier_self
(identifier_func) identifier_func
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identi... | Add a task to the queue. |
(module
(function_definition
(function_name_read_line) function_name_read_line
(parameters
(identifier_self) identifier_self
(identifier_line) identifier_line
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_ignore)... | Read a new line |
(module
(function_definition
(function_name_dump) function_name_dump
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
(default_parameter
(identifier_stream) identifier_stream
(None) None
)default_parameter
)parameters
(block
... | Encrypt data and print stdout or write to stream. |
(module
(function_definition
(function_name__query_gen) function_name__query_gen
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(identifier_urlencode) identifier_urlencode
(argument_list
(attribute
... | Generates The String for queries |
(module
(function_definition
(function_name___get_cfg_pkgs_rpm) function_name___get_cfg_pkgs_rpm
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_out) identifier_out
(ident... | Get packages with configuration files on RPM systems. |
(module
(function_definition
(function_name_latexpdf) function_name_latexpdf
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_rc) identifier_rc
(call
(identifier_latex) identifier_latex
(argument_list
)ar... | make LaTeX files and run them through pdflatex |
(module
(function_definition
(function_name_all_files_in_directory) function_name_all_files_in_directory
(parameters
(identifier_path) identifier_path
)parameters
(block
(expression_statement
(assignment
(identifier_file_list) identifier_file_list
(list
... | Recursively ist all files under a directory |
(module
(function_definition
(function_name_rename_abiext) function_name_rename_abiext
(parameters
(identifier_self) identifier_self
(identifier_inext) identifier_inext
(identifier_outext) identifier_outext
)parameters
(block
(expression_statement
(assignment
... | Rename the Abinit file with extension inext with the new extension outext |
(module
(function_definition
(function_name_complain) function_name_complain
(parameters
(identifier_error) identifier_error
)parameters
(block
(if_statement
(call
(identifier_callable) identifier_callable
(argument_list
(identifier_error) identifier... | Raises in develop; warns in release. |
(module
(function_definition
(function_name_max_tot_value) function_name_max_tot_value
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) ide... | Set maximum ToT value that is considered to be a hit |
(module
(function_definition
(function_name_LE16) function_name_LE16
(parameters
(identifier_value) identifier_value
(default_parameter
(identifier_min_value) identifier_min_value
(None) None
)default_parameter
(default_parameter
(identifier_max_value) identifie... | 16-bit field, Little endian encoded |
(module
(function_definition
(function_name_toPairTreePath) function_name_toPairTreePath
(parameters
(identifier_name) identifier_name
)parameters
(block
(expression_statement
(assignment
(identifier_sName) identifier_sName
(call
(identifier_sanitize... | Cleans a string, and then splits it into a pairtree path. |
(module
(function_definition
(function_name_calcperc) function_name_calcperc
(parameters
(identifier_b) identifier_b
(default_parameter
(identifier_perc) identifier_perc
(tuple
(float_0.1) float_0.1
(float_99.9) float_99.9
)tuple
)default_parameter... | Calculate values at specified percentiles |
(module
(function_definition
(function_name_restore_directory_state) function_name_restore_directory_state
(parameters
(identifier_self) identifier_self
(identifier_fname) identifier_fname
)parameters
(block
(expression_statement
(assignment
(identifier_root) identi... | Restore directory expanded state |
(module
(function_definition
(function_name_ensure_sink) function_name_ensure_sink
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_topic_info) identifier_topic_info
(call
(attribute
... | Ensure the log sink and its pub sub topic exist. |
(module
(function_definition
(function_name_handle_initialize) function_name_handle_initialize
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(call
(attribute
(attribute
... | data is search space |
(module
(function_definition
(function_name_rows) function_name_rows
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_tvm) identifier_tvm
(call
(attribute
(call
... | Yield rows for the term, for writing terms to a CSV file. |
(module
(function_definition
(function_name_from_dict) function_name_from_dict
(parameters
(identifier_cls) identifier_cls
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(identifier_data) identifier_data
(call
... | Converts this from a dictionary to a object. |
(module
(function_definition
(function_name__command_callback) function_name__command_callback
(parameters
(identifier_self) identifier_self
(identifier_message) identifier_message
)parameters
(block
(expression_statement
(assignment
(identifier_payload) identifier_... | The callback subscribed to the broker |
(module
(function_definition
(function_name_submitted_projects) function_name_submitted_projects
(parameters
(identifier_raw_df) identifier_raw_df
)parameters
(block
(expression_statement
(assignment
(identifier_df) identifier_df
(call
(attribute
... | Return all submitted projects. |
(module
(function_definition
(function_name_write_file) function_name_write_file
(parameters
(identifier_self) identifier_self
(identifier_html) identifier_html
(identifier_outfile) identifier_outfile
)parameters
(block
(try_statement
(block
(with_statement
... | Write an HTML string to a file. |
(module
(function_definition
(function_name_checkversion) function_name_checkversion
(parameters
(identifier_version) identifier_version
(default_parameter
(identifier_REFVERSION) identifier_REFVERSION
(identifier_FOLIAVERSION) identifier_FOLIAVERSION
)default_parameter
)... | Checks FoLiA version, returns 1 if the document is newer than the library, -1 if it is older, 0 if it is equal |
(module
(function_definition
(function_name_topics_count) function_name_topics_count
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(binary_operator
(attribute
(attribute
(identifier_self) identifier_self
... | Returns the number of topics associated with the current node and its descendants. |
(module
(function_definition
(function_name_new_lineup) function_name_new_lineup
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
(identifier_location) identifier_location
(identifier_device) identifier_device
(identifier__type) identifier__type
... | Callback run for each new lineup |
(module
(function_definition
(function_name_patch) function_name_patch
(parameters
(identifier_self) identifier_self
(identifier_delta) identifier_delta
)parameters
(block
(expression_statement
(string_"Applies remote delta to local file.") string_"Applies remote delta to loc... | Applies remote delta to local file. |
(module
(function_definition
(function_name__get_base_state) function_name__get_base_state
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_base_app_inst) identifier_base_app_inst
(call
(a... | Get the base state of the object, as defined by the app.layout code, as a python dict |
(module
(function_definition
(function_name_fetch_check) function_name_fetch_check
(parameters
(identifier_self) identifier_self
(identifier_master) identifier_master
)parameters
(block
(if_statement
(call
(attribute
(attribute
(identifier_... | check for missing parameters periodically |
(module
(function_definition
(function_name_prepareDiff) function_name_prepareDiff
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier_streamFor... | Prepare to run the checker and get diff results. |
(module
(function_definition
(function_name_make_argument_subquery) function_name_make_argument_subquery
(parameters
(identifier_arg) identifier_arg
)parameters
(block
(return_statement
(conditional_expression
(call
(attribute
(identifier_Subquer... | Decide when a Join argument needs to be wrapped in a subquery |
(module
(function_definition
(function_name_mouseMove) function_name_mouseMove
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_PSRML) identifier_PSRML
(None) None
)default_parameter
(default_parameter
(identifier_dy) identifier_dy
... | Low-level mouse actions |
(module
(function_definition
(function_name__createLink) function_name__createLink
(parameters
(identifier_self) identifier_self
(identifier_linkResult) identifier_linkResult
(identifier_replaceParamFile) identifier_replaceParamFile
)parameters
(block
(expression_statement
... | Create GSSHAPY Link Object Method |
(module
(function_definition
(function_name_list) function_name_list
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(list
(attribute
(attribute
(identifier_self) identifier_self
(identifier__pos3d... | position in 3d space |
(module
(function_definition
(function_name__get_variant_silent) function_name__get_variant_silent
(parameters
(identifier_parser) identifier_parser
(identifier_variant) identifier_variant
)parameters
(block
(expression_statement
(assignment
(identifier_prev_log) id... | Gets a variant from the parser while disabling logging. |
(module
(function_definition
(function_name_read_txt_file) function_name_read_txt_file
(parameters
(identifier_fname) identifier_fname
)parameters
(block
(expression_statement
(assignment
(identifier_encodings) identifier_encodings
(list
(string_'utf... | Reads a txt file, regardless of its encoding |
(module
(function_definition
(function_name_setup_function) function_name_setup_function
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(attribute
(identifier_log... | Runs prior to the global main function. |
(module
(function_definition
(function_name_create_module) function_name_create_module
(parameters
(identifier_self) identifier_self
(identifier_spec) identifier_spec
)parameters
(block
(expression_statement
(assignment
(identifier_mod) identifier_mod
(cal... | Improve python2 semantics for module creation. |
(module
(function_definition
(function_name__handle_external_link) function_name__handle_external_link
(parameters
(identifier_self) identifier_self
(identifier_token) identifier_token
)parameters
(block
(expression_statement
(assignment
(pattern_list
(i... | Handle when an external link is at the head of the tokens. |
(module
(function_definition
(function_name__as_reference_point) function_name__as_reference_point
(parameters
(identifier_self) identifier_self
)parameters
(type
(attribute
(identifier_np) identifier_np
(identifier_ndarray) identifier_ndarray
)attribute
)type
... | Return classification information as reference point |
(module
(function_definition
(function_name_show_gateway_device) function_name_show_gateway_device
(parameters
(identifier_self) identifier_self
(identifier_gateway_device_id) identifier_gateway_device_id
(dictionary_splat_pattern
(identifier__params) identifier__params
)dictio... | Fetch a gateway device. |
(module
(function_definition
(function_name__consume) function_name__consume
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(augmented_assignment
(attribute
(identifier_self) identifier_self
(identifier__stre... | Gets rid of the used parts of the buffer. |
(module
(function_definition
(function_name_getComicData) function_name_getComicData
(parameters
(identifier_self) identifier_self
(identifier_comic) identifier_comic
)parameters
(block
(if_statement
(comparison_operator
(identifier_comic) identifier_comic
... | Return dictionary with comic info. |
(module
(function_definition
(function_name_find) function_name_find
(parameters
(identifier_command) identifier_command
(identifier_on) identifier_on
)parameters
(block
(expression_statement
(assignment
(identifier_output_lines) identifier_output_lines
(c... | Find the command usage. |
(module
(function_definition
(function_name_search) function_name_search
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(string_"redirect to bookmark search") string_"redirect to bookmark search"
)expression_statement
(expression_... | redirect to bookmark search |
(module
(function_definition
(function_name_sign_file) function_name_sign_file
(parameters
(identifier_self) identifier_self
(identifier_filepath) identifier_filepath
)parameters
(block
(if_statement
(not_operator
(identifier_GPG_PRESENT) identifier_GPG_PRESENT
... | Signs file if possible |
(module
(function_definition
(function_name__select_vs) function_name__select_vs
(parameters
(identifier_v) identifier_v
(identifier_p) identifier_p
)parameters
(block
(if_statement
(comparison_operator
(identifier_v) identifier_v
(float_120.) float_120.
... | returns the points to use for interpolating v |
(module
(function_definition
(function_name_become) function_name_become
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_layer_type) identifier_layer_type
(type
(generic_type
(identifier_Type) identifier_Type
(type_parame... | Transform this layer into another layer type |
(module
(function_definition
(function_name_list_attachments) function_name_list_attachments
(parameters
(identifier_fullname) identifier_fullname
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_parent) identifier_parent
... | List attachment for the specified fullname. |
(module
(function_definition
(function_name_shutdown_all) function_name_shutdown_all
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
... | For testing use, arrange for all connections to be shut down. |
(module
(function_definition
(function_name_cd) function_name_cd
(parameters
(identifier_dest) identifier_dest
)parameters
(block
(expression_statement
(assignment
(identifier_origin) identifier_origin
(call
(attribute
(identifier_os) i... | Temporarily cd into a directory |
(module
(function_definition
(function_name_check) function_name_check
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(binary_operator
(attribute
(identifier_self) identifier_self
... | Returns True if `interval` seconds have passed since it last ran |
(module
(function_definition
(function_name__send_merge_commands) function_name__send_merge_commands
(parameters
(identifier_self) identifier_self
(identifier_config) identifier_config
(identifier_file_config) identifier_file_config
)parameters
(block
(if_statement
(com... | Netmiko is being used to push set commands. |
(module
(function_definition
(function_name_uuid_object) function_name_uuid_object
(parameters
(default_parameter
(identifier_title) identifier_title
(string_"Reference") string_"Reference"
)default_parameter
(default_parameter
(identifier_description) identifier_desc... | Generates a regular expression controlled UUID field |
(module
(function_definition
(function_name__DeleteClientActionRequest) function_name__DeleteClientActionRequest
(parameters
(identifier_self) identifier_self
(identifier_to_delete) identifier_to_delete
(default_parameter
(identifier_cursor) identifier_cursor
(None) None
... | Builds deletes for client messages. |
(module
(function_definition
(function_name_redraw_current_line) function_name_redraw_current_line
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_no_streams) identifier_no_s... | Redraw the highlighted line |
(module
(function_definition
(function_name__get_lsun) function_name__get_lsun
(parameters
(identifier_directory) identifier_directory
(identifier_category) identifier_category
(identifier_split_name) identifier_split_name
)parameters
(block
(expression_statement
(call
... | Downloads all lsun files to directory unless they are there. |
(module
(function_definition
(function_name_item) function_name_item
(parameters
(identifier_self) identifier_self
(identifier_infohash) identifier_infohash
(default_parameter
(identifier_prefetch) identifier_prefetch
(None) None
)default_parameter
(default_parame... | Fetch a single item by its info hash. |
(module
(function_definition
(function_name_information_title_header_element) function_name_information_title_header_element
(parameters
(identifier_feature) identifier_feature
(identifier_parent) identifier_parent
)parameters
(block
(expression_statement
(assignment
... | Retrieve information title header string from definitions. |
(module
(function_definition
(function_name_runSearchReadGroupSets) function_name_runSearchReadGroupSets
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
)parameters
(block
(return_statement
(call
(attribute
(identifi... | Runs the specified SearchReadGroupSetsRequest. |
(module
(function_definition
(function_name_as_list) function_name_as_list
(parameters
(identifier_callable) identifier_callable
)parameters
(block
(decorated_definition
(decorator
(call
(identifier_wraps) identifier_wraps
(argument_list
... | Convert a scalar validator in a list validator |
(module
(function_definition
(function_name__fill_topology_cfg) function_name__fill_topology_cfg
(parameters
(identifier_self) identifier_self
(identifier_topo_dict) identifier_topo_dict
)parameters
(block
(expression_statement
(assignment
(identifier_cfg_dict) iden... | Fills the extra configurations in the topology. |
(module
(function_definition
(function_name_download_bundle_view) function_name_download_bundle_view
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
(identifier_pk) identifier_pk
)parameters
(block
(return_statement
(call
... | A view that allows the user to download a certificate bundle in PEM format. |
(module
(function_definition
(function_name_load_project_flag_list_file) function_name_load_project_flag_list_file
(parameters
(identifier_self) identifier_self
(identifier_project_exceptions) identifier_project_exceptions
(identifier_project) identifier_project
)parameters
(block
... | Loads project specific lists |
(module
(function_definition
(function_name_on_click) function_name_on_click
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(call
(attribute
(call
(identifier_Deskt... | Override this method to do more interesting things with the event. |
(module
(function_definition
(function_name_output_xml) function_name_output_xml
(parameters
(identifier_data) identifier_data
(identifier_code) identifier_code
(default_parameter
(identifier_headers) identifier_headers
(None) None
)default_parameter
)parameters
... | Makes a Flask response with a XML encoded body |
(module
(function_definition
(function_name_visit_FunctionDef) function_name_visit_FunctionDef
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
)parameters
(block
(if_statement
(parenthesized_expression
(boolean_operator
(c... | Determine this function definition can be inlined. |
(module
(function_definition
(function_name_createHeadingPointer) function_name_createHeadingPointer
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(id... | Creates the pointer for the current heading. |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(string_"Read and interpret data from the daemon.") string_"Read and interpret data from the daemon."
)expression_statem... | Read and interpret data from the daemon. |
(module
(function_definition
(function_name_runCommandReturnOutput) function_name_runCommandReturnOutput
(parameters
(identifier_cmd) identifier_cmd
)parameters
(block
(expression_statement
(assignment
(identifier_splits) identifier_splits
(call
(att... | Runs a shell command and return the stdout and stderr |
(module
(function_definition
(function_name_autodoc_module) function_name_autodoc_module
(parameters
(identifier_module) identifier_module
)parameters
(block
(expression_statement
(assignment
(identifier_doc) identifier_doc
(call
(identifier_getattr)... | Add a short summary of all implemented members to a modules docstring. |
(module
(function_definition
(function_name__fix_uncontracted) function_name__fix_uncontracted
(parameters
(identifier_basis) identifier_basis
)parameters
(block
(for_statement
(identifier_el) identifier_el
(call
(attribute
(subscript
(id... | Forces the contraction coefficient of uncontracted shells to 1.0 |
(module
(function_definition
(function_name_path_only_contains_dirs) function_name_path_only_contains_dirs
(parameters
(identifier_self) identifier_self
(identifier_path) identifier_path
)parameters
(block
(expression_statement
(assignment
(identifier_pathlistdir) i... | Return boolean on whether a path only contains directories. |
(module
(function_definition
(function_name_backup) function_name_backup
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
(attribute
(identifier_self) identif... | Backup the main dataframe |
(module
(function_definition
(function_name_pin_command) function_name_pin_command
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_parts) identifier_parts
(list
(string_'pip-compile') str... | Compose pip-compile shell command |
(module
(function_definition
(function_name_publishToRoom) function_name_publishToRoom
(parameters
(identifier_self) identifier_self
(identifier_roomId) identifier_roomId
(identifier_name) identifier_name
(identifier_data) identifier_data
(default_parameter
(identifier_us... | Publish to given room data submitted |
(module
(function_definition
(function_name_remove_key) function_name_remove_key
(parameters
(identifier_pki_dir) identifier_pki_dir
(identifier_id_) identifier_id_
)parameters
(block
(expression_statement
(assignment
(identifier_key) identifier_key
(call
... | This method removes a specified key from the accepted keys dir |
(module
(function_definition
(function_name_deploy_media) function_name_deploy_media
(parameters
)parameters
(block
(if_statement
(boolean_operator
(boolean_operator
(not_operator
(attribute
(identifier_env) identifier_env
... | Deploy MEDIA_ROOT unversioned on host |
(module
(function_definition
(function_name_sample) function_name_sample
(parameters
(identifier_name) identifier_name
(identifier_reads_in_tuple) identifier_reads_in_tuple
)parameters
(block
(if_statement
(comparison_operator
(identifier_name) identifier_name
... | Create a new sample. |
(module
(function_definition
(function_name_from_dataframe) function_name_from_dataframe
(parameters
(identifier_cls) identifier_cls
(identifier_name) identifier_name
(identifier_df) identifier_df
(identifier_indices) identifier_indices
(default_parameter
(identifier_prim... | Infer table metadata from a DataFrame |
(module
(function_definition
(function_name_Validate) function_name_Validate
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
(identifier_type) identifi... | The filter exists, and has valid filter and hint expressions. |
(module
(function_definition
(function_name_main) function_name_main
(parameters
(default_parameter
(identifier_argv) identifier_argv
(None) None
)default_parameter
)parameters
(block
(import_from_statement
(dotted_name
(identifier_intake) identifier... | Execute the "intake" command line program. |
(module
(function_definition
(function_name_ping) function_name_ping
(parameters
(identifier_self) identifier_self
)parameters
(type
(None) None
)type
(block
(if_statement
(boolean_operator
(comparison_operator
(attribute
(identifie... | Pings a database connection, reconnecting if necessary. |
(module
(function_definition
(function_name_store) function_name_store
(parameters
(identifier_self) identifier_self
(identifier_secrets) identifier_secrets
(identifier_job) identifier_job
)parameters
(block
(for_statement
(identifier_j) identifier_j
(identifier... | Sanitize the job object of any of the given secrets. |
(module
(function_definition
(function_name_print_summary) function_name_print_summary
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier_tp) i... | Print summary metrics of the annotation comparisons. |
(module
(function_definition
(function_name_response) function_name_response
(parameters
(identifier_self) identifier_self
(identifier_msgid) identifier_msgid
(identifier_response) identifier_response
)parameters
(block
(expression_statement
(call
(attribute
... | Handle a response message. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.