sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_StringEncoder) function_name_StringEncoder
(parameters
(identifier_field_number) identifier_field_number
(identifier_is_repeated) identifier_is_repeated
(identifier_is_packed) identifier_is_packed
)parameters
(block
(expression_statem... | Returns an encoder for a string field. |
(module
(function_definition
(function_name_datetimes) function_name_datetimes
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
(identifier__timestamps_... | A sorted list of datetimes in this analysis period. |
(module
(function_definition
(function_name_OnSortAscending) function_name_OnSortAscending
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(try_statement
(block
(with_statement
(with_clause
... | Sort ascending event handler |
(module
(function_definition
(function_name_download) function_name_download
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_ftp) identifier_ftp
(call
(attribute
(identifier_ftplib) identifier_ftplib
... | Download all files from an FTP share |
(module
(function_definition
(function_name_command_preflight_check) function_name_command_preflight_check
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_checks_pass) identifier_chec... | Detects whether we have everything needed to mount sshfs filesystems. |
(module
(function_definition
(function_name_abort) function_name_abort
(parameters
(identifier_aggregate) identifier_aggregate
)parameters
(block
(while_statement
(True) True
(block
(try_statement
(block
(expression_statement
... | Helper function to ensure a clean shutdown. |
(module
(function_definition
(function_name__fill_request) function_name__fill_request
(parameters
(identifier_self) identifier_self
(identifier_request) identifier_request
(identifier_rdata) identifier_rdata
)parameters
(block
(if_statement
(not_operator
(cal... | Fills request with data from the jsonrpc call. |
(module
(function_definition
(function_name_timedeltaToString) function_name_timedeltaToString
(parameters
(identifier_delta) identifier_delta
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_delta) identifier_delta
(ide... | Convert timedelta to an ical DURATION. |
(module
(function_definition
(function_name__parse) function_name__parse
(parameters
(identifier_self) identifier_self
(identifier_item_iter) identifier_item_iter
(identifier_state) identifier_state
)parameters
(block
(expression_statement
(assignment
(identif... | Parse the array data using the provided iterator of XML elements. |
(module
(function_definition
(function_name_obsres_from_oblock_id) function_name_obsres_from_oblock_id
(parameters
(identifier_self) identifier_self
(identifier_obsid) identifier_obsid
(default_parameter
(identifier_configuration) identifier_configuration
(None) None
)d... | Override instrument configuration if configuration is not None |
(module
(function_definition
(function_name_predictive_probability_multistate) function_name_predictive_probability_multistate
(parameters
(identifier_M_c) identifier_M_c
(identifier_X_L_list) identifier_X_L_list
(identifier_X_D_list) identifier_X_D_list
(identifier_Y) identifier_Y
... | Returns the predictive probability, averaged over each sample. |
(module
(function_definition
(function_name__set_session_cookie) function_name__set_session_cookie
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_LOGGER) identifier_LOGGER
(identi... | Set the session data cookie. |
(module
(function_definition
(function_name_prepare_mongod_server) function_name_prepare_mongod_server
(parameters
(identifier_server) identifier_server
)parameters
(block
(expression_statement
(call
(identifier_log_info) identifier_log_info
(argument_list
... | Contains post start server operations |
(module
(function_definition
(function_name_apply) function_name_apply
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_read_group_info) identifier... | Apply changes to the plots. |
(module
(function_definition
(function_name_local_timezone) function_name_local_timezone
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(attribute
(identifier_self) identifier_self
... | Returns the name of the local timezone. |
(module
(function_definition
(function_name_module_functions) function_name_module_functions
(parameters
(identifier_modulestr) identifier_modulestr
)parameters
(block
(expression_statement
(assignment
(identifier_funcs) identifier_funcs
(call
(ident... | Return ordered dictionary of all functions declared in module |
(module
(function_definition
(function_name_create_node_tables) function_name_create_node_tables
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
... | Create node and link tables if they don't exist. |
(module
(function_definition
(function_name__is_allowed_abbr) function_name__is_allowed_abbr
(parameters
(identifier_self) identifier_self
(identifier_tokens) identifier_tokens
)parameters
(block
(if_statement
(comparison_operator
(call
(identifier_len) ... | Return True if text is an allowed abbreviation. |
(module
(function_definition
(function_name_dict_to_enum_fn) function_name_dict_to_enum_fn
(parameters
(typed_parameter
(identifier_d) identifier_d
(type
(generic_type
(identifier_Dict) identifier_Dict
(type_parameter
(type
... | Converts an ``dict`` to a ``Enum``. |
(module
(function_definition
(function_name__get_fix_my_django_submission_url) function_name__get_fix_my_django_submission_url
(parameters
(identifier_self) identifier_self
(identifier_tb_info) identifier_tb_info
(identifier_sanitized_tb) identifier_sanitized_tb
)parameters
(block
... | Links to the error submission url with pre filled fields |
(module
(function_definition
(function_name__copy_params) function_name__copy_params
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_cls) identifier_cls
(call
(identifier_type) identifier... | Copy all params defined on the class to current object. |
(module
(function_definition
(function_name__factory) function_name__factory
(parameters
(identifier_cls) identifier_cls
(identifier_constraints) identifier_constraints
(identifier_op) identifier_op
)parameters
(block
(expression_statement
(assignment
(identif... | Factory for joining constraints with a single conjunction |
(module
(function_definition
(function_name__size_map) function_name__size_map
(parameters
(identifier_size) identifier_size
)parameters
(block
(try_statement
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identi... | Map Bcache's size strings to real bytes |
(module
(function_definition
(function_name_change_last_time_step) function_name_change_last_time_step
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_replace_time_step_kwargs) identifier_replace_time_step_kwargs
)dictionary_splat_pattern
)para... | Replace the last time-steps with the given kwargs. |
(module
(function_definition
(function_name_skip) function_name_skip
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(pattern_list
(identifier_pos) identifier_pos
(identifier_element) identifier_element
)pattern_list
... | Eats through the input iterator without recording the content. |
(module
(function_definition
(function_name_destroy) function_name_destroy
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_node) identifier_node
(attribute
(identifier_self) identifier_se... | Insure only destroyable nodes are destroyed |
(module
(function_definition
(function_name_list_types) function_name_list_types
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_uri) identifier_uri
(string_"/notification_types") string_"/notificati... | Returns a list of all available notification types. |
(module
(function_definition
(function_name__get_float) function_name__get_float
(parameters
(identifier_data) identifier_data
(identifier_position) identifier_position
(identifier_dummy0) identifier_dummy0
(identifier_dummy1) identifier_dummy1
(identifier_dummy2) identifier_dumm... | Decode a BSON double to python float. |
(module
(function_definition
(function_name__start_container) function_name__start_container
(parameters
(identifier_self) identifier_self
(identifier_container) identifier_container
(identifier_tool_d) identifier_tool_d
(identifier_s_containers) identifier_s_containers
(identifi... | Start container that was passed in and return status |
(module
(function_definition
(function_name__active_mounts_openbsd) function_name__active_mounts_openbsd
(parameters
(identifier_ret) identifier_ret
)parameters
(block
(for_statement
(identifier_line) identifier_line
(call
(attribute
(call
... | List active mounts on OpenBSD systems |
(module
(function_definition
(function_name_must_stop) function_name_must_stop
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(identifier_bool) identifier_bool
(argument_list
(boolean_operator
(... | Return True if the worker must stop when the current loop is over. |
(module
(function_definition
(function_name_compare_digest) function_name_compare_digest
(parameters
(identifier_a) identifier_a
(identifier_b) identifier_b
)parameters
(block
(expression_statement
(assignment
(identifier_py_version) identifier_py_version
... | Compare 2 hash digest. |
(module
(function_definition
(function_name_generate) function_name_generate
(parameters
(identifier_env) identifier_env
)parameters
(block
(global_statement
(identifier_PDFLaTeXAction) identifier_PDFLaTeXAction
)global_statement
(if_statement
(comparison_operat... | Add Builders and construction variables for pdflatex to an Environment. |
(module
(function_definition
(function_name_bar3d) function_name_bar3d
(parameters
(typed_parameter
(identifier_h2) identifier_h2
(type
(identifier_Histogram2D) identifier_Histogram2D
)type
)typed_parameter
(typed_parameter
(identifier_ax) identifier... | Plot of 2D histograms as 3D boxes. |
(module
(function_definition
(function_name_root_urns_for_deletion) function_name_root_urns_for_deletion
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_roots) identifier_roots
(call
(ide... | Roots of the graph of urns marked for deletion. |
(module
(function_definition
(function_name__load_ssh) function_name__load_ssh
(parameters
(identifier_self) identifier_self
(identifier_tag) identifier_tag
)parameters
(block
(for_statement
(identifier_child) identifier_child
(identifier_tag) identifier_tag
(... | Loads the SSH configuration into the vardict. |
(module
(function_definition
(function_name_request) function_name_request
(parameters
(identifier_self) identifier_self
(identifier_method) identifier_method
(identifier_url) identifier_url
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat... | Override request method disabling verify on token renewal if disabled on session. |
(module
(function_definition
(function_name_compose) function_name_compose
(parameters
(identifier_func_list) identifier_func_list
)parameters
(block
(function_definition
(function_name_f) function_name_f
(parameters
(identifier_G) identifier_G
(identifi... | composion of preprocessing functions |
(module
(function_definition
(function_name_user_can_add_attachments) function_name_user_can_add_attachments
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(call
(attribute
(identifier_self) identifie... | Checks if the current logged in user is allowed to add attachments |
(module
(function_definition
(function_name_backlink) function_name_backlink
(parameters
(identifier_node) identifier_node
)parameters
(block
(expression_statement
(assignment
(identifier_seen) identifier_seen
(call
(identifier_set) identifier_set
... | Given a CFG with outgoing links, create incoming links. |
(module
(function_definition
(function_name_attr) function_name_attr
(parameters
(identifier_aid) identifier_aid
)parameters
(block
(function_definition
(function_name__attr) function_name__attr
(parameters
(identifier_ctx) identifier_ctx
)parameters
... | Action function generator to retrieve an attribute from the current link |
(module
(function_definition
(function_name_log_all) function_name_log_all
(parameters
(identifier_self) identifier_self
(identifier_file) identifier_file
)parameters
(block
(global_statement
(identifier_rflink_log) identifier_rflink_log
)global_statement
(if_stat... | Log all data received from RFLink to file. |
(module
(function_definition
(function_name_access_list) function_name_access_list
(parameters
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
(assignment
(identifier_ctx) ide... | Shows services for which there are ACL specified. |
(module
(function_definition
(function_name_fix_e271) function_name_fix_e271
(parameters
(identifier_self) identifier_self
(identifier_result) identifier_result
)parameters
(block
(expression_statement
(assignment
(identifier_line_index) identifier_line_index
... | Fix extraneous whitespace around keywords. |
(module
(function_definition
(function_name_bytes_needed) function_name_bytes_needed
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_native) identifier_native
)attrib... | return number of bytes needed for next parsing stage |
(module
(function_definition
(function_name__installed_snpeff_genome) function_name__installed_snpeff_genome
(parameters
(identifier_base_name) identifier_base_name
(identifier_config) identifier_config
)parameters
(block
(expression_statement
(assignment
(identifie... | Find the most recent installed genome for snpEff with the given name. |
(module
(function_definition
(function_name_keys) function_name_keys
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_keys) identifier_keys
(call
(attribute
(attribute
... | Return a list of all resource names of this widget. |
(module
(function_definition
(function_name_Validate) function_name_Validate
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(identifier_ValidateMultiple) identifier_ValidateMultiple
(argument_list
(attrib... | Check the Method is well constructed. |
(module
(function_definition
(function_name_resumable) function_name_resumable
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_jids) identifier_jids
(subscript
(subscript
(a... | Find all the jobs that we'd previously been working on |
(module
(function_definition
(function_name_dl_cub) function_name_dl_cub
(parameters
(identifier_cub_url) identifier_cub_url
(identifier_cub_archive_name) identifier_cub_archive_name
)parameters
(block
(with_statement
(with_clause
(with_item
(as_pattern
... | Download cub archive from cub_url and store it in cub_archive_name |
(module
(function_definition
(function_name_generate_vector_color_map) function_name_generate_vector_color_map
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_vector_stops) identifier_vector_stops
(l... | Generate color stops array for use with match expression in mapbox template |
(module
(function_definition
(function_name_can_use_cached_output) function_name_can_use_cached_output
(parameters
(identifier_self) identifier_self
(identifier_contentitem) identifier_contentitem
)parameters
(block
(return_statement
(boolean_operator
(boolean_opera... | Read the cached output - only when search needs it. |
(module
(function_definition
(function_name_using_ios_stash) function_name_using_ios_stash
(parameters
)parameters
(block
(expression_statement
(call
(identifier_print) identifier_print
(argument_list
(string_'detected install path:') string_'detected inst... | returns true if sys path hints the install is running on ios |
(module
(function_definition
(function_name_change_channel_group) function_name_change_channel_group
(parameters
(identifier_self) identifier_self
(identifier_group) identifier_group
)parameters
(block
(assert_statement
(comparison_operator
(attribute
(i... | Change the current channel group. |
(module
(function_definition
(function_name_retryable_writes_supported) function_name_retryable_writes_supported
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(parenthesized_expression
(boolean_operator
(comparison_operator... | Checks if this server supports retryable writes. |
(module
(function_definition
(function_name__get_context_id) function_name__get_context_id
(parameters
(identifier_self) identifier_self
)parameters
(block
(import_from_statement
(dotted_name
(identifier_furious) identifier_furious
(identifier_context) identifie... | If this async is in a context set the context id. |
(module
(function_definition
(function_name__prepare_app) function_name__prepare_app
(parameters
(identifier_self) identifier_self
(identifier_app) identifier_app
)parameters
(block
(for_statement
(identifier_key) identifier_key
(list
(string_'url') string_'... | Normalize app data, preparing it for the detection phase. |
(module
(function_definition
(function_name_register_directory) function_name_register_directory
(parameters
(identifier_self) identifier_self
(identifier_dirpath) identifier_dirpath
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)... | Registers all of the files in the the directory path |
(module
(function_definition
(function_name_start_block) function_name_start_block
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_stylestack) identifier_stylestack
(None) None
)default_parameter
)parameters
(block
(if_statement
... | starts a block entity with an optional style definition |
(module
(function_definition
(function_name_infer_endpoint) function_name_infer_endpoint
(parameters
(identifier_rule_payload) identifier_rule_payload
)parameters
(block
(expression_statement
(assignment
(identifier_bucket) identifier_bucket
(call
(a... | Infer which endpoint should be used for a given rule payload. |
(module
(function_definition
(function_name_parse) function_name_parse
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | Return generator yielding Field objects for a given node |
(module
(function_definition
(function_name_permissions) function_name_permissions
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
(c... | Returns a collection of permissions for the curent tailored audience. |
(module
(function_definition
(function_name__validate_nodes_with_data) function_name__validate_nodes_with_data
(parameters
(identifier_self) identifier_self
(identifier_names) identifier_names
)parameters
(block
(expression_statement
(assignment
(identifier_names) i... | Validate NodeWithData pseudo-type. |
(module
(function_definition
(function_name__collect_names) function_name__collect_names
(parameters
(identifier_handlers) identifier_handlers
(identifier_scopes) identifier_scopes
(identifier_user) identifier_user
(identifier_client) identifier_client
)parameters
(block
... | Get the names of the claims supported by the handlers for the requested scope. |
(module
(function_definition
(function_name_changelog_cli) function_name_changelog_cli
(parameters
(identifier_ctx) identifier_ctx
)parameters
(block
(if_statement
(attribute
(identifier_ctx) identifier_ctx
(identifier_invoked_subcommand) identifier_invoked_subc... | Generate changelog from commit messages. |
(module
(function_definition
(function_name_hilite) function_name_hilite
(parameters
(identifier_s) identifier_s
(default_parameter
(identifier_ok) identifier_ok
(True) True
)default_parameter
(default_parameter
(identifier_bold) identifier_bold
(False) ... | Return an highlighted version of 'string'. |
(module
(function_definition
(function_name__make_color_fn) function_name__make_color_fn
(parameters
(identifier_color) identifier_color
)parameters
(block
(function_definition
(function_name__color) function_name__color
(parameters
(default_parameter
... | Create a function that set the foreground color. |
(module
(function_definition
(function_name_list) function_name_list
(parameters
(identifier_self) identifier_self
(identifier_wg_uuid) identifier_wg_uuid
(default_parameter
(identifier_parent) identifier_parent
(None) None
)default_parameter
(default_parameter
... | Get a list of workgroup nodes. |
(module
(function_definition
(function_name__error) function_name__error
(parameters
(identifier_self) identifier_self
(identifier_message) identifier_message
(identifier_start) identifier_start
(default_parameter
(identifier_end) identifier_end
(None) None
)defau... | Raise a nice error, with the token highlighted. |
(module
(function_definition
(function_name__load_get_attr) function_name__load_get_attr
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
)parameters
(block
(expression_statement
(string_'Return an internal attribute after ensuring the headers i... | Return an internal attribute after ensuring the headers is loaded if necessary. |
(module
(function_definition
(function_name__find_chain_name) function_name__find_chain_name
(parameters
(identifier_self) identifier_self
(identifier_mac) identifier_mac
)parameters
(block
(expression_statement
(assignment
(identifier_ipt_cmd) identifier_ipt_cmd
... | Find a rule associated with a given mac. |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_name) identifier_name
(identifier_keyword) identifier_keyword
(identifier_domain) identifier_domain
(identifier_citation) identifier_citation
(identifier_author) identifier_author
... | Build a namespace from items. |
(module
(function_definition
(function_name_smsTextMode) function_name_smsTextMode
(parameters
(identifier_self) identifier_self
(identifier_textMode) identifier_textMode
)parameters
(block
(if_statement
(comparison_operator
(identifier_textMode) identifier_textMode... | Set to True for the modem to use text mode for SMS, or False for it to use PDU mode |
(module
(function_definition
(function_name_low) function_name_low
(parameters
(identifier_self) identifier_self
(identifier_fun) identifier_fun
(identifier_low) identifier_low
)parameters
(block
(expression_statement
(assignment
(identifier_l_fun) identifier_... | Pass the cloud function and low data structure to run |
(module
(function_definition
(function_name_probe_git) function_name_probe_git
(parameters
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
(identifier_repo) identifier_repo
(call
(attribute
... | Return a git repository instance if it exists. |
(module
(function_definition
(function_name_id) function_name_id
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_id) identifier_id
(subscript
(attribute
(attribute
... | The EPSG code for this CRS. |
(module
(function_definition
(function_name_delete_role_perm) function_name_delete_role_perm
(parameters
(identifier_role_id) identifier_role_id
(identifier_perm_id) identifier_perm_id
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
... | Remove a permission from a role |
(module
(function_definition
(function_name_add_toc_entry) function_name_add_toc_entry
(parameters
(identifier_self) identifier_self
(identifier_title) identifier_title
(identifier_level) identifier_level
(identifier_slide_number) identifier_slide_number
)parameters
(block
... | Adds a new entry to current presentation Table of Contents. |
(module
(function_definition
(function_name_state_length) function_name_state_length
(parameters
(identifier_state) identifier_state
(identifier_size) identifier_size
)parameters
(block
(if_statement
(comparison_operator
(call
(identifier_len) identifier... | Check that the state is the given size. |
(module
(function_definition
(function_name_Ctt_) function_name_Ctt_
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier__check_estimated) identifier_... | Covariance matrix of the time shifted data |
(module
(function_definition
(function_name_error) function_name_error
(parameters
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(if_statement
(call
(attribute
(attribute
(identifier_sy... | Display error message via stderr or GUI. |
(module
(function_definition
(function_name_benchmark_mitdb_record) function_name_benchmark_mitdb_record
(parameters
(identifier_rec) identifier_rec
(identifier_detector) identifier_detector
(identifier_verbose) identifier_verbose
)parameters
(block
(expression_statement
... | Benchmark a single mitdb record |
(module
(function_definition
(function_name_list_roles) function_name_list_roles
(parameters
)parameters
(block
(for_statement
(identifier_role) identifier_role
(call
(attribute
(identifier_lib) identifier_lib
(identifier_get_roles) identifier_ge... | Show a list of all available roles |
(module
(function_definition
(function_name_get) function_name_get
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_s... | Call from main thread. |
(module
(function_definition
(function_name_push_bus) function_name_push_bus
(parameters
(identifier_self) identifier_self
(identifier_tokens) identifier_tokens
)parameters
(block
(expression_statement
(call
(attribute
(identifier_logger) identifier_logg... | Adds a Bus object to the case. |
(module
(function_definition
(function_name_create_payload) function_name_create_payload
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_payload) identifier_payload
(call
(attribute
... | Remove ``smart_class_parameter_id`` or ``smart_variable_id`` |
(module
(function_definition
(function_name_addFile) function_name_addFile
(parameters
(identifier_self) identifier_self
(identifier_path) identifier_path
(default_parameter
(identifier_msg) identifier_msg
(string_"") string_""
)default_parameter
)parameters
(bl... | Adds a file to the version |
(module
(function_definition
(function_name_getbranchcomponents) function_name_getbranchcomponents
(parameters
(identifier_idf) identifier_idf
(identifier_branch) identifier_branch
(default_parameter
(identifier_utest) identifier_utest
(False) False
)default_parameter
... | get the components of the branch |
(module
(function_definition
(function_name_ensure_bytes) function_name_ensure_bytes
(parameters
(identifier_str_or_bytes) identifier_str_or_bytes
(default_parameter
(identifier_encoding) identifier_encoding
(string_'utf-8') string_'utf-8'
)default_parameter
(default_pa... | Ensures an input is bytes, encoding if it is a string. |
(module
(function_definition
(function_name_register_view) function_name_register_view
(parameters
(identifier_self) identifier_self
(identifier_view) identifier_view
(identifier_timestamp) identifier_timestamp
)parameters
(block
(if_statement
(comparison_operator
... | registers the view's measure name to View Datas given a view |
(module
(function_definition
(function_name_isubsample) function_name_isubsample
(parameters
(identifier_full_sample) identifier_full_sample
(identifier_k) identifier_k
(default_parameter
(identifier_full_sample_len) identifier_full_sample_len
(None) None
)default_param... | Down-sample an enumerable list of things |
(module
(function_definition
(function_name_flatten_list) function_name_flatten_list
(parameters
(identifier_l) identifier_l
)parameters
(block
(return_statement
(call
(identifier_list) identifier_list
(argument_list
(call
(attribute
... | Nested lists to single-level list, does not split strings |
(module
(function_definition
(function_name_remove_accounts_from_group) function_name_remove_accounts_from_group
(parameters
(identifier_accounts_query) identifier_accounts_query
(identifier_group) identifier_group
)parameters
(block
(expression_statement
(assignment
... | Remove accounts from group. |
(module
(function_definition
(function_name_cli) function_name_cli
(parameters
(identifier_env) identifier_env
(identifier_columns) identifier_columns
(identifier_sortby) identifier_sortby
(identifier_volume_id) identifier_volume_id
)parameters
(block
(expression_statemen... | List suitable replication datacenters for the given volume. |
(module
(function_definition
(function_name__apply_data) function_name__apply_data
(parameters
(identifier_self) identifier_self
(identifier_f) identifier_f
(identifier_ts) identifier_ts
(default_parameter
(identifier_reverse) identifier_reverse
(False) False
)def... | Convenience function for all of the math stuff. |
(module
(function_definition
(function_name__sorted_actions) function_name__sorted_actions
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_a) identifier_a
(call
(identifier_filter) identifier_filter
(argument_l... | Generate the sorted list of actions based on the "last" attribute. |
(module
(function_definition
(function_name_plot_and_save) function_name_plot_and_save
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
(default_parameter
(identifier_w) identifier_w
(integer_800) integer_800
)default_parameter
(defa... | Save the rendered html to a file and returns an IFrame to display the plot in the notebook. |
(module
(function_definition
(function_name_parse) function_name_parse
(parameters
(identifier_self) identifier_self
(identifier_func) identifier_func
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_k... | Parse element with given function |
(module
(function_definition
(function_name_insertCallSet) function_name_insertCallSet
(parameters
(identifier_self) identifier_self
(identifier_callSet) identifier_callSet
)parameters
(block
(try_statement
(block
(expression_statement
(call
... | Inserts a the specified callSet into this repository. |
(module
(function_definition
(function_name_removeUrl) function_name_removeUrl
(parameters
(identifier_self) identifier_self
(identifier_url) identifier_url
)parameters
(block
(expression_statement
(assignment
(identifier_root) identifier_root
(attribute
... | Remove passed url from a binder |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.