sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_save_session) function_name_save_session (parameters (identifier_self) identifier_self (typed_parameter (identifier_session) identifier_session (type (identifier_Session) identifier_Session )type )typed_parameter ...
Saves the session to the response.
(module (function_definition (function_name__load) function_name__load (parameters (identifier_self) identifier_self (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (if_statement (comparison_operator ...
wrapped with load, override that in a subclass to customize
(module (function_definition (function_name_rlw_filter) function_name_rlw_filter (parameters (identifier_name) identifier_name (identifier_location) identifier_location (identifier_size) identifier_size (identifier_unsize) identifier_unsize )parameters (block (expression_...
Filter rlw repository data
(module (function_definition (function_name_find_features) function_name_find_features (parameters (identifier_seqs) identifier_seqs (default_parameter (identifier_locus_tag) identifier_locus_tag (string_"all") string_"all" )default_parameter (default_parameter ...
Find features in sequences by locus tag
(module (function_definition (function_name_validate) function_name_validate (parameters (identifier_config) identifier_config )parameters (block (with_statement (with_clause (with_item (as_pattern (call (identifier_open) identifi...
Validate a configuration file.
(module (function_definition (function_name_ampliconclear) function_name_ampliconclear (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_sample) identifier_sample (attribute (identifier_self) identifier_self (ide...
Clear previously created amplicon files to prepare for the appending of data to fresh files
(module (function_definition (function_name_reinitialize) function_name_reinitialize (parameters )parameters (block (import_from_statement (dotted_name (identifier_ozelot) identifier_ozelot )dotted_name (dotted_name (identifier_client) identifier_clien...
Drop all tables for all models, then re-create them
(module (function_definition (function_name_safe_mult) function_name_safe_mult (parameters (identifier_a) identifier_a (identifier_b) identifier_b )parameters (block (if_statement (boolean_operator (boolean_operator (call (identifier_isinst...
safe version of multiply
(module (function_definition (function_name_calc_halfmax_points) function_name_calc_halfmax_points (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_d) identifier_d (call (attribute ...
Calculate the wavelengths of the filter half-maximum values.
(module (function_definition (function_name_update_thresh) function_name_update_thresh (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_thresh_val) identifier_thresh_val (call (attribute ...
Emits a Qt signal thresholdUpdated with the current threshold value
(module (function_definition (function_name_make_response) function_name_make_response (parameters (identifier_event) identifier_event )parameters (block (expression_statement (assignment (pattern_list (identifier_code) identifier_code (identifier_...
Make a response from webhook event.
(module (function_definition (function_name__symlink_check) function_name__symlink_check (parameters (identifier_name) identifier_name (identifier_target) identifier_target (identifier_force) identifier_force (identifier_user) identifier_user (identifier_group) identifier_group ...
Check the symlink function
(module (function_definition (function_name__element_keywords) function_name__element_keywords (parameters (identifier_cls) identifier_cls (identifier_backend) identifier_backend (default_parameter (identifier_elements) identifier_elements (None) None )default_parameter...
Returns a dictionary of element names to allowed keywords
(module (function_definition (function_name_unlink) function_name_unlink (parameters (identifier_client) identifier_client (identifier_name) identifier_name (identifier_include) identifier_include (identifier_exclude) identifier_exclude (identifier_yes) identifier_yes )parame...
Remove matching files from a dataset.
(module (function_definition (function_name_fetch) function_name_fetch (parameters (identifier_self) identifier_self (identifier_code) identifier_code (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (exp...
Quandl entry point in datafeed object
(module (function_definition (function_name_write_config) function_name_write_config (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (call (attribute (attribute (identifier_os) identifi...
Write config to file
(module (function_definition (function_name_populate_countries) function_name_populate_countries (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_i) identifier_i (call (identifier_range) identifier_range (argume...
Populate the combobox about countries and levels.
(module (function_definition (function_name_echo_detected_environment) function_name_echo_detected_environment (parameters (identifier_env_name) identifier_env_name (identifier_env_vars) identifier_env_vars )parameters (block (expression_statement (assignment (ident...
Print a helper note about how the environment was determined.
(module (function_definition (function_name__default_request_kwargs) function_name__default_request_kwargs (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_defaults) identifier_defaults (call ...
The default request keyword arguments to be passed to the requests library.
(module (function_definition (function_name_showall) function_name_showall (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_p) identifier_p (call (identifier__runshell) identifier__runshel...
Return a list of all available bridges.
(module (function_definition (function_name_build_kal_scan_band_string) function_name_build_kal_scan_band_string (parameters (identifier_kal_bin) identifier_kal_bin (identifier_band) identifier_band (identifier_args) identifier_args )parameters (block (expression_statement ...
Return string for CLI invocation of kal, for band scan.
(module (function_definition (function_name_markCurrentChanged) function_name_markCurrentChanged (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_view) identifier_view (call (attribute ...
Marks that the current widget has changed.
(module (function_definition (function_name_controlled) function_name_controlled (parameters (identifier_self) identifier_self (identifier_control_qubit) identifier_control_qubit )parameters (block (expression_statement (assignment (identifier_control_qubit) identif...
Add the CONTROLLED modifier to the gate with the given control qubit.
(module (function_definition (function_name__get_date_pagination) function_name__get_date_pagination (parameters (identifier_self) identifier_self (identifier_base) identifier_base (identifier_oldest_neighbor) identifier_oldest_neighbor (identifier_newest_neighbor) identifier_newest_ne...
Compute the pagination for date-based views
(module (function_definition (function_name__update_Frxy) function_name__update_Frxy (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (attribute (identifier_self) identifier_self ...
Update `Frxy` from `piAx_piAy_beta`, `omega`, `omega2`, and `beta`.
(module (function_definition (function_name_compare_words_lexicographic) function_name_compare_words_lexicographic (parameters (identifier_word_a) identifier_word_a (identifier_word_b) identifier_word_b )parameters (block (if_statement (boolean_operator (parenthesiz...
compare words in Tamil lexicographic order
(module (function_definition (function_name_can_use_enum) function_name_can_use_enum (parameters (identifier_func) identifier_func )parameters (block (decorated_definition (decorator (call (identifier_wraps) identifier_wraps (argument_list ...
Decorator to use Enum value on type checks.
(module (function_definition (function_name_upsert) function_name_upsert (parameters (identifier_self) identifier_self (typed_parameter (identifier_table) identifier_table (type (identifier_str) identifier_str )type )typed_parameter (typed_parameter ...
Upsert a record in a table
(module (function_definition (function_name__get_next_version) function_name__get_next_version (parameters (identifier_self) identifier_self (identifier_revisions) identifier_revisions )parameters (block (expression_statement (assignment (identifier_versions) identi...
Calculates new version number based on existing numeric ones.
(module (function_definition (function_name_add_candidate) function_name_add_candidate (parameters (identifier_self) identifier_self (identifier_artifact) identifier_artifact )parameters (block (expression_statement (call (attribute (attribute ...
Add candidate artifact to the list of current candidates.
(module (function_definition (function_name_check_signing_key) function_name_check_signing_key (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_user_keys) identifier_user_keys (call (attri...
Check that repo signing key is trusted by gpg keychain
(module (function_definition (function_name_pearson_correlation) function_name_pearson_correlation (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (identifier_x) identifier_x (identif...
Compute Pearson Correlation Coefficient.
(module (function_definition (function_name_onAuthenticate) function_name_onAuthenticate (parameters (identifier_self) identifier_self (identifier_signature) identifier_signature (identifier_extra) identifier_extra )parameters (block (expression_statement (call ...
Callback fired when a client responds to an authentication challenge.
(module (function_definition (function_name_render) function_name_render (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictio...
Render widget and register it in Django's cache.
(module (function_definition (function_name__post_init) function_name__post_init (parameters (identifier_self) identifier_self )parameters (block (if_statement (identifier_WIN) identifier_WIN (block (expression_statement (call (attribute ...
Call the find devices method for the relevant platform.
(module (function_definition (function_name__bse_cli_get_versions) function_name__bse_cli_get_versions (parameters (identifier_args) identifier_args )parameters (block (expression_statement (assignment (identifier_name) identifier_name (call (attribu...
Handles the get-versions subcommand
(module (function_definition (function_name_close) function_name_close (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier_connection) identifi...
Quit the connection with mod-host
(module (function_definition (function_name_lonlat2xyz) function_name_lonlat2xyz (parameters (identifier_lon) identifier_lon (identifier_lat) identifier_lat )parameters (block (expression_statement (assignment (identifier_lat) identifier_lat (call ...
Convert lon lat to cartesian.
(module (function_definition (function_name_tonativefunc) function_name_tonativefunc (parameters (default_parameter (identifier_enc) identifier_enc (string_'utf-8') string_'utf-8' )default_parameter )parameters (block (if_statement (comparison_operator ...
Returns a function that turns everything into 'native' strings using enc
(module (function_definition (function_name_comparelist_view) function_name_comparelist_view (parameters (identifier_self) identifier_self (identifier_request) identifier_request (identifier_object_id) identifier_object_id (default_parameter (identifier_extra_context) identifie...
Allow selecting versions to compare.
(module (function_definition (function_name_create_geoms) function_name_create_geoms (parameters (identifier_self) identifier_self (identifier_gdefs) identifier_gdefs (identifier_plot) identifier_plot )parameters (block (expression_statement (assignment (ident...
Add geoms to the guide definitions
(module (function_definition (function_name___clear_references) function_name___clear_references (parameters (identifier_self) identifier_self (identifier_request) identifier_request (default_parameter (identifier_remove_request) identifier_remove_request (True) True )d...
Remove any internal references to the given request
(module (function_definition (function_name_getNbVariants) function_name_getNbVariants (parameters (identifier_self) identifier_self (identifier_x1) identifier_x1 (default_parameter (identifier_x2) identifier_x2 (unary_operator (integer_1) integer_1 )unary_o...
returns the nb of variants of sequences between x1 and x2
(module (function_definition (function_name_zunionstore) function_name_zunionstore (parameters (identifier_self) identifier_self (identifier_destkey) identifier_destkey (identifier_key) identifier_key (list_splat_pattern (identifier_keys) identifier_keys )list_splat_patte...
Add multiple sorted sets and store result in a new key.
(module (function_definition (function_name_apply) function_name_apply (parameters (identifier_self) identifier_self (identifier_q) identifier_q (identifier_bindings) identifier_bindings (identifier_drilldowns) identifier_drilldowns )parameters (block (expression_statemen...
Apply a set of grouping criteria and project them.
(module (function_definition (function_name_activate_boost_by_name) function_name_activate_boost_by_name (parameters (identifier_self) identifier_self (identifier_zone_name) identifier_zone_name (identifier_target_temperature) identifier_target_temperature (default_parameter (i...
Activate boost by the name of the zone
(module (function_definition (function_name_exists) function_name_exists (parameters (identifier_provider) identifier_provider (default_parameter (identifier_config_location) identifier_config_location (identifier_DEFAULT_CONFIG_DIR) identifier_DEFAULT_CONFIG_DIR )default_par...
Check whether provider info is already stored
(module (function_definition (function_name_pbar_strings) function_name_pbar_strings (parameters (identifier_files) identifier_files (default_parameter (identifier_desc) identifier_desc (string_'') string_'' )default_parameter (dictionary_splat_pattern (identifi...
Wrapper for `tqdm` progress bar which also sorts list of strings
(module (function_definition (function_name__sanitize_params) function_name__sanitize_params (parameters (identifier_prefix) identifier_prefix (identifier_suffix) identifier_suffix (identifier_dir) identifier_dir )parameters (block (expression_statement (assignment ...
Common parameter processing for most APIs in this module.
(module (function_definition (function_name_dynamic_info) function_name_dynamic_info (parameters (identifier_self) identifier_self )parameters (block (expression_statement (string_"Return a map that for a given year will return the correct Info") string_"Return a map that for a giv...
Return a map that for a given year will return the correct Info
(module (function_definition (function_name_getreadergroups) function_name_getreadergroups (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (identifier_innerreadergroups) identifier_innerreadergroups ...
Returns the list of smartcard reader groups.
(module (function_definition (function_name_checkout_default_branch) function_name_checkout_default_branch (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (identifier_set_state) identifier_set_state (argument_list ...
git checkout default branch
(module (function_definition (function_name_reset) function_name_reset (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier_minimum) identifier_m...
Reset the widget, and clear the scene.
(module (function_definition (function_name_draw_no_data) function_name_draw_no_data (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_no_data) identifier_no_data (call (attribute ...
Write the no data text to the svg
(module (function_definition (function_name_new_stack) function_name_new_stack (parameters (identifier_self) identifier_self (typed_parameter (identifier_keep_stacks) identifier_keep_stacks (type (identifier_int) identifier_int )type )typed_parameter (...
Requests a new stack.
(module (function_definition (function_name_trim) function_name_trim (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_overlay_data_offset) identifier_overlay_data_offset (call (attribute ...
Return the just data defined by the PE headers, removing any overlayed data.
(module (function_definition (function_name_discover_slaves) function_name_discover_slaves (parameters (identifier_self) identifier_self (identifier_service_name) identifier_service_name )parameters (block (expression_statement (string_"Returns a list of alive slaves for serv...
Returns a list of alive slaves for service ``service_name``
(module (function_definition (function_name_gen) function_name_gen (parameters (default_parameter (identifier_skipdirhtml) identifier_skipdirhtml (False) False )default_parameter )parameters (block (expression_statement (assignment (identifier_docs_c...
Generate html and dirhtml output.
(module (function_definition (function_name__check_equals) function_name__check_equals (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_card_string) identifier_card_string (subscript (iden...
check for = in position 8, set attribute _has_equals
(module (function_definition (function_name__inherited_panel) function_name__inherited_panel (parameters (identifier_panel) identifier_panel (identifier_base_panels_from_pillar) identifier_base_panels_from_pillar (identifier_ret) identifier_ret )parameters (block (expression_st...
Return a panel with properties from parents.
(module (function_definition (function_name_get) function_name_get (parameters (identifier_self) identifier_self (identifier_path) identifier_path (identifier_params) identifier_params (dictionary_splat_pattern (identifier_options) identifier_options )dictionary_splat_pat...
Parses GET request options and dispatches a request
(module (function_definition (function_name_approve) function_name_approve (parameters (identifier_self) identifier_self (identifier_request) identifier_request (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (id...
Approves the considered post and retirects the user to the success URL.
(module (function_definition (function_name__create_buffer_control) function_name__create_buffer_control (parameters (identifier_self) identifier_self (identifier_editor_buffer) identifier_editor_buffer )parameters (block (decorated_definition (decorator (identifier...
Create a new BufferControl for a given location.
(module (function_definition (function_name_chunk_on) function_name_chunk_on (parameters (identifier_pipeline) identifier_pipeline (identifier_new_chunk_signal) identifier_new_chunk_signal (default_parameter (identifier_output_type) identifier_output_type (identifier_tuple) i...
split the stream into seperate chunks based on a new chunk signal
(module (function_definition (function_name_attached_to_model) function_name_attached_to_model (parameters (identifier_self) identifier_self )parameters (block (try_statement (block (if_statement (not_operator (call (identifier_bo...
Tells if the current index is the one attached to the model field, not instance field
(module (function_definition (function_name_default) function_name_default (parameters )parameters (block (expression_statement (assignment (identifier_algorithm) identifier_algorithm (attribute (identifier_algorithms) identifier_algorithms (id...
Default configuration for PPO.
(module (function_definition (function_name__process_filter_block) function_name__process_filter_block (parameters (identifier_query_metadata_table) identifier_query_metadata_table (identifier_block) identifier_block )parameters (block (expression_statement (assignment ...
Rewrite the provided Filter block if necessary.
(module (function_definition (function_name_camel_to_snake) function_name_camel_to_snake (parameters (identifier_camel_str) identifier_camel_str )parameters (block (expression_statement (assignment (identifier_s1) identifier_s1 (call (attribute ...
Convert `camel_str` from camelCase to snake_case
(module (function_definition (function_name__track_class) function_name__track_class (parameters (identifier_cls) identifier_cls (identifier_fields) identifier_fields )parameters (block (assert_statement (not_operator (call (identifier_getattr) identifie...
Track fields on the specified model
(module (function_definition (function_name_events) function_name_events (parameters (identifier_self) identifier_self (identifier_argv) identifier_argv )parameters (block (expression_statement (assignment (identifier_opts) identifier_opts (call ...
Retrieve events for the specified search jobs.
(module (function_definition (function_name__get_auth_header) function_name__get_auth_header (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_realm) identifier_realm (call (attribute ...
Constructs and returns an authentication header.
(module (function_definition (function_name__list_model) function_name__list_model (parameters (identifier_self) identifier_self (typed_parameter (identifier_model_cls) identifier_model_cls (type (generic_type (identifier_Type) identifier_Type (typ...
List the models in this class.
(module (function_definition (function_name_abort_job) function_name_abort_job (parameters (identifier_self) identifier_self (identifier_job_id) identifier_job_id )parameters (block (expression_statement (assignment (identifier_doc) identifier_doc (call ...
Abort a given bulk job
(module (function_definition (function_name_showContextMenu) function_name_showContextMenu (parameters (identifier_self) identifier_self (identifier_pos) identifier_pos )parameters (block (expression_statement (assignment (identifier_contextMenu) identifier_contextM...
Shows the context menu at position pos.
(module (function_definition (function_name_GenerateNetworkedConfigFile) function_name_GenerateNetworkedConfigFile (parameters (identifier_load_hook) identifier_load_hook (identifier_normal_class_load_hook) identifier_normal_class_load_hook (identifier_normal_class_dump_hook) identifier_norm...
Generates a NetworkedConfigObject using the specified hooks.
(module (function_definition (function_name__check_unpack_options) function_name__check_unpack_options (parameters (identifier_extensions) identifier_extensions (identifier_function) identifier_function (identifier_extra_args) identifier_extra_args )parameters (block (expressio...
Checks what gets registered as an unpacker.
(module (function_definition (function_name__list_patient_ids) function_name__list_patient_ids (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_results) identifier_results (list )list ...
Utility function to return a list of patient ids in the Cohort
(module (function_definition (function_name_to_tgt) function_name_to_tgt (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_enc_part) identifier_enc_part (call (identifier_EncryptedData) ide...
Returns the native format of an AS_REP message and the sessionkey in EncryptionKey native format
(module (function_definition (function_name_force_disconnect_url) function_name_force_disconnect_url (parameters (identifier_self) identifier_self (identifier_session_id) identifier_session_id (identifier_connection_id) identifier_connection_id )parameters (block (expression_st...
this method returns the force disconnect url endpoint
(module (function_definition (function_name__is_writable) function_name__is_writable (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_topology) identifier_topology (call (attribute ...
Attempt to connect to a writable server, or return False.
(module (function_definition (function_name_prettyprint) function_name_prettyprint (parameters (identifier_self) identifier_self )parameters (block (return_statement (call (attribute (identifier_json) identifier_json (identifier_dumps) identifier_d...
Return hypercat formatted prettily
(module (function_definition (function_name_flush) function_name_flush (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_key) identifier_key (call (attribute (attribute (identifier_self) identifie...
Ensure all remaining buffers are written.
(module (function_definition (function_name_arcball_nearest_axis) function_name_arcball_nearest_axis (parameters (identifier_point) identifier_point (identifier_axes) identifier_axes )parameters (block (expression_statement (assignment (identifier_point) identifier_...
Return axis, which arc is nearest to point.
(module (function_definition (function_name_read_handshake) function_name_read_handshake (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_msg) identifier_msg (call (attribute ...
Read and process an initial handshake message from Storm.
(module (function_definition (function_name_cmd_distclean) function_name_cmd_distclean (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern )parameters (block (expression_statement (call ...
Clean the whole Buildozer environment.
(module (function_definition (function_name_all_apps) function_name_all_apps (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_cmd) identifier_cmd (list (string_"heroku") string_"heroku" ...
Capture a backup of the app.
(module (function_definition (function_name_remove_domain_user_role) function_name_remove_domain_user_role (parameters (identifier_request) identifier_request (identifier_user) identifier_user (identifier_role) identifier_role (default_parameter (identifier_domain) identifier_d...
Removes a given single role for a user from a domain.
(module (function_definition (function_name_session_demo_danger_callback) function_name_session_demo_danger_callback (parameters (identifier_da_children) identifier_da_children (default_parameter (identifier_session_state) identifier_session_state (None) None )default_paramet...
Update output based just on state
(module (function_definition (function_name__bake_css) function_name__bake_css (parameters (identifier_link) identifier_link )parameters (block (if_statement (boolean_operator (boolean_operator (boolean_operator (comparison_operator ...
Takes a link element and turns it into an inline style link if applicable
(module (function_definition (function_name_read_with_columns) function_name_read_with_columns (parameters (identifier_func) identifier_func )parameters (block (function_definition (function_name_wrapper) function_name_wrapper (parameters (list_splat_pattern ...
Decorate a Table read method to use the ``columns`` keyword
(module (function_definition (function_name_getSets) function_name_getSets (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_sets) identifier_sets (call (identifier_lock_and_call) identifie...
Get all the sets declared.
(module (function_definition (function_name_populate) function_name_populate (parameters (identifier_self) identifier_self (identifier_other) identifier_other )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self ...
Like update, but clears the contents first.
(module (function_definition (function_name_show_dscp_marking_rule) function_name_show_dscp_marking_rule (parameters (identifier_self) identifier_self (identifier_rule) identifier_rule (identifier_policy) identifier_policy (default_parameter (identifier_body) identifier_body ...
Shows information of a certain DSCP marking rule.
(module (function_definition (function_name_download_file_helper) function_name_download_file_helper (parameters (identifier_url) identifier_url (identifier_input_path) identifier_input_path )parameters (block (expression_statement (assignment (identifier_r) identif...
Manages the chunked downloading of a file given an url
(module (function_definition (function_name_push_state) function_name_push_state (parameters (identifier_self) identifier_self (default_parameter (identifier_new_file) identifier_new_file (string_'') string_'' )default_parameter )parameters (block (expression_st...
Saves the current error state to parse subpackages
(module (function_definition (function_name_FilterCollection) function_name_FilterCollection (parameters (identifier_aff4_collection) identifier_aff4_collection (identifier_offset) identifier_offset (default_parameter (identifier_count) identifier_count (integer_0) integer_0 ...
Filters an aff4 collection, getting count elements, starting at offset.
(module (function_definition (function_name_name) function_name_name (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier__path) identifier__path )attribute (block...
Group name following h5py convention.
(module (function_definition (function_name_send_data) function_name_send_data (parameters (identifier_self) identifier_self (identifier_data) identifier_data (identifier_addr) identifier_addr )parameters (block (expression_statement (assignment (identifier_ch...
Send data to a remote host via the TURN server.
(module (function_definition (function_name_register) function_name_register (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier__do_selection_u...
Change the state machine that is observed for new selected states to the selected state machine.
(module (function_definition (function_name_uint64) function_name_uint64 (parameters (identifier_self) identifier_self (identifier_val) identifier_val )parameters (block (try_statement (block (expression_statement (augmented_assignment (att...
append a frame containing a uint64