sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_increment) function_name_increment (parameters (identifier_self) identifier_self (default_parameter (identifier_amount) identifier_amount (integer_1) integer_1 )default_parameter )parameters (block (expression_statemen...
Increments the main progress bar by amount.
(module (function_definition (function_name__readbin) function_name__readbin (parameters (identifier_self) identifier_self (identifier_length) identifier_length (identifier_start) identifier_start )parameters (block (if_statement (not_operator (identifier_leng...
Read bits and interpret as a binary string.
(module (function_definition (function_name__retrieve_messages_after_strategy) function_name__retrieve_messages_after_strategy (parameters (identifier_self) identifier_self (identifier_retrieve) identifier_retrieve )parameters (block (expression_statement (assignment ...
Retrieve messages using after parameter.
(module (function_definition (function_name_get) function_name_get (parameters (identifier_cls) identifier_cls )parameters (block (expression_statement (assignment (identifier_app) identifier_app (call (attribute (identifier_AndroidAppl...
Acquires the NotificationManager service async.
(module (function_definition (function_name__port_poll) function_name__port_poll (parameters (identifier_is_old_bootloader) identifier_is_old_bootloader (default_parameter (identifier_ports_before_switch) identifier_ports_before_switch (None) None )default_parameter )para...
Checks for the bootloader port
(module (function_definition (function_name_tick) function_name_tick (parameters (identifier_self) identifier_self (identifier_filename) identifier_filename )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_sel...
Try to connect and display messages in queue.
(module (function_definition (function_name_remove_file_no_raise) function_name_remove_file_no_raise (parameters (identifier_file_name) identifier_file_name (identifier_config) identifier_config )parameters (block (if_statement (attribute (identifier_config) identif...
Removes file from disk if exception is raised.
(module (function_definition (function_name_do_gui_update) function_name_do_gui_update (parameters (identifier_self) identifier_self )parameters (block (with_statement (with_clause (with_item (attribute (identifier_self) identifier_self ...
This method gets called also by Timer, a new thread, and so needs to lock the update
(module (function_definition (function_name__call_event) function_name__call_event (parameters (identifier_self) identifier_self (identifier_event_name) identifier_event_name (identifier_cmd) identifier_cmd (identifier_pargs) identifier_pargs (identifier_kwargs) identifier_kwargs...
Try to call events for cmd.
(module (function_definition (function_name_camel_case_from_underscores) function_name_camel_case_from_underscores (parameters (identifier_string) identifier_string )parameters (block (expression_statement (assignment (identifier_components) identifier_components ...
Generate a CamelCase string from an underscore_string
(module (function_definition (function_name_makedirs) function_name_makedirs (parameters (identifier_p) identifier_p )parameters (block (try_statement (block (expression_statement (call (attribute (identifier_os) identifier_os ...
A makedirs that avoids a race conditions for multiple processes attempting to create the same directory.
(module (function_definition (function_name__initialise_classifier) function_name__initialise_classifier (parameters (identifier_self) identifier_self (identifier_comparison_vectors) identifier_comparison_vectors )parameters (block (expression_statement (assignment ...
Set the centers of the clusters.
(module (function_definition (function_name_solve) function_name_solve (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier_solve_begun) identifier_solve_begun )attribute ...
Attempt to solve the request.
(module (function_definition (function_name_output) function_name_output (parameters (identifier_self) identifier_self (default_parameter (identifier_name) identifier_name (string_'') string_'' )default_parameter (default_parameter (identifier_dest) identifier_d...
Output PDF to some destination
(module (function_definition (function_name_gcs_files) function_name_gcs_files (parameters (default_parameter (identifier_prefix_filter) identifier_prefix_filter (None) None )default_parameter )parameters (block (expression_statement (assignment (ide...
List all files in GCS bucket.
(module (function_definition (function_name_redirectSTDOUTtoDebugFile) function_name_redirectSTDOUTtoDebugFile (parameters )parameters (block (import_statement (dotted_name (identifier_sys) identifier_sys )dotted_name )import_statement (expression_statement ...
Redirects the stdout and stderr of the current process to a file.
(module (function_definition (function_name_view_help) function_name_view_help (parameters (identifier_self) identifier_self )parameters (block (function_definition (function_name_format_desc) function_name_format_desc (parameters (identifier_desc) identifier_desc...
Return a help message describing all the statically configured keys.
(module (function_definition (function_name_create) function_name_create (parameters (identifier_self) identifier_self (identifier_name) identifier_name (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern )parameters (block (expression_statem...
Creates a new command with the given arguments.
(module (function_definition (function_name_triple_in_shape) function_name_triple_in_shape (parameters (typed_parameter (identifier_expr) identifier_expr (type (attribute (identifier_ShExJ) identifier_ShExJ (identifier_shapeExpr) identifier_shapeExpr ...
Search for the label in a shape expression
(module (function_definition (function_name_instruction_LSR_memory) function_name_instruction_LSR_memory (parameters (identifier_self) identifier_self (identifier_opcode) identifier_opcode (identifier_ea) identifier_ea (identifier_m) identifier_m )parameters (block (expre...
Logical shift right memory location
(module (function_definition (function_name_adjust_for_flatpak) function_name_adjust_for_flatpak (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (attribute (attribute (identifier_self) identifier_self ...
Remove plugins that don't work when building Flatpaks
(module (function_definition (function_name_give_consent) function_name_give_consent (parameters )parameters (block (if_statement (not_operator (parenthesized_expression (boolean_operator (boolean_operator (comparison_operator ...
Serves up the consent in the popup window.
(module (function_definition (function_name_superkey) function_name_superkey (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_sorted_list) identifier_sorted_list (list )list )assignm...
Returns a set of column names that together constitute the superkey.
(module (function_definition (function_name_add_callback) function_name_add_callback (parameters (identifier_self) identifier_self (identifier_fn) identifier_fn (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (id...
Pass a function to be called when IO is complete.
(module (function_definition (function_name_kill) function_name_kill (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_sock) identifier_sock (attribute (identifier_self) identifier_self (identifier_workers) ident...
Send a SIGKILL to all worker processes
(module (function_definition (function_name__in_polygon) function_name__in_polygon (parameters (identifier_points) identifier_points (identifier_polygon) identifier_polygon )parameters (block (import_from_statement (dotted_name (identifier_matplotlib) identifier_mat...
Return the points that are inside a polygon.
(module (function_definition (function_name_update) function_name_update (parameters (identifier_self) identifier_self (identifier_dt) identifier_dt )parameters (block (expression_statement (call (attribute (attribute (identifier_self) iden...
Tasks that occur over time should be handled here
(module (function_definition (function_name_status) function_name_status (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (default_parameter (identifier_priority) identifier_priority (integer...
Add status message to be shown until next action.
(module (function_definition (function_name_stash_calibration) function_name_stash_calibration (parameters (identifier_self) identifier_self (identifier_attenuations) identifier_attenuations (identifier_freqs) identifier_freqs (identifier_frange) identifier_frange (identifier_cal...
Save it for later
(module (function_definition (function_name__get_deploy_options) function_name__get_deploy_options (parameters (identifier_self) identifier_self (identifier_options) identifier_options )parameters (block (expression_statement (assignment (identifier_user_data) ident...
Return the deployment options based on command line.
(module (function_definition (function_name_parse) function_name_parse (parameters (identifier_self) identifier_self (identifier_s) identifier_s )parameters (block (return_statement (call (attribute (call (attribute (attribu...
Parses a date string formatted like ``YYYY-MM-DD``.
(module (function_definition (function_name__get_movie_raw_metadata) function_name__get_movie_raw_metadata (parameters )parameters (block (expression_statement (assignment (identifier_path) identifier_path (call (identifier__get_movielens_path) identifier_...
Get raw lines of the genre file.
(module (function_definition (function_name_reversed_blocks) function_name_reversed_blocks (parameters (identifier_handle) identifier_handle (default_parameter (identifier_blocksize) identifier_blocksize (integer_4096) integer_4096 )default_parameter )parameters (bloc...
Generate blocks of file's contents in reverse order.
(module (function_definition (function_name_add_file) function_name_add_file (parameters (identifier_self) identifier_self (identifier_fName) identifier_fName (identifier_content) identifier_content )parameters (block (if_statement (not_operator (call ...
If this FSNode is a directory, write a file called fName containing content inside it
(module (function_definition (function_name__get_composition_collection) function_name__get_composition_collection (parameters (identifier_self) identifier_self (identifier_composition_id) identifier_composition_id )parameters (block (expression_statement (assignment ...
Returns a Mongo Collection and Composition given a Composition Id
(module (function_definition (function_name_states) function_name_states (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_state_list) identifier_state_list (list )list )assignment ...
Returns a set containing the enabled states.
(module (function_definition (function_name_power_off) function_name_power_off (parameters (identifier_env) identifier_env (identifier_identifier) identifier_identifier (identifier_hard) identifier_hard )parameters (block (expression_statement (assignment (ide...
Power off an active virtual server.
(module (function_definition (function_name__start_primary) function_name__start_primary (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (attribute (identifier_self) identifier_self ...
Start as the primary
(module (function_definition (function_name_correct_chrom_names) function_name_correct_chrom_names (parameters (identifier_chroms) identifier_chroms )parameters (block (expression_statement (assignment (identifier_chrom_list) identifier_chrom_list (list ...
Make sure chromosome names follow UCSC chr convention.
(module (function_definition (function_name_prepare_percolator_output) function_name_prepare_percolator_output (parameters (identifier_self) identifier_self (identifier_fn) identifier_fn )parameters (block (expression_statement (assignment (identifier_ns) identifier...
Returns namespace and static xml from percolator output file
(module (function_definition (function_name_extract_filezip) function_name_extract_filezip (parameters (identifier_path_to_file) identifier_path_to_file (identifier_dest_path) identifier_dest_path (default_parameter (identifier_target_zipfiles) identifier_target_zipfiles (Non...
Extract file zip to destiny path folder targeting only some kind of files.
(module (function_definition (function_name_decode_safely) function_name_decode_safely (parameters (identifier_self) identifier_self (identifier_encoded_data) identifier_encoded_data )parameters (block (expression_statement (assignment (identifier_decoder) identifie...
Inverse for the `encode_safely` function.
(module (function_definition (function_name__compile_qt_resources) function_name__compile_qt_resources (parameters )parameters (block (if_statement (call (attribute (identifier_config) identifier_config (identifier_QT_RES_SRC) identifier_QT_RES_SRC ...
Compiles PyQT resources file
(module (function_definition (function_name_end) function_name_end (parameters (identifier_self) identifier_self )parameters (block (with_statement (with_clause (with_item (attribute (identifier_self) identifier_self (identifier___l...
Finalise lz4 frame, outputting any remaining as return from this function or by writing to fp)
(module (function_definition (function_name_hook_fn) function_name_hook_fn (parameters (identifier_self) identifier_self (typed_parameter (identifier_module) identifier_module (type (attribute (identifier_nn) identifier_nn (identifier_Module) ident...
Applies `hook_func` to `module`, `input`, `output`.
(module (function_definition (function_name__disable_rpcs) function_name__disable_rpcs (parameters (identifier_self) identifier_self (identifier_conn) identifier_conn (identifier_services) identifier_services (default_parameter (identifier_timeout) identifier_timeout (f...
Prevent this device from receiving more RPCs
(module (function_definition (function_name_nhill_a) function_name_nhill_a (parameters (identifier_self) identifier_self (identifier_x) identifier_x (default_parameter (identifier_threshold) identifier_threshold (float_0.1) float_0.1 )default_parameter (default_pa...
Normalized activating hill function.
(module (function_definition (function_name_unlink) function_name_unlink (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_os) identifier_os (identifier_name) identifier_name ...
unlinks the shared memory
(module (function_definition (function_name_rebalance) function_name_rebalance (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_norms) identifier_norms (list_comprehension (call ...
Rescales factors across modes so that all norms match.
(module (function_definition (function_name_runGetContinuousSet) function_name_runGetContinuousSet (parameters (identifier_self) identifier_self (identifier_id_) identifier_id_ )parameters (block (expression_statement (assignment (identifier_compoundId) identifier_c...
Runs a getContinuousSet request for the specified ID.
(module (function_definition (function_name_all_off) function_name_all_off (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (attribute (identifier_self) identifier_self (identifier_leds) identifier_leds ...
Turn all LEDs off
(module (function_definition (function_name_global_search) function_name_global_search (parameters (identifier_self) identifier_self (identifier_queryset) identifier_queryset )parameters (block (expression_statement (assignment (identifier_search) identifier_search ...
Filter a queryset with global search
(module (function_definition (function_name_gtype) function_name_gtype (parameters (identifier_n) identifier_n )parameters (block (expression_statement (assignment (identifier_t) identifier_t (attribute (call (identifier_type) identifie...
Return the a string with the data type of a value, for Graph data
(module (function_definition (function_name__slice_at) function_name__slice_at (parameters (identifier_self) identifier_self (identifier_index) identifier_index (default_parameter (identifier_length) identifier_length (integer_1) integer_1 )default_parameter )parame...
Create a slice for index and length.
(module (function_definition (function_name_visit) function_name_visit (parameters (identifier_self) identifier_self )parameters (block (for_statement (identifier_enrollment) identifier_enrollment (call (attribute (identifier_self) identifier_self ...
Record that the user has visited the site for the purposes of retention tracking
(module (function_definition (function_name_public_pairs_for_script) function_name_public_pairs_for_script (parameters (identifier_self) identifier_self (identifier_tx) identifier_tx (identifier_tx_in_idx) identifier_tx_in_idx (identifier_generator) identifier_generator )parameters...
For a given script, iterate over and pull out public pairs encoded as sec values.
(module (function_definition (function_name_ensure_exists) function_name_ensure_exists (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (call (attribute (identifier_cache) identifier_cache ...
Ensure that cache directory exists.
(module (function_definition (function_name_on_mouse_wheel) function_name_on_mouse_wheel (parameters (identifier_self) identifier_self (identifier_event) identifier_event )parameters (block (if_statement (attribute (identifier_event) identifier_event (iden...
Zoom with the mouse wheel.
(module (function_definition (function_name__uri_split) function_name__uri_split (parameters (identifier_uri) identifier_uri )parameters (block (expression_statement (assignment (pattern_list (identifier_scheme) identifier_scheme (identifier_netloc...
Splits up an URI or IRI.
(module (function_definition (function_name_show_graph_summary) function_name_show_graph_summary (parameters (identifier_g) identifier_g )parameters (block (expression_statement (assignment (identifier_sample_data) identifier_sample_data (list )list ...
display sample data from a graph
(module (function_definition (function_name_down) function_name_down (parameters (identifier_self) identifier_self (identifier_down_uid) identifier_down_uid )parameters (block (expression_statement (assignment (identifier_down_url) identifier_down_url (cal...
Download the entity by UID.
(module (function_definition (function_name_task_transaction) function_name_task_transaction (parameters (identifier_channel) identifier_channel )parameters (block (with_statement (with_clause (with_item (attribute (identifier_channel) identifier...
Ensures a task is fetched and acknowledged atomically.
(module (function_definition (function_name__parse_simple_fault_geometry_surface) function_name__parse_simple_fault_geometry_surface (parameters (identifier_self) identifier_self (identifier_node) identifier_node )parameters (block (expression_statement (assignment ...
Parses a simple fault geometry surface
(module (function_definition (function_name__process_plan_lines) function_name__process_plan_lines (parameters (identifier_self) identifier_self (identifier_final_line_count) identifier_final_line_count )parameters (block (if_statement (not_operator (subscript ...
Process plan line rules.
(module (function_definition (function_name_settings) function_name_settings (parameters (identifier_instance) identifier_instance )parameters (block (with_statement (with_clause (with_item (as_pattern (call (identifier_open) iden...
Definition to set settings from config file to the app instance.
(module (function_definition (function_name_to_dict) function_name_to_dict (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_error_dict) identifier_error_dict (dictionary )dictionary ...
Return values of each fields of an jsonapi error
(module (function_definition (function_name_read_chron) function_name_read_chron (parameters (identifier_fl) identifier_fl )parameters (block (expression_statement (assignment (identifier_indata) identifier_indata (call (attribute (iden...
Create ChronRecord instance from Bacon file
(module (function_definition (function_name_ProcessFingerprint) function_name_ProcessFingerprint (parameters (identifier_self) identifier_self (identifier_responses) identifier_responses )parameters (block (if_statement (not_operator (attribute (identifi...
Store the fingerprint response.
(module (function_definition (function_name_setpassword) function_name_setpassword (parameters (identifier_self) identifier_self (identifier_pwd) identifier_pwd )parameters (block (if_statement (boolean_operator (identifier_pwd) identifier_pwd (not_operato...
Set default password for encrypted files.
(module (function_definition (function_name_tabLayout) function_name_tabLayout (parameters (identifier_self) identifier_self )parameters (block (expression_statement (augmented_assignment (attribute (attribute (identifier_self) identifier_self ...
For all tabs, specify the number of buttons in a row
(module (function_definition (function_name_get) function_name_get (parameters (identifier_identifier) identifier_identifier (default_parameter (identifier_namespace) identifier_namespace (string_'cid') string_'cid' )default_parameter (default_parameter (identif...
Request wrapper that automatically handles async requests.
(module (function_definition (function_name_search_gallery) function_name_search_gallery (parameters (identifier_self) identifier_self (identifier_q) identifier_q )parameters (block (expression_statement (assignment (identifier_url) identifier_url (binary_...
Search the gallery with the given query string.
(module (function_definition (function_name_delete_doc) function_name_delete_doc (parameters (identifier_self) identifier_self (identifier_doc_id) identifier_doc_id (identifier_revision) identifier_revision )parameters (block (expression_statement (assignment ...
Imitates sending DELETE request to CouchDB server
(module (function_definition (function_name__download_datasets) function_name__download_datasets (parameters )parameters (block (function_definition (function_name_filepath) function_name_filepath (parameters (list_splat_pattern (identifier_args) identifier_...
Utility to download datasets into package source
(module (function_definition (function_name_load) function_name_load (parameters (default_parameter (identifier_path) identifier_path (None) None )default_parameter (default_parameter (identifier_root) identifier_root (None) None )default_parameter ...
Load all of the config files.
(module (function_definition (function_name__get_first_part_id) function_name__get_first_part_id (parameters (identifier_self) identifier_self (identifier_assessment_id) identifier_assessment_id )parameters (block (if_statement (comparison_operator (identifier_asses...
This session implemenation assumes all items are assigned to the first assessment part
(module (function_definition (function_name__make_links_from) function_name__make_links_from (parameters (identifier_self) identifier_self (identifier_body) identifier_body )parameters (block (expression_statement (assignment (identifier_ld) identifier_ld ...
Creates linked navigators from a HAL response body
(module (function_definition (function_name_write_fixture_file) function_name_write_fixture_file (parameters (identifier_context) identifier_context (identifier_path) identifier_path )parameters (block (expression_statement (call (identifier_print) identifier_print ...
Write fixture to disk.
(module (function_definition (function_name_output) function_name_output (parameters (identifier_self) identifier_self (default_parameter (identifier_delimiter) identifier_delimiter (string_'\t') string_'\t' )default_parameter (default_parameter (identifier_addn...
Print a representation of the frequency list
(module (function_definition (function_name__read_color_images) function_name__read_color_images (parameters (identifier_self) identifier_self (identifier_num_images) identifier_num_images )parameters (block (expression_statement (assignment (identifier_color_images...
Reads color images from the device
(module (function_definition (function_name_change_password) function_name_change_password (parameters )parameters (block (expression_statement (assignment (identifier_form_class) identifier_form_class (attribute (identifier__security) identifier__security...
View function which handles a change password request.
(module (function_definition (function_name__delete_service) function_name__delete_service (parameters (identifier_self) identifier_self (default_parameter (identifier_service_only) identifier_service_only (False) False )default_parameter )parameters (block (exp...
Delete a Cloud Foundry service and any associations.
(module (function_definition (function_name_lower_context_field_existence) function_name_lower_context_field_existence (parameters (identifier_ir_blocks) identifier_ir_blocks (identifier_query_metadata_table) identifier_query_metadata_table )parameters (block (function_definition ...
Lower ContextFieldExistence expressions into lower-level expressions.
(module (function_definition (function_name_generate) function_name_generate (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (pattern_list (identifier_x) identifier_x (identifier_y) identifier_y ...
Return a random point inside the box
(module (function_definition (function_name__xy_locs) function_name__xy_locs (parameters (identifier_mask) identifier_mask )parameters (block (expression_statement (assignment (pattern_list (identifier_y) identifier_y (identifier_x) identifier_x ...
Mask should be a set of bools from comparison with a feature layer.
(module (function_definition (function_name__collapse_to_cwl_record) function_name__collapse_to_cwl_record (parameters (identifier_samples) identifier_samples (identifier_want_attrs) identifier_want_attrs (identifier_input_files) identifier_input_files )parameters (block (expre...
Convert nested samples from batches into a CWL record, based on input keys.
(module (function_definition (function_name__split_line) function_name__split_line (parameters (identifier_self) identifier_self (identifier_line_str) identifier_line_str )parameters (block (expression_statement (assignment (identifier_arr) identifier_arr ...
Split line and check number of columns
(module (function_definition (function_name_create_unsigned_transaction) function_name_create_unsigned_transaction (parameters (identifier_cls) identifier_cls (keyword_separator )keyword_separator (typed_parameter (identifier_nonce) identifier_nonce (type (ide...
Create an unsigned transaction.
(module (function_definition (function_name_add_robot) function_name_add_robot (parameters (identifier_self) identifier_self (identifier_controller) identifier_controller )parameters (block (expression_statement (call (attribute (identifier_controller) i...
Add a robot controller
(module (function_definition (function_name_state_create_is_valid) function_name_state_create_is_valid (parameters (identifier_nameop) identifier_nameop )parameters (block (assert_statement (comparison_operator (string_'__state_create__') string_'__state_create__' ...
Is a nameop a valid state-preorder operation?
(module (function_definition (function_name_compile_with_symbol) function_name_compile_with_symbol (parameters (identifier_self) identifier_self (identifier_func) identifier_func (default_parameter (identifier_theano_args) identifier_theano_args (None) None )default_par...
Compile the function with theano symbols
(module (function_definition (function_name_StringIO) function_name_StringIO (parameters (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters ...
StringIO constructor shim for the async wrapper.
(module (function_definition (function_name_split_into_sentences) function_name_split_into_sentences (parameters (identifier_s) identifier_s )parameters (block (expression_statement (assignment (identifier_s) identifier_s (call (attribute ...
Split text into list of sentences.
(module (function_definition (function_name__compose_style) function_name__compose_style (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_valid_styles) identifier_valid_styles (tuple (stri...
Appends `prop` with `style` to layer styling
(module (function_definition (function_name_purge_service_by_key) function_name_purge_service_by_key (parameters (identifier_self) identifier_self (identifier_service_id) identifier_service_id (identifier_key) identifier_key )parameters (block (expression_statement (ass...
Purge a particular service by a key.
(module (function_definition (function_name_dst_addr) function_name_dst_addr (parameters (identifier_self) identifier_self )parameters (block (try_statement (block (return_statement (call (attribute (identifier_socket) identifier_...
The packet destination address.
(module (function_definition (function_name_check_str) function_name_check_str (parameters (identifier_obj) identifier_obj )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_obj) identifier...
Returns a string for various input types
(module (function_definition (function_name_common_bootsrap_payload) function_name_common_bootsrap_payload (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_messages) identifier_messages (call ...
Common data always sent to the client
(module (function_definition (function_name_init_library) function_name_init_library (parameters (identifier_database_dsn) identifier_database_dsn (identifier_accounts_password) identifier_accounts_password (default_parameter (identifier_limited_run) identifier_limited_run (F...
Child initializer, setup in Library.process_pool
(module (function_definition (function_name__from_deprecated_son) function_name__from_deprecated_son (parameters (identifier_cls) identifier_cls (identifier_id_dict) identifier_id_dict (identifier_run) identifier_run )parameters (block (expression_statement (assignment ...
Return the Location decoding this id_dict and run