sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_can_add_post) function_name_can_add_post (parameters (identifier_self) identifier_self (identifier_topic) identifier_topic (identifier_user) identifier_user )parameters (block (expression_statement (assignment (ident...
Given a topic, checks whether the user can append posts to it.
(module (function_definition (function_name_copy) function_name_copy (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_other) identifier_other (call (attribute (identifier_sel...
Create a copy of the VAR model.
(module (function_definition (function_name__process_string) function_name__process_string (parameters (identifier_self) identifier_self (identifier_char) identifier_char )parameters (block (if_statement (comparison_operator (identifier_char) identifier_char ...
Process a character as part of a string token.
(module (function_definition (function_name__timeout_future) function_name__timeout_future (parameters (identifier_self) identifier_self (identifier_tag) identifier_tag (identifier_matcher) identifier_matcher (identifier_future) identifier_future )parameters (block (if_st...
Timeout a specific future
(module (function_definition (function_name_write) function_name_write (parameters (identifier_self) identifier_self )parameters (block (with_statement (with_clause (with_item (as_pattern (call (identifier_open) identifier_open ...
Encrypts and writes the current state back onto the filesystem
(module (function_definition (function_name_update_version) function_name_update_version (parameters (identifier_self) identifier_self (identifier_service_id) identifier_service_id (identifier_version_number) identifier_version_number (dictionary_splat_pattern (identifier_kwarg...
Update a particular version for a particular service.
(module (function_definition (function_name_action_handler) function_name_action_handler (parameters (identifier_verb) identifier_verb (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (expression_statement ...
Handler function to create Action instance upon action signal call.
(module (function_definition (function_name_dump) function_name_dump (parameters (identifier_self) identifier_self (identifier_zone) identifier_zone (identifier_output_dir) identifier_output_dir (identifier_lenient) identifier_lenient (identifier_split) identifier_split (id...
Dump zone data from the specified source
(module (function_definition (function_name_strip_footer) function_name_strip_footer (parameters (identifier_ref_lines) identifier_ref_lines (identifier_section_title) identifier_section_title )parameters (block (expression_statement (assignment (identifier_pattern)...
Remove footer title from references lines
(module (function_definition (function_name_create_equipamento_acesso) function_name_create_equipamento_acesso (parameters (identifier_self) identifier_self )parameters (block (return_statement (call (identifier_EquipamentoAcesso) identifier_EquipamentoAcesso (a...
Get an instance of equipamento_acesso services facade.
(module (function_definition (function_name_from_row) function_name_from_row (parameters (identifier_row) identifier_row )parameters (block (expression_statement (assignment (identifier_subject) identifier_subject (conditional_expression (parenthesiz...
Create an advice from a CSV row
(module (function_definition (function_name_write_file) function_name_write_file (parameters (identifier_fname_parts) identifier_fname_parts (identifier_content) identifier_content )parameters (block (expression_statement (assignment (identifier_fname_parts) identif...
write a file and create all needed directories
(module (function_definition (function_name_data) function_name_data (parameters (identifier_self) identifier_self )parameters (block (function_definition (function_name_read) function_name_read (parameters (identifier_path) identifier_path )parameters ...
Read all of the documents from disk into an in-memory list.
(module (function_definition (function_name__get_next_nn_id) function_name__get_next_nn_id (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier__...
Get the next nearest neighbour ID.
(module (function_definition (function_name_destroy) function_name_destroy (parameters (identifier_self) identifier_self )parameters (block (if_statement (boolean_operator (comparison_operator (attribute (identifier_self) identifier_self ...
Delete the MUMPS context and release all array references.
(module (function_definition (function_name_collect_dashboard_js) function_name_collect_dashboard_js (parameters (identifier_collector) identifier_collector )parameters (block (expression_statement (assignment (identifier_dashmat) identifier_dashmat (subscript ...
Generate dashboard javascript for each dashboard
(module (function_definition (function_name_migrator) function_name_migrator (parameters (identifier_state) identifier_state )parameters (block (expression_statement (assignment (pattern_list (identifier_cleverbot_kwargs) identifier_cleverbot_kwargs ...
Nameless conversations will be lost.
(module (function_definition (function_name_transport_meta_data) function_name_transport_meta_data (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_item) identifier_item (attribute (identifier_self) identifier_self ...
Pull out the transport metadata for each packet in the input_stream
(module (function_definition (function_name_save_key_file) function_name_save_key_file (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier_clie...
Save the current client key.
(module (function_definition (function_name_add_sim_options) function_name_add_sim_options (parameters (identifier_p) identifier_p )parameters (block (expression_statement (call (attribute (identifier_p) identifier_p (identifier_add_option) identif...
Add options shared by eagle or wgsim.
(module (function_definition (function_name_add_filter) function_name_add_filter (parameters (identifier_self) identifier_self (identifier_name) identifier_name (identifier_filter_values) identifier_filter_values )parameters (block (if_statement (not_operator ...
Add a filter for a facet.
(module (function_definition (function_name_namedb_get_value_hash_txids) function_name_namedb_get_value_hash_txids (parameters (identifier_cur) identifier_cur (identifier_value_hash) identifier_value_hash )parameters (block (expression_statement (assignment (identif...
Get the list of txs that sent this value hash, ordered by block and vtxindex
(module (function_definition (function_name_plot_sections) function_name_plot_sections (parameters (identifier_self) identifier_self (default_parameter (identifier_fout_dir) identifier_fout_dir (string_".") string_"." )default_parameter (dictionary_splat_pattern ...
Plot groups of GOs which have been placed in sections.
(module (function_definition (function_name__get_labels_right) function_name__get_labels_right (parameters (identifier_self) identifier_self (default_parameter (identifier_validate) identifier_validate (None) None )default_parameter )parameters (block (expressio...
Get all labels of the right dataframe.
(module (function_definition (function_name_unicode_left) function_name_unicode_left (parameters (identifier_s) identifier_s (identifier_width) identifier_width )parameters (block (expression_statement (assignment (identifier_i) identifier_i (integer_0) in...
Cut unicode string from left to fit a given width.
(module (function_definition (function_name_display_image) function_name_display_image (parameters (identifier_self) identifier_self (default_parameter (identifier_reset) identifier_reset (integer_1) integer_1 )default_parameter )parameters (block (try_statement...
Utility routine used to display an updated frame from a framebuffer.
(module (function_definition (function_name__include_query_example) function_name__include_query_example (parameters (identifier_self) identifier_self (identifier_f) identifier_f (identifier_method) identifier_method (identifier_path) identifier_path (identifier_api_version) iden...
If a sample session is available we include it in documentation
(module (function_definition (function_name__build_calmar_data) function_name__build_calmar_data (parameters (identifier_self) identifier_self )parameters (block (assert_statement (comparison_operator (attribute (identifier_self) identifier_self (i...
Builds the data dictionnary used as calmar input argument
(module (function_definition (function_name_user) function_name_user (parameters (identifier_self) identifier_self (typed_parameter (identifier_email) identifier_email (type (identifier_str) identifier_str )type )typed_parameter )parameters (type ...
Fetch a user from the database.
(module (function_definition (function_name_list_templates) function_name_list_templates (parameters )parameters (block (expression_statement (assignment (identifier_templates) identifier_templates (list_comprehension (identifier_f) identifier_f ...
Returns a list of all templates.
(module (function_definition (function_name__createValueObjects) function_name__createValueObjects (parameters (identifier_self) identifier_self (identifier_valueList) identifier_valueList (identifier_varList) identifier_varList (identifier_mapTable) identifier_mapTable (identifi...
Populate GSSHAPY MTValue and MTIndex Objects Method
(module (function_definition (function_name_render_filter) function_name_render_filter (parameters (identifier_self) identifier_self (identifier_next_filter) identifier_next_filter )parameters (block (expression_statement (call (identifier_next) identifier_next ...
Produce formatted output from the raw data stream.
(module (function_definition (function_name_load_roller_shutter) function_name_load_roller_shutter (parameters (identifier_self) identifier_self (identifier_item) identifier_item )parameters (block (expression_statement (assignment (identifier_rollershutter) identif...
Load roller shutter from JSON.
(module (function_definition (function_name_update_billing_info) function_name_update_billing_info (parameters (identifier_self) identifier_self (identifier_billing_info) identifier_billing_info )parameters (block (expression_statement (assignment (identifier_url) i...
Change this account's billing information to the given `BillingInfo`.
(module (function_definition (function_name_cli) function_name_cli (parameters (identifier_self) identifier_self (identifier_method) identifier_method )parameters (block (expression_statement (assignment (identifier_routes) identifier_routes (call ...
Registers a method on an Object as a CLI route
(module (function_definition (function_name_copy_all) function_name_copy_all (parameters (identifier_self) identifier_self (identifier_source_databox) identifier_source_databox )parameters (block (expression_statement (call (attribute (identifier_self) i...
Copies the header and columns from source_databox to this databox.
(module (function_definition (function_name_column_spec_path) function_name_column_spec_path (parameters (identifier_cls) identifier_cls (identifier_project) identifier_project (identifier_location) identifier_location (identifier_dataset) identifier_dataset (identifier_table_spe...
Return a fully-qualified column_spec string.
(module (function_definition (function_name__ed1) function_name__ed1 (parameters (identifier_token) identifier_token )parameters (block (expression_statement (assignment (identifier_insertion) identifier_insertion (set_comprehension (call ...
Return tokens the edit distance of which is one from the given token
(module (function_definition (function_name_start) function_name_start (parameters (identifier_self) identifier_self )parameters (block (if_statement (boolean_operator (attribute (identifier_self) identifier_self (identifier_cov_config) identifier_...
Ensure coverage rc file rsynced if appropriate.
(module (function_definition (function_name_total_length) function_name_total_length (parameters (identifier_nrn_pop) identifier_nrn_pop (default_parameter (identifier_neurite_type) identifier_neurite_type (attribute (identifier_NeuriteType) identifier_NeuriteType ...
Get the total length of all sections in the group of neurons or neurites
(module (function_definition (function_name_run_in_executor) function_name_run_in_executor (parameters (identifier_f) identifier_f )parameters (block (decorated_definition (decorator (call (identifier_wraps) identifier_wraps (argument_list ...
A decorator to run the given method in the ThreadPoolExecutor.
(module (function_definition (function_name_log_reject) function_name_log_reject (parameters (identifier_self) identifier_self (identifier_block_id) identifier_block_id (identifier_vtxindex) identifier_vtxindex (identifier_op) identifier_op (identifier_op_data) identifier_op_data...
Log a rejected operation
(module (function_definition (function_name__set_reg) function_name__set_reg (parameters (identifier_cls) identifier_cls (identifier_reg) identifier_reg )parameters (block (expression_statement (assignment (attribute (identifier_cls) identifier_cls ...
The writing complement of _get_reg
(module (function_definition (function_name_delete) function_name_delete (parameters (identifier_self) identifier_self (identifier_uri) identifier_uri (default_parameter (identifier_query) identifier_query (None) None )default_parameter (dictionary_splat_pattern ...
make a DELETE request
(module (function_definition (function_name_update_all_tags_cache) function_name_update_all_tags_cache (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (...
Force the cache refreshing
(module (function_definition (function_name_connection_made) function_name_connection_made (parameters (identifier_self) identifier_self (identifier_transport) identifier_transport )parameters (block (expression_statement (assignment (attribute (identifi...
Method run when the UDP broadcast server is started
(module (function_definition (function_name_determine_actions) function_name_determine_actions (parameters (identifier_self) identifier_self (identifier_request) identifier_request (identifier_view) identifier_view )parameters (block (import_from_statement (dotted_name ...
Allow all allowed methods
(module (function_definition (function_name_logging_remove_filter) function_name_logging_remove_filter (parameters (identifier_filter_id) identifier_filter_id (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (e...
Remove filter by filter id.
(module (function_definition (function_name_getHosts) function_name_getHosts (parameters (default_parameter (identifier_filename) identifier_filename (None) None )default_parameter (default_parameter (identifier_hostlist) identifier_hostlist (None) None ...
Return a list of hosts depending on the environment
(module (function_definition (function_name_read) function_name_read (parameters (identifier_fname) identifier_fname )parameters (block (expression_statement (assignment (identifier_content) identifier_content (None) None )assignment )expression_st...
Quick way to read a file content.
(module (function_definition (function_name__secret_generator) function_name__secret_generator (parameters (identifier_baseline) identifier_baseline )parameters (block (for_statement (pattern_list (identifier_filename) identifier_filename (identifier_secrets) id...
Generates secrets to audit, from the baseline
(module (function_definition (function_name_build_wheel) function_name_build_wheel (parameters (identifier_self) identifier_self (identifier_wheel) identifier_wheel (identifier_directory) identifier_directory (default_parameter (identifier_compile_c) identifier_compile_c ...
Build an sdist into a wheel file.
(module (function_definition (function_name_add) function_name_add (parameters (identifier_self) identifier_self (identifier_list_id) identifier_list_id (identifier_email_address) identifier_email_address (identifier_name) identifier_name (identifier_custom_fields) identifier_cus...
Adds a subscriber to a subscriber list.
(module (function_definition (function_name_compileMatchList) function_name_compileMatchList (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier...
Compile the list of spans of every match.
(module (function_definition (function_name_load) function_name_load (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self ...
enforce env > value when loading from file
(module (function_definition (function_name_on_breakpoints_changed) function_name_on_breakpoints_changed (parameters (identifier_self) identifier_self (default_parameter (identifier_removed) identifier_removed (False) False )default_parameter )parameters (block ...
When breakpoints change, we have to re-evaluate all the assumptions we've made so far.
(module (function_definition (function_name__render) function_name__render (parameters (identifier_self) identifier_self (identifier_text) identifier_text )parameters (block (expression_statement (assignment (identifier_parser) identifier_parser (call ...
Render CommonMark with ettings taken in account
(module (function_definition (function_name___exists_row_not_too_old) function_name___exists_row_not_too_old (parameters (identifier_self) identifier_self (identifier_row) identifier_row )parameters (block (if_statement (comparison_operator (identifier_row) identifi...
Check if the given row exists and is not too old
(module (function_definition (function_name_render_roughpage) function_name_render_roughpage (parameters (identifier_request) identifier_request (identifier_t) identifier_t )parameters (block (import_statement (dotted_name (identifier_django) identifier_django ...
Internal interface to the rough page view.
(module (function_definition (function_name_address) function_name_address (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (attribute (identifier_self) identifier_self ...
Returns the name of the port that this motor is connected to.
(module (function_definition (function_name__pending_of) function_name__pending_of (parameters (identifier_self) identifier_self (identifier_workload) identifier_workload )parameters (block (expression_statement (assignment (identifier_pending) identifier_pending ...
Return the number of pending tests in a workload.
(module (function_definition (function_name_visit_DictComp) function_name_visit_DictComp (parameters (identifier_self) identifier_self (typed_parameter (identifier_node) identifier_node (type (identifier_AST) identifier_AST )type )typed_parameter (type...
Return `node`s representation as dict comprehension.
(module (function_definition (function_name_save_to) function_name_save_to (parameters (identifier_self) identifier_self (identifier_obj) identifier_obj )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list ...
Save the cleaned data to an object.
(module (function_definition (function_name_latlon_round) function_name_latlon_round (parameters (identifier_latlon) identifier_latlon (default_parameter (identifier_spacing) identifier_spacing (integer_1000) integer_1000 )default_parameter )parameters (block (e...
round to nearest grid corner
(module (function_definition (function_name_apply_change) function_name_apply_change (parameters (identifier_self) identifier_self (identifier_change) identifier_change )parameters (block (expression_statement (assignment (identifier_text) identifier_text ...
Apply a change to the document.
(module (function_definition (function_name_can_fetch_pool) function_name_can_fetch_pool (parameters (identifier_self) identifier_self (typed_parameter (identifier_request) identifier_request (type (identifier_Request) identifier_Request )type )typed_paramet...
Return whether the request can be fetched based on the pool.
(module (function_definition (function_name_query_item) function_name_query_item (parameters (identifier_self) identifier_self (identifier_key) identifier_key (identifier_abis) identifier_abis )parameters (block (try_statement (block (expression_statement ...
Query items based on system call number or name.
(module (function_definition (function_name_read_bytes) function_name_read_bytes (parameters (identifier_self) identifier_self (identifier_count) identifier_count )parameters (block (if_statement (comparison_operator (binary_operator (attribute ...
Read count number of bytes.
(module (function_definition (function_name__str_subgroups) function_name__str_subgroups (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (attribute (identifier_self) identifier_self (identifier_subgroups...
helper function to render subgroups as a string
(module (function_definition (function_name_extract_name) function_name_extract_name (parameters (identifier_self) identifier_self (identifier_data) identifier_data )parameters (block (expression_statement (assignment (identifier_name) identifier_name (cal...
Extract man page name from web page.
(module (function_definition (function_name_set) function_name_set (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier_is_value_set) ide...
Set the value for this measurement, with some sanity checks.
(module (function_definition (function_name_run) function_name_run (parameters (identifier_self) identifier_self )parameters (block (while_statement (comparison_operator (attribute (identifier_self) identifier_self (identifier_status) identifier_st...
loops until exit command given
(module (function_definition (function_name_export_osm_file) function_name_export_osm_file (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_osm) identifier_osm (call (identifier_create_ele...
Generate OpenStreetMap element tree from ``Osm``.
(module (function_definition (function_name_flatten) function_name_flatten (parameters (identifier_lis) identifier_lis )parameters (block (expression_statement (assignment (identifier_new_lis) identifier_new_lis (list )list )assignment )e...
Given a list, possibly nested to any level, return it flattened.
(module (function_definition (function_name__init_from_file) function_name__init_from_file (parameters (identifier_self) identifier_self (identifier_filename) identifier_filename )parameters (block (if_statement (not_operator (call (attribute ...
Create detector from detx file.
(module (function_definition (function_name_walk_nodes) function_name_walk_nodes (parameters (identifier_self) identifier_self (identifier_node) identifier_node (identifier_original) identifier_original )parameters (block (try_statement (block (expression_stat...
Iterate over the nodes recursively yielding the templatetag 'sass_src'
(module (function_definition (function_name__reconnect) function_name__reconnect (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_msg_class) identifier_msg_class (attribute (identifier_self) identifier_self (ide...
Called when the remote server is innacessible and the connection has to be restarted
(module (function_definition (function_name_infer_compartment_entries) function_name_infer_compartment_entries (parameters (identifier_model) identifier_model )parameters (block (expression_statement (assignment (identifier_compartment_ids) identifier_compartment_ids ...
Infer compartment entries for model based on reaction compounds.
(module (function_definition (function_name__read_component_definitions) function_name__read_component_definitions (parameters (identifier_self) identifier_self (identifier_graph) identifier_graph )parameters (block (for_statement (identifier_e) identifier_e (call ...
Read graph and add component defintions to document
(module (function_definition (function_name_show_customer) function_name_show_customer (parameters (identifier_self) identifier_self (identifier_customer_id) identifier_customer_id )parameters (block (expression_statement (assignment (identifier_request) identifier_...
Shows an existing customer.
(module (function_definition (function_name_sum) function_name_sum (parameters (identifier_self) identifier_self (default_parameter (identifier_weights) identifier_weights (None) None )default_parameter )parameters (block (if_statement (comparison_operat...
return the sum of weights of each object
(module (function_definition (function_name_assign) function_name_assign (parameters (identifier_self) identifier_self (identifier_dst) identifier_dst (identifier_req) identifier_req (identifier_src) identifier_src )parameters (block (if_statement (comparison_oper...
Helper function for assigning into dst depending on requirements.
(module (function_definition (function_name_pre_dissect) function_name_pre_dissect (parameters (identifier_self) identifier_self (identifier_s) identifier_s )parameters (block (expression_statement (assignment (identifier_length) identifier_length (call ...
Check that the payload is long enough to build a NTP packet.
(module (function_definition (function_name__to_hours_mins_secs) function_name__to_hours_mins_secs (parameters (identifier_time_taken) identifier_time_taken )parameters (block (expression_statement (assignment (pattern_list (identifier_mins) identifier_mins ...
Convert seconds to hours, mins, and seconds.
(module (function_definition (function_name_avail_images) function_name_avail_images (parameters (default_parameter (identifier_conn) identifier_conn (None) None )default_parameter (default_parameter (identifier_call) identifier_call (None) None )default...
Return a list of the server appliances that are on the provider
(module (function_definition (function_name_strip_possessives) function_name_strip_possessives (parameters (identifier_self) identifier_self (identifier_word) identifier_word )parameters (block (if_statement (call (attribute (identifier_word) identifier_...
Get rid of apostrophes indicating possession.
(module (function_definition (function_name_post) function_name_post (parameters (identifier_self) identifier_self (typed_parameter (identifier_endpoint) identifier_endpoint (type (identifier_str) identifier_str )type )typed_parameter (dictionary_splat...
HTTP POST operation to API endpoint.
(module (function_definition (function_name_create) function_name_create (parameters (identifier_gandi) identifier_gandi (identifier_name) identifier_name (identifier_vm) identifier_vm (identifier_size) identifier_size (identifier_snapshotprofile) identifier_snapshotprofile ...
Create a new disk.
(module (function_definition (function_name_debug) function_name_debug (parameters (identifier_self) identifier_self (identifier_text) identifier_text )parameters (block (expression_statement (call (attribute (attribute (identifier_self) id...
Ajout d'un message de log de type DEBUG
(module (function_definition (function_name_start) function_name_start (parameters (identifier_name) identifier_name (default_parameter (identifier_config_file) identifier_config_file (None) None )default_parameter )parameters (block (if_statement (not_o...
starts a container in daemon mode
(module (function_definition (function_name__set_cpu_throttling) function_name__set_cpu_throttling (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (call (attribute (identifier_self) identifier_self ...
Limits the CPU usage for current QEMU process.
(module (function_definition (function_name_delete_object) function_name_delete_object (parameters (identifier_self) identifier_self (identifier_cont) identifier_cont (identifier_obj) identifier_obj )parameters (block (try_statement (block (expression_statemen...
Delete a file from Swift
(module (function_definition (function_name_validate) function_name_validate (parameters (identifier_self) identifier_self (default_parameter (identifier_sig) identifier_sig (None) None )default_parameter )parameters (block (if_statement (comparison_oper...
Check if file matches its signature
(module (function_definition (function_name_values_for_column) function_name_values_for_column (parameters (identifier_self) identifier_self (identifier_column_name) identifier_column_name (default_parameter (identifier_limit) identifier_limit (integer_10000) integer_10000 ...
Retrieve some values for the given column
(module (function_definition (function_name__check_config_exists) function_name__check_config_exists (parameters (default_parameter (identifier_config_file) identifier_config_file (None) None )default_parameter )parameters (block (if_statement (comparison_oper...
Verify the config file is present
(module (function_definition (function_name_limited_to) function_name_limited_to (parameters (identifier_self) identifier_self (typed_parameter (identifier_left) identifier_left (type (generic_type (identifier_Set) identifier_Set (type_parameter ...
Returns the induced subgraph where only the nodes from the given sets are included.
(module (function_definition (function_name_stop) function_name_stop (parameters (identifier_self) identifier_self )parameters (block (try_statement (block (expression_statement (call (attribute (attribute (ident...
Halts the acquisition, this must be called before resetting acquisition
(module (function_definition (function_name_get_image) function_name_get_image (parameters (identifier_self) identifier_self (typed_parameter (identifier_input_source) identifier_input_source (type (identifier_str) identifier_str )type )typed_parameter ...
Open FFmpeg process as capture 1 frame.
(module (function_definition (function_name_cast_item) function_name_cast_item (parameters (identifier_cls) identifier_cls (identifier_item) identifier_item )parameters (block (if_statement (not_operator (call (identifier_isinstance) identifier_isinstanc...
Cast list item to the appropriate tag type.
(module (function_definition (function_name_actions_for_project) function_name_actions_for_project (parameters (identifier_self) identifier_self (identifier_project) identifier_project )parameters (block (expression_statement (assignment (attribute (iden...
Compile & Run the experiment with -O3 enabled.