sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name__message) function_name__message
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_filepath) identifier_filepath
(attribute
(attribute
... | get the message payload |
(module
(function_definition
(function_name__Register) function_name__Register
(parameters
(identifier_self) identifier_self
(identifier_conditions) identifier_conditions
(identifier_callback) identifier_callback
)parameters
(block
(for_statement
(identifier_condition) ... | Map functions that should be called if the condition applies. |
(module
(function_definition
(function_name__random) function_name__random
(parameters
(identifier_cls) identifier_cls
)parameters
(block
(expression_statement
(assignment
(identifier_pid) identifier_pid
(call
(attribute
(identifier_os)... | Generate a 5-byte random number once per process. |
(module
(function_definition
(function_name_demographics) function_name_demographics
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_body) identifier_body
(dictionary
(pair
... | Get the demographic breakdown for an input targeting criteria |
(module
(function_definition
(function_name_augment_cells_no_span) function_name_augment_cells_no_span
(parameters
(identifier_self) identifier_self
(identifier_rows) identifier_rows
(identifier_source) identifier_source
)parameters
(block
(return_statement
(list_compre... | Convert each cell into a tuple suitable for consumption by build_table. |
(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_current_table) identi... | Clean any processing data, and prepare object for reuse |
(module
(function_definition
(function_name__scale_cores_to_memory) function_name__scale_cores_to_memory
(parameters
(identifier_cores) identifier_cores
(identifier_mem_per_core) identifier_mem_per_core
(identifier_sysinfo) identifier_sysinfo
(identifier_system_memory) identifier_syste... | Scale multicore usage to avoid excessive memory usage based on system information. |
(module
(function_definition
(function_name_do_read) function_name_do_read
(parameters
(identifier_self) identifier_self
(identifier_args) identifier_args
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_self
... | Receive from the resource in use. |
(module
(function_definition
(function_name_sync_entities_watching) function_name_sync_entities_watching
(parameters
(identifier_instance) identifier_instance
)parameters
(block
(for_statement
(pattern_list
(identifier_entity_model) identifier_entity_model
(iden... | Syncs entities watching changes of a model instance. |
(module
(function_definition
(function_name__do_report) function_name__do_report
(parameters
(identifier_self) identifier_self
(identifier_report) identifier_report
(identifier_in_port) identifier_in_port
(identifier_msg) identifier_msg
)parameters
(block
(expression_stat... | the process when the querier received a REPORT message. |
(module
(function_definition
(function_name_execute_ls) function_name_execute_ls
(parameters
(identifier_host_list) identifier_host_list
(identifier_remote_user) identifier_remote_user
(identifier_remote_pass) identifier_remote_pass
)parameters
(block
(expression_statement
... | Execute any adhoc command on the hosts. |
(module
(function_definition
(function_name_transform) function_name_transform
(parameters
(identifier_self) identifier_self
(identifier_X) identifier_X
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_self
... | Transform your data to zero mean unit variance. |
(module
(function_definition
(function_name_apply_substitutions) function_name_apply_substitutions
(parameters
(identifier_monomial) identifier_monomial
(identifier_monomial_substitutions) identifier_monomial_substitutions
(default_parameter
(identifier_pure) identifier_pure
... | Helper function to remove monomials from the basis. |
(module
(function_definition
(function_name_put_value) function_name_put_value
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
(default_parameter
(identifier_timeout) identifier_timeout
(None) None
)default_parameter
)parameters
... | Put a value to the Attribute and wait for completion |
(module
(function_definition
(function_name_ast_from_module) function_name_ast_from_module
(parameters
(identifier_self) identifier_self
(identifier_module) identifier_module
(default_parameter
(identifier_modname) identifier_modname
(None) None
)default_parameter
)... | given an imported module, return the astroid object |
(module
(function_definition
(function_name_update) function_name_update
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_vehicle) identifier_vehicle
(subscript
(call
(attrib... | Update this bus by creating a new one and transplanting dictionaries. |
(module
(function_definition
(function_name_parse_value) function_name_parse_value
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_sn) identifier_sn
(type
(string_"DataNode") string_"DataNode"
)type
)typed_parameter
)parameters... | Let schema node's type parse the receiver's value. |
(module
(function_definition
(function_name_Preprocess) function_name_Preprocess
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(identifier_data) identifier_data
(call
... | Preprocess the given data, ready for parsing. |
(module
(function_definition
(function_name_post) function_name_post
(parameters
(identifier_self) identifier_self
(identifier_url) identifier_url
(default_parameter
(identifier_body) identifier_body
(None) None
)default_parameter
)parameters
(block
(expre... | Executes an HTTP POST request for the given URL. |
(module
(function_definition
(function_name_show_network) function_name_show_network
(parameters
(identifier_self) identifier_self
(identifier_network) identifier_network
(dictionary_splat_pattern
(identifier__params) identifier__params
)dictionary_splat_pattern
)parameters... | Fetches information of a certain network. |
(module
(function_definition
(function_name__read_interleaved_numpy) function_name__read_interleaved_numpy
(parameters
(identifier_self) identifier_self
(identifier_f) identifier_f
(identifier_data_objects) identifier_data_objects
)parameters
(block
(expression_statement
... | Read interleaved data where all channels have a numpy type |
(module
(function_definition
(function_name_exvp) function_name_exvp
(parameters
(identifier_pos_x) identifier_pos_x
(identifier_pos_y) identifier_pos_y
)parameters
(block
(expression_statement
(assignment
(identifier_pos_x) identifier_pos_x
(call
... | Convert virtual pixel to real pixel |
(module
(function_definition
(function_name_parse) function_name_parse
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_filename) identifier_filename
(type
(identifier_str) identifier_str
)type
)typed_parameter
(typed_default_... | Parse the specified filename or contents and return a CompatParseResponse. |
(module
(function_definition
(function_name_do_OPTIONS) function_name_do_OPTIONS
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_thread_local) identifier_thread_local
(identi... | Handles an OPTIONS request. |
(module
(function_definition
(function_name_startElement) function_name_startElement
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
)parameters
(block
(if_statement
(comparison_operator
(identifier_node) identifier_node
(No... | Recurses in children of this node |
(module
(function_definition
(function_name_atlasdb_load_peer_table) function_name_atlasdb_load_peer_table
(parameters
(default_parameter
(identifier_con) identifier_con
(None) None
)default_parameter
(default_parameter
(identifier_path) identifier_path
(None)... | Create a peer table from the peer DB |
(module
(function_definition
(function_name_channels) function_name_channels
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(call
(attribute
(attribute
(identifier_self) identif... | The number of channels. |
(module
(function_definition
(function_name_display_paths) function_name_display_paths
(parameters
(identifier_instances) identifier_instances
(identifier_type_str) identifier_type_str
)parameters
(block
(expression_statement
(call
(identifier_print) identifier_prin... | Display the count and paths for the list of instances in instances. |
(module
(function_definition
(function_name_full_installation) function_name_full_installation
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_location) identifier_location
(None) None
)default_parameter
)parameters
(block
(expressio... | Return the full details of the installation. |
(module
(function_definition
(function_name_remove_external_references_from_roles) function_name_remove_external_references_from_roles
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_node_role) identifier_node_role
(call
... | Removes any external references on any of the roles from the predicate |
(module
(function_definition
(function_name__infer_dict) function_name__infer_dict
(parameters
(identifier_obj) identifier_obj
)parameters
(block
(for_statement
(identifier_ats) identifier_ats
(tuple
(tuple
(string_'__len__') string_'__len__'
... | Return True for likely dict object. |
(module
(function_definition
(function_name_getEyeOutputViewport) function_name_getEyeOutputViewport
(parameters
(identifier_self) identifier_self
(identifier_eEye) identifier_eEye
)parameters
(block
(expression_statement
(assignment
(identifier_fn) identifier_fn
... | Gets the viewport in the frame buffer to draw the output of the distortion into |
(module
(function_definition
(function_name_open_submission) function_name_open_submission
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_url) identifier_url
(call
(attribute
... | Open the full submission and comment tree for the selected comment. |
(module
(function_definition
(function_name__parse_scram_response) function_name__parse_scram_response
(parameters
(identifier_response) identifier_response
)parameters
(block
(return_statement
(call
(identifier_dict) identifier_dict
(generator_expression
... | Split a scram response into key, value pairs. |
(module
(function_definition
(function_name_parse_headers_link) function_name_parse_headers_link
(parameters
(identifier_headers) identifier_headers
)parameters
(block
(expression_statement
(assignment
(identifier_header) identifier_header
(call
(att... | Returns the parsed header links of the response, if any. |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_settings_path) identifier_settings_path
(identifier_settings_data) identifier_settings_data
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
... | Write data to .env file |
(module
(function_definition
(function_name_delete_untagged) function_name_delete_untagged
(parameters
(identifier_collector) identifier_collector
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_st... | Find the untagged images and remove them |
(module
(function_definition
(function_name_keep_only_sticked_and_selected_tabs) function_name_keep_only_sticked_and_selected_tabs
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(call
(attribute
(iden... | Close all tabs, except the currently active one and all sticked ones |
(module
(function_definition
(function_name_request) function_name_request
(parameters
(identifier_self) identifier_self
(identifier_method) identifier_method
(identifier_url) identifier_url
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat... | Overrides Session.request to ensure that the session is authenticated |
(module
(function_definition
(function_name_bitop_and) function_name_bitop_and
(parameters
(identifier_self) identifier_self
(identifier_dest) identifier_dest
(identifier_key) identifier_key
(list_splat_pattern
(identifier_keys) identifier_keys
)list_splat_pattern
)pa... | Perform bitwise AND operations between strings. |
(module
(function_definition
(function_name_update_ports) function_name_update_ports
(parameters
(identifier_self) identifier_self
)parameters
(type
(None) None
)type
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self... | Update port groups of parameters. |
(module
(function_definition
(function_name_run_selected_clicked) function_name_run_selected_clicked
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_rows) identifier_rows
(call
(identifie... | Run the selected scenario. |
(module
(function_definition
(function_name__get_extension_by_field) function_name__get_extension_by_field
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
)parameters
(block
(if_statement
(comparison_operator
(identifier_name) identif... | Find the ParlerOptions object that corresponds with the given translated field. |
(module
(function_definition
(function_name_calculate_extents) function_name_calculate_extents
(parameters
(identifier_labels) identifier_labels
(identifier_indexes) identifier_indexes
)parameters
(block
(expression_statement
(assignment
(identifier_fix) identifier_... | Return the area of each object divided by the area of its bounding box |
(module
(function_definition
(function_name_prevPlot) function_name_prevPlot
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(call
(attribute
(attribute
(identifier_self) identif... | Moves the displayed plot to the previous one |
(module
(function_definition
(function_name_on_batch_end) function_name_on_batch_end
(parameters
(identifier_self) identifier_self
(identifier_last_target) identifier_last_target
(identifier_train) identifier_train
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs... | Update the metrics if not `train` |
(module
(function_definition
(function_name_render_to_string) function_name_render_to_string
(parameters
(identifier_self) identifier_self
(identifier_template_file) identifier_template_file
(identifier_context) identifier_context
)parameters
(block
(expression_statement
... | Render given template to string and add object to context |
(module
(function_definition
(function_name_param_apropos) function_name_param_apropos
(parameters
(identifier_self) identifier_self
(identifier_args) identifier_args
)parameters
(block
(if_statement
(comparison_operator
(call
(identifier_len) identifier... | search parameter help for a keyword, list those parameters |
(module
(function_definition
(function_name__write) function_name__write
(parameters
(identifier_self) identifier_self
(identifier_session) identifier_session
(identifier_openFile) identifier_openFile
(identifier_replaceParamFile) identifier_replaceParamFile
)parameters
(block
... | Generic Time Series Write to File Method |
(module
(function_definition
(function_name_destroy_unit) function_name_destroy_unit
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_unit_names) identifier_unit_names
)list_splat_pattern
)parameters
(block
(expression_statement
(ass... | Destroy units by name. |
(module
(function_definition
(function_name_save) function_name_save
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_force_insert) identifier_force_insert
(False) False
)default_parameter
(default_parameter
(identifier_force_update) ... | Set html field with correct iframe. |
(module
(function_definition
(function_name_generate_docker_compose) function_name_generate_docker_compose
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_example) identifier_example
(dictionary
... | Generate a sample docker compose |
(module
(function_definition
(function_name_stop) function_name_stop
(parameters
(identifier_self) identifier_self
)parameters
(type
(None) None
)type
(block
(if_statement
(boolean_operator
(attribute
(identifier_self) identifier_self
... | Stops the analysis as soon as possible. |
(module
(function_definition
(function_name_estimate_max_mapq) function_name_estimate_max_mapq
(parameters
(identifier_in_bam) identifier_in_bam
(default_parameter
(identifier_nreads) identifier_nreads
(float_1e6) float_1e6
)default_parameter
)parameters
(block
... | Guess maximum MAPQ in a BAM file of reads with alignments |
(module
(function_definition
(function_name_compute_distances_dict) function_name_compute_distances_dict
(parameters
(identifier_egg) identifier_egg
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_pres) identifier_pres
... | Creates a nested dict of distances |
(module
(function_definition
(function_name_write) function_name_write
(parameters
(identifier_self) identifier_self
(identifier_frame) identifier_frame
)parameters
(block
(if_statement
(not_operator
(call
(identifier_isinstance) identifier_isinstance
... | Write frame to Bus. |
(module
(function_definition
(function_name_load_lists) function_name_load_lists
(parameters
(default_parameter
(identifier_keys) identifier_keys
(list
)list
)default_parameter
(default_parameter
(identifier_values) identifier_values
(list
)lis... | Map namedtuples given a pair of key, value lists. |
(module
(function_definition
(function_name_radlToSimple) function_name_radlToSimple
(parameters
(identifier_radl_data) identifier_radl_data
)parameters
(block
(expression_statement
(assignment
(identifier_aspects) identifier_aspects
(parenthesized_expression
... | Return a list of maps whose values are only other maps or lists. |
(module
(function_definition
(function_name_pass_community) function_name_pass_community
(parameters
(identifier_f) identifier_f
)parameters
(block
(decorated_definition
(decorator
(call
(identifier_wraps) identifier_wraps
(argument_list
... | Decorator to pass community. |
(module
(function_definition
(function_name_preview_filter_from_query) function_name_preview_filter_from_query
(parameters
(identifier_query) identifier_query
(default_parameter
(identifier_id_field) identifier_id_field
(string_"id") string_"id"
)default_parameter
(defa... | This filter includes the "excluded_ids" so they still show up in the editor. |
(module
(function_definition
(function_name_get) function_name_get
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_nb) identifier_nb
(integer_0) integer_0
)default_parameter
)parameters
(block
(return_statement
(dictionary_co... | Get the history as a dict of list |
(module
(function_definition
(function_name_atlas_peer_is_whitelisted) function_name_atlas_peer_is_whitelisted
(parameters
(identifier_peer_hostport) identifier_peer_hostport
(default_parameter
(identifier_peer_table) identifier_peer_table
(None) None
)default_parameter
)... | Is a peer whitelisted |
(module
(function_definition
(function_name_graft) function_name_graft
(parameters
(identifier_coll) identifier_coll
(identifier_branch) identifier_branch
(identifier_index) identifier_index
)parameters
(block
(expression_statement
(assignment
(identifier_pre)... | Graft list branch into coll at index |
(module
(function_definition
(function_name_color) function_name_color
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_color) identifier_color
(call
(attribute
(identifier_i... | Line color in IDA View |
(module
(function_definition
(function_name__convert_point) function_name__convert_point
(parameters
(identifier_cls) identifier_cls
(identifier_feature) identifier_feature
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_lo... | Convert a GeoJSON point to a Marker. |
(module
(function_definition
(function_name_reconstruct) function_name_reconstruct
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_t) identifier_t
(type
(identifier_Tensor) identifier_Tensor
)type
)typed_parameter
(typed_defa... | Reconstruct one of the underlying item for its data `t`. |
(module
(function_definition
(function_name_geojson) function_name_geojson
(parameters
(identifier_self) identifier_self
(identifier_feature_id) identifier_feature_id
)parameters
(block
(if_statement
(comparison_operator
(call
(attribute
(a... | Return GeoJSON with ID substituted. |
(module
(function_definition
(function_name_invoked) function_name_invoked
(parameters
(identifier_self) identifier_self
(identifier_ctx) identifier_ctx
)parameters
(block
(if_statement
(not_operator
(attribute
(attribute
(identifier_ctx) i... | Method called when the command is invoked. |
(module
(function_definition
(function_name_remove) function_name_remove
(parameters
(identifier_self) identifier_self
(identifier_experiment) identifier_experiment
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
... | Remove the configuration of an experiment |
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_self) identifier_self
(identifier_graminit_h) identifier_graminit_h
(identifier_graminit_c) identifier_graminit_c
)parameters
(block
(expression_statement
(call
(attribu... | Load the grammar tables from the text files written by pgen. |
(module
(function_definition
(function_name_create_migration_ctx) function_name_create_migration_ctx
(parameters
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(block
(expression_statement
(assignment
(i... | Create an alembic migration context. |
(module
(function_definition
(function_name_keep_only_current_window) function_name_keep_only_current_window
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | Close all other windows, except the current one. |
(module
(function_definition
(function_name_keyPressEvent) function_name_keyPressEvent
(parameters
(identifier_self) identifier_self
(identifier_event) identifier_event
)parameters
(block
(expression_statement
(assignment
(identifier_ctrl) identifier_ctrl
... | Reimplemented to handle key events |
(module
(function_definition
(function_name__notify_thing_lid_change) function_name__notify_thing_lid_change
(parameters
(identifier_self) identifier_self
(identifier_from_lid) identifier_from_lid
(identifier_to_lid) identifier_to_lid
)parameters
(block
(try_statement
(... | Used by Thing instances to indicate that a rename operation has happened |
(module
(function_definition
(function_name_from_json) function_name_from_json
(parameters
(identifier_cls) identifier_cls
(identifier_json_info) identifier_json_info
)parameters
(block
(if_statement
(comparison_operator
(identifier_json_info) identifier_json_info
... | Build a Trial instance from a json string. |
(module
(function_definition
(function_name_interpolate) function_name_interpolate
(parameters
(identifier_text) identifier_text
(default_parameter
(identifier_global_dict) identifier_global_dict
(None) None
)default_parameter
(default_parameter
(identifier_loca... | Evaluate expressions in `text` |
(module
(function_definition
(function_name_run_reducer) function_name_run_reducer
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_stdin) identifier_stdin
(attribute
(identifier_sys) identifier_sys
(identifier_stdin) identifier_stdin... | Run the reducer on the hadoop node. |
(module
(function_definition
(function_name_print_version) function_name_print_version
(parameters
(identifier_ctx) identifier_ctx
(identifier_value) identifier_value
)parameters
(block
(if_statement
(not_operator
(identifier_value) identifier_value
)not_ope... | Print the current version of sandman and exit. |
(module
(function_definition
(function_name_validate_uses_tls_for_glance) function_name_validate_uses_tls_for_glance
(parameters
(identifier_audit_options) identifier_audit_options
)parameters
(block
(expression_statement
(assignment
(identifier_section) identifier_sectio... | Verify that TLS is used to communicate with Glance. |
(module
(function_definition
(function_name__server_loop) function_name__server_loop
(parameters
(identifier_self) identifier_self
(identifier_client) identifier_client
(identifier_client_addr) identifier_client_addr
)parameters
(block
(while_statement
(boolean_operator... | Read requests from one client socket, 'client'. |
(module
(function_definition
(function_name_clear) function_name_clear
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(call
(attribute
(attribute
(identifier_os) identifier_os
(identifier_path) identi... | Remove all existing done markers and the file used to store the dones. |
(module
(function_definition
(function_name__set_relative_pythonpath) function_name__set_relative_pythonpath
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(expression_statement
(assignment
(attribute
... | Set PYTHONPATH list relative paths |
(module
(function_definition
(function_name_reverse_name_server) function_name_reverse_name_server
(parameters
(identifier_self) identifier_self
(identifier_query) identifier_query
(default_parameter
(identifier_limit) identifier_limit
(None) None
)default_parameter
... | Pass in a domain name or a name server. |
(module
(function_definition
(function_name_lpop) function_name_lpop
(parameters
(identifier_self) identifier_self
(identifier_key) identifier_key
(keyword_separator
)keyword_separator
(default_parameter
(identifier_encoding) identifier_encoding
(identifier__NOTSE... | Removes and returns the first element of the list stored at key. |
(module
(function_definition
(function_name_zipline_magic) function_name_zipline_magic
(parameters
(identifier_line) identifier_line
(default_parameter
(identifier_cell) identifier_cell
(None) None
)default_parameter
)parameters
(block
(expression_statement
... | The zipline IPython cell magic. |
(module
(function_definition
(function_name__stopLeader) function_name__stopLeader
(parameters
(identifier_cls) identifier_cls
)parameters
(block
(with_statement
(with_clause
(with_item
(attribute
(identifier_cls) identifier_cls
(id... | Stop the server on the leader. |
(module
(function_definition
(function_name_router_deleted) function_name_router_deleted
(parameters
(identifier_self) identifier_self
(identifier_context) identifier_context
(identifier_routers) identifier_routers
)parameters
(block
(expression_statement
(call
... | Deal with router deletion RPC message. |
(module
(function_definition
(function_name_html) function_name_html
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_output) identifier_output
(attribute
(identifier_self) identifier_self... | Gives an html representation of the assessment. |
(module
(function_definition
(function_name_GetValue) function_name_GetValue
(parameters
(identifier_self) identifier_self
(identifier_row) identifier_row
(identifier_col) identifier_col
(default_parameter
(identifier_table) identifier_table
(None) None
)default_p... | Return the result value of a cell, line split if too much data |
(module
(function_definition
(function_name_data_recognise) function_name_data_recognise
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_data) identifier_data
(None) None
)default_parameter
)parameters
(block
(expression_statement
... | Returns an unicode string indicating the data type of the data paramater |
(module
(function_definition
(function_name__freemem) function_name__freemem
(parameters
(identifier_conn) identifier_conn
)parameters
(block
(expression_statement
(assignment
(identifier_mem) identifier_mem
(subscript
(call
(attribute
... | Internal variant of freemem taking a libvirt connection as parameter |
(module
(function_definition
(function_name_compare) function_name_compare
(parameters
(identifier_operator) identifier_operator
(identifier_a) identifier_a
(identifier_b) identifier_b
)parameters
(block
(expression_statement
(string_"this could be replaced by overloadi... | this could be replaced by overloading but I want == to return a bool for 'in' use |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_path) identifier_path
(identifier_savedir) identifier_savedir
)parameters
(block
(expression_statement
(string_" Read file from path ") string_" Read file from path "
)expressio... | Read file from path |
(module
(function_definition
(function_name_closed) function_name_closed
(parameters
(identifier_self) identifier_self
(identifier_user) identifier_user
)parameters
(block
(expression_statement
(assignment
(identifier_decision) identifier_decision
(False) ... | Moved to CLOSED and not later moved to ASSIGNED |
(module
(function_definition
(function_name__vertex_list_to_sframe) function_name__vertex_list_to_sframe
(parameters
(identifier_ls) identifier_ls
(identifier_id_column_name) identifier_id_column_name
)parameters
(block
(expression_statement
(assignment
(identifier_... | Convert a list of vertices into an SFrame. |
(module
(function_definition
(function_name_play_empty) function_name_play_empty
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_vclient) identifier_vclient
)attribut... | Play blank audio to let Discord know we're still here |
(module
(function_definition
(function_name_SaveResourceUsage) function_name_SaveResourceUsage
(parameters
(identifier_self) identifier_self
(identifier_status) identifier_status
)parameters
(block
(expression_statement
(assignment
(identifier_user_cpu) identifier_u... | Method to tally resources. |
(module
(function_definition
(function_name__path2point) function_name__path2point
(parameters
(identifier_path) identifier_path
)parameters
(block
(return_statement
(dictionary_comprehension
(pair
(subscript
(identifier__VARS) identifier__VARS
... | Convert a BDD path to a BDD point. |
(module
(function_definition
(function_name_quaternion) function_name_quaternion
(parameters
(identifier_vector) identifier_vector
(identifier_angle) identifier_angle
)parameters
(block
(return_statement
(binary_operator
(call
(attribute
(i... | Unit quaternion for a vector and an angle |
(module
(function_definition
(function_name_download_file) function_name_download_file
(parameters
(identifier_self) identifier_self
(identifier_url) identifier_url
(identifier_filename) identifier_filename
)parameters
(block
(expression_statement
(call
(attri... | Download file from url to filename. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.