sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name__add_auth) function_name__add_auth
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_self
(identifier_auth) identifier_au... | Add Auth configuration to the Swagger file, if necessary |
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_context) identifier_context
(call
(attribute
(identifier_z... | main loop that fires the event every second |
(module
(function_definition
(function_name_load) function_name_load
(parameters
(identifier_file) identifier_file
)parameters
(block
(with_statement
(with_clause
(with_item
(as_pattern
(call
(identifier_open) identifier_open
... | Load events from a json file |
(module
(function_definition
(function_name_push_to_server) function_name_push_to_server
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(identifier_output) identifier_output
... | Create customer profile for given ``customer`` on Authorize.NET |
(module
(function_definition
(function_name_xml) function_name_xml
(parameters
(identifier_self) identifier_self
(identifier_value) identifier_value
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | Set new XML string |
(module
(function_definition
(function_name__process_json_resp_data) function_name__process_json_resp_data
(parameters
(identifier_resp) identifier_resp
(default_parameter
(identifier_no_custom_fields) identifier_no_custom_fields
(False) False
)default_parameter
)paramete... | process the response and return a list of BridgeUser |
(module
(function_definition
(function_name_project_data_source_path) function_name_project_data_source_path
(parameters
(identifier_cls) identifier_cls
(identifier_project) identifier_project
(identifier_data_source) identifier_data_source
)parameters
(block
(return_statement
... | Return a fully-qualified project_data_source string. |
(module
(function_definition
(function_name_revision_number) function_name_revision_number
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_revision) identifier_revision
(attribute
(identi... | Integer value of revision property. |
(module
(function_definition
(function_name__nodedev_event_update_cb) function_name__nodedev_event_update_cb
(parameters
(identifier_conn) identifier_conn
(identifier_dev) identifier_dev
(identifier_opaque) identifier_opaque
)parameters
(block
(expression_statement
(cal... | Node device update events handler |
(module
(function_definition
(function_name_name) function_name_name
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier_chosen_name) identifier_chosen_name
)attribute
... | The name for the window as displayed in the title bar and status bar. |
(module
(function_definition
(function_name_listener) function_name_listener
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_channels) identifier_channels
(list
(binary_operator
... | Listen for pubsub messages relevant to this worker in a thread |
(module
(function_definition
(function_name__findLocation) function_name__findLocation
(parameters
(identifier_self) identifier_self
(identifier_reference_name) identifier_reference_name
(identifier_start) identifier_start
(identifier_end) identifier_end
)parameters
(block
... | return a location key form the locationMap |
(module
(function_definition
(function_name_figure_buffer) function_name_figure_buffer
(parameters
(identifier_figs) identifier_figs
)parameters
(block
(assert_statement
(comparison_operator
(call
(identifier_len) identifier_len
(argument_list
... | Extract raw image buffer from matplotlib figure shaped as 1xHxWx3. |
(module
(function_definition
(function_name_stdout_display) function_name_stdout_display
(parameters
)parameters
(block
(if_statement
(comparison_operator
(subscript
(attribute
(identifier_sys) identifier_sys
(identifier_version_info) ide... | Print results straight to stdout |
(module
(function_definition
(function_name_item) function_name_item
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_url) identifier_url
(attribute
(identifier_self) identifier_self
... | returns the Item class of an Item |
(module
(function_definition
(function_name_run_has_samplesheet) function_name_run_has_samplesheet
(parameters
(identifier_fc_dir) identifier_fc_dir
(identifier_config) identifier_config
(default_parameter
(identifier_require_single) identifier_require_single
(True) True
... | Checks if there's a suitable SampleSheet.csv present for the run |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_resp) identifier_resp
(call
(attribute
(attribute
... | read a single message from the queue |
(module
(function_definition
(function_name_remove_nopairs) function_name_remove_nopairs
(parameters
(identifier_in_bam) identifier_in_bam
(identifier_out_dir) identifier_out_dir
(identifier_config) identifier_config
)parameters
(block
(expression_statement
(assignment
... | Remove any reads without both pairs present in the file. |
(module
(function_definition
(function_name_captures_directory) function_name_captures_directory
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_path) identifier_path
(call
(attribute
... | Location of the captures files |
(module
(function_definition
(function_name_make_sudo_cmd) function_name_make_sudo_cmd
(parameters
(identifier_sudo_user) identifier_sudo_user
(identifier_executable) identifier_executable
(identifier_cmd) identifier_cmd
)parameters
(block
(expression_statement
(assignm... | helper function for connection plugins to create sudo commands |
(module
(function_definition
(function_name_tseitin) function_name_tseitin
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_auxvarname) identifier_auxvarname
(string_'aux') string_'aux'
)default_parameter
)parameters
(block
(if_statem... | Convert the expression to Tseitin's encoding. |
(module
(function_definition
(function_name_accel_move_tab_right) function_name_accel_move_tab_right
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(expression_statement
... | Callback to move a tab to the right |
(module
(function_definition
(function_name_add_dependency) function_name_add_dependency
(parameters
(default_parameter
(identifier_id) identifier_id
(None) None
)default_parameter
(default_parameter
(identifier_name) identifier_name
(None) None
)default... | Add an existing BuildConfiguration as a dependency to another BuildConfiguration. |
(module
(function_definition
(function_name_cells) function_name_cells
(parameters
(identifier_self) identifier_self
)parameters
(type
(generic_type
(identifier_Generator) identifier_Generator
(type_parameter
(type
(generic_type
(identifi... | Generate cells in span. |
(module
(function_definition
(function_name__copy_replace) function_name__copy_replace
(parameters
(identifier_src) identifier_src
(identifier_dst) identifier_dst
(identifier_replacements) identifier_replacements
)parameters
(block
(with_statement
(with_clause
... | Copies the src file into dst applying the replacements dict |
(module
(function_definition
(function_name_list_cubes) function_name_list_cubes
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_file_name) identifier_file_name
(call
(attribute
(identifier_os) identifier_os
... | List all available JSON files. |
(module
(function_definition
(function_name_save_relationship) function_name_save_relationship
(parameters
(identifier_self) identifier_self
(identifier_relationship_form) identifier_relationship_form
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
... | Pass through to provider RelationshipAdminSession.update_relationship |
(module
(function_definition
(function_name_stationary_distribution) function_name_stationary_distribution
(parameters
(identifier_P) identifier_P
(default_parameter
(identifier_C) identifier_C
(None) None
)default_parameter
(default_parameter
(identifier_mincou... | Simple estimator for stationary distribution for multiple strongly connected sets |
(module
(function_definition
(function_name_applyIndex) function_name_applyIndex
(parameters
(identifier_self) identifier_self
(identifier_lst) identifier_lst
(identifier_right) identifier_right
)parameters
(block
(if_statement
(comparison_operator
(call
... | Apply a list to something else. |
(module
(function_definition
(function_name_stream) function_name_stream
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(call
(identifier_hasattr) identifier_hasattr
(argument_list
(identi... | Return the current zmqstream, creating one if necessary |
(module
(function_definition
(function_name_from_country) function_name_from_country
(parameters
(identifier_cls) identifier_cls
(identifier_country) identifier_country
)parameters
(block
(expression_statement
(assignment
(identifier_result) identifier_result
... | Retrieve the first datacenter id associated to a country. |
(module
(function_definition
(function_name_package_has_version_file) function_name_package_has_version_file
(parameters
(identifier_package_name) identifier_package_name
)parameters
(block
(expression_statement
(assignment
(identifier_version_file_path) identifier_versio... | Check to make sure _version.py is contained in the package |
(module
(function_definition
(function_name_Printer) function_name_Printer
(parameters
(default_parameter
(identifier_open_file) identifier_open_file
(attribute
(identifier_sys) identifier_sys
(identifier_stdout) identifier_stdout
)attribute
)default_par... | Prints items with a timestamp. |
(module
(function_definition
(function_name_unpack_rgb_image) function_name_unpack_rgb_image
(parameters
(identifier_plane) identifier_plane
)parameters
(block
(assert_statement
(comparison_operator
(attribute
(identifier_plane) identifier_plane
(i... | Return a correctly shaped numpy array given the image bytes. |
(module
(function_definition
(function_name_timelines) function_name_timelines
(parameters
(identifier_fig) identifier_fig
(identifier_y) identifier_y
(identifier_xstart) identifier_xstart
(identifier_xstop) identifier_xstop
(default_parameter
(identifier_color) identifie... | Plot timelines at y from xstart to xstop with given color. |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_start_position) identifier_start_position
(type
(identifier_int) identifier_int
)type
)typed_parameter
(type... | Return a view into the memory |
(module
(function_definition
(function_name_die) function_name_die
(parameters
(identifier_msg) identifier_msg
(default_parameter
(identifier_errlvl) identifier_errlvl
(integer_1) integer_1
)default_parameter
(default_parameter
(identifier_prefix) identifier_pre... | Convenience function to write short message to stderr and quit. |
(module
(function_definition
(function_name__traverse_report) function_name__traverse_report
(parameters
(identifier_data) identifier_data
)parameters
(block
(if_statement
(comparison_operator
(string_'items') string_'items'
(identifier_data) identifier_data
... | Recursively traverse vehicle health report. |
(module
(function_definition
(function_name_clipper) function_name_clipper
(parameters
(identifier_self) identifier_self
)parameters
(block
(for_statement
(identifier_sample) identifier_sample
(attribute
(identifier_self) identifier_self
(identifier_runm... | Filter out results based on the presence of cigar features such as internal soft-clipping |
(module
(function_definition
(function_name_fromints) function_name_fromints
(parameters
(identifier_cls) identifier_cls
(identifier_ints) identifier_ints
)parameters
(block
(return_statement
(call
(attribute
(identifier_cls) identifier_cls
(... | Series from integer rank arguments. |
(module
(function_definition
(function_name__build_row) function_name__build_row
(parameters
(identifier_self) identifier_self
(identifier_row) identifier_row
(identifier_parent) identifier_parent
(identifier_align) identifier_align
(identifier_border) identifier_border
)para... | Given a row of text, build table cells. |
(module
(function_definition
(function_name_addPort) function_name_addPort
(parameters
(typed_parameter
(identifier_n) identifier_n
(type
(identifier_LNode) identifier_LNode
)type
)typed_parameter
(typed_parameter
(identifier_intf) identifier_intf
... | Add LayoutExternalPort for interface |
(module
(function_definition
(function_name_total_volume_per_neurite) function_name_total_volume_per_neurite
(parameters
(identifier_neurites) identifier_neurites
(default_parameter
(identifier_neurite_type) identifier_neurite_type
(attribute
(identifier_NeuriteType) iden... | Get the volume per neurite in a collection |
(module
(function_definition
(function_name__parse_summary_frames) function_name__parse_summary_frames
(parameters
(identifier_self) identifier_self
(identifier_file_obj) identifier_file_obj
)parameters
(block
(for_statement
(identifier__) identifier__
(call
... | Iterate through the byte data and fill the summary_frames |
(module
(function_definition
(function_name_neighbors) function_name_neighbors
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_distance) identifier_distance
(float_2.0) float_2.0
)default_parameter
)parameters
(block
(expression_stat... | Get all neighbors for all neurons. |
(module
(function_definition
(function_name_set) function_name_set
(parameters
(identifier_self) identifier_self
(identifier_shape) identifier_shape
)parameters
(block
(expression_statement
(assignment
(pattern_list
(attribute
(identifier_s... | Fill this rectangle with the dimensions of the given shape. |
(module
(function_definition
(function_name_extract_causal_relations) function_name_extract_causal_relations
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_relations) identifier_relations
(list_comp... | Extract causal relations as Statements. |
(module
(function_definition
(function_name_cli) function_name_cli
(parameters
(identifier_yamlfile) identifier_yamlfile
(identifier_directory) identifier_directory
(identifier_out) identifier_out
(identifier_classname) identifier_classname
(identifier_format) identifier_format
... | Generate graphviz representations of the biolink model |
(module
(function_definition
(function_name_read_only_s3_bucket_policy_statements) function_name_read_only_s3_bucket_policy_statements
(parameters
(identifier_buckets) identifier_buckets
(default_parameter
(identifier_folder) identifier_folder
(string_"*") string_"*"
)default... | Read only policy an s3 bucket. |
(module
(function_definition
(function_name_build_default_filepath) function_name_build_default_filepath
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(attribute
(attribute
(identifier_os) identifier_os
... | Called when 'filepath' is not defined in the settings |
(module
(function_definition
(function_name_to_dict) function_name_to_dict
(parameters
(identifier_cls) identifier_cls
(identifier_acl) identifier_acl
)parameters
(block
(return_statement
(dictionary
(pair
(string_"perms") string_"perms"
(att... | transform an ACL to a dict |
(module
(function_definition
(function_name_asyncStarCmap) function_name_asyncStarCmap
(parameters
(identifier_asyncCallable) identifier_asyncCallable
(identifier_iterable) identifier_iterable
)parameters
(block
(expression_statement
(assignment
(identifier_results)... | itertools.starmap for deferred callables using cooperative multitasking |
(module
(function_definition
(function_name_team_accessLogs) function_name_team_accessLogs
(parameters
(identifier_self) identifier_self
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary_splat_pattern
)parameters
(type
(identifier_SlackResponse... | Gets the access logs for the current team. |
(module
(function_definition
(function_name_Query) function_name_Query
(parameters
(identifier_self) identifier_self
(identifier_sql_query) identifier_sql_query
)parameters
(block
(expression_statement
(assignment
(identifier_results) identifier_results
(d... | Query the database file. |
(module
(function_definition
(function_name_translate) function_name_translate
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_varnames) identifier_varnames
(call
(identifier_set) identif... | Compile the function call. |
(module
(function_definition
(function_name_install_toolset) function_name_install_toolset
(parameters
(identifier_self) identifier_self
(identifier_toolset) identifier_toolset
)parameters
(block
(expression_statement
(assignment
(identifier_info) identifier_info
... | Installs specific toolset on CI system. |
(module
(function_definition
(function_name__get_default_router) function_name__get_default_router
(parameters
(identifier_self) identifier_self
(identifier_routers) identifier_routers
(default_parameter
(identifier_router_name) identifier_router_name
(None) None
)defau... | Returns the default router for ordering a dedicated host. |
(module
(function_definition
(function_name_isInside) function_name_isInside
(parameters
(identifier_self) identifier_self
(identifier_point) identifier_point
(default_parameter
(identifier_tol) identifier_tol
(float_0.0001) float_0.0001
)default_parameter
)paramete... | Return True if point is inside a polydata closed surface. |
(module
(function_definition
(function_name__create_table_xml_file) function_name__create_table_xml_file
(parameters
(identifier_self) identifier_self
(identifier_data) identifier_data
(default_parameter
(identifier_fname) identifier_fname
(None) None
)default_parameter... | Creates a xml file of the table |
(module
(function_definition
(function_name__include_term_list) function_name__include_term_list
(parameters
(identifier_self) identifier_self
(identifier_termlist) identifier_termlist
)parameters
(block
(expression_statement
(assignment
(identifier_ref_needed) iden... | Add terms from a TermList to the ontology. |
(module
(function_definition
(function_name_setup_apiv2) function_name_setup_apiv2
(parameters
)parameters
(block
(if_statement
(comparison_operator
(subscript
(attribute
(identifier_sys) identifier_sys
(identifier_version_info) identifie... | Setup apiv2 when using PyQt4 and Python2. |
(module
(function_definition
(function_name_move_up) function_name_move_up
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(identifier_self) identifier_self
(identifier_at) identifier_at
... | Make the drone rise upwards. |
(module
(function_definition
(function_name_config) function_name_config
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
(identifier___config) identifi... | Read config automatically if required |
(module
(function_definition
(function_name__update_wikidata) function_name__update_wikidata
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_claims) identifier_claims
(subscript
(attribut... | set wikidata from claims and labels |
(module
(function_definition
(function_name_callback) function_name_callback
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(return_statement
(call
(attribute
(identifier_self) identifier_se... | The function that will be executed by the scheduler. |
(module
(function_definition
(function_name_start) function_name_start
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(comparison_operator
(attribute
(identifier_self) identifier_self
(identifier_mode) identifier_mod... | Starts or connects to the manager. |
(module
(function_definition
(function_name_sync_sources) function_name_sync_sources
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_force) identifier_force
(False) False
)default_parameter
)parameters
(block
(import_from_statement
... | Sync in only the sources.csv file |
(module
(function_definition
(function_name__init_lazy_fields) function_name__init_lazy_fields
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifi... | Member data that gets loaded or constructed on demand |
(module
(function_definition
(function_name_create_app_from_yml) function_name_create_app_from_yml
(parameters
(identifier_path) identifier_path
)parameters
(block
(try_statement
(block
(with_statement
(with_clause
(with_item
(as_... | Return an application instance created from YAML. |
(module
(function_definition
(function_name_freeze) function_name_freeze
(parameters
(identifier_obj) identifier_obj
)parameters
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_list
(identifier_obj) identifier_obj
... | Freeze python types by turning them into immutable structures. |
(module
(function_definition
(function_name__notify_subnet_create) function_name__notify_subnet_create
(parameters
(identifier_resource) identifier_resource
(identifier_event) identifier_event
(identifier_trigger) identifier_trigger
(dictionary_splat_pattern
(identifier_kwargs)... | Called when a new subnet is created in the external network |
(module
(function_definition
(function_name__get_tags_and_content) function_name__get_tags_and_content
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_content) identifier_content
(type
(identifier_str) identifier_str
)type
)typed_p... | Splits content into two string - tags part and another content. |
(module
(function_definition
(function_name_copy_attr) function_name_copy_attr
(parameters
(identifier_f1) identifier_f1
(identifier_f2) identifier_f2
)parameters
(block
(expression_statement
(assignment
(identifier_copyit) identifier_copyit
(lambda
... | copies the special packaging file attributes from f1 to f2. |
(module
(function_definition
(function_name__receive) function_name__receive
(parameters
(identifier_self) identifier_self
(identifier_stream_id) identifier_stream_id
(identifier_pp_id) identifier_pp_id
(identifier_data) identifier_data
)parameters
(block
(expression_stat... | Receive data stream -> ULP. |
(module
(function_definition
(function_name_exec_then_eval) function_name_exec_then_eval
(parameters
(identifier_code) identifier_code
(default_parameter
(identifier_namespace) identifier_namespace
(None) None
)default_parameter
)parameters
(block
(expression_st... | Exec a code block & return evaluation of the last line |
(module
(function_definition
(function_name_generate_words) function_name_generate_words
(parameters
(identifier_numberofwords) identifier_numberofwords
(identifier_wordlist) identifier_wordlist
(default_parameter
(identifier_secure) identifier_secure
(None) None
)defau... | Generate a list of random words from wordlist. |
(module
(function_definition
(function_name_standardize) function_name_standardize
(parameters
(identifier_score) identifier_score
)parameters
(block
(expression_statement
(assignment
(identifier_score) identifier_score
(call
(identifier_asarray_ndim... | Centre and scale to unit variance. |
(module
(function_definition
(function_name_addUnderlineAnnot) function_name_addUnderlineAnnot
(parameters
(identifier_self) identifier_self
(identifier_rect) identifier_rect
)parameters
(block
(expression_statement
(call
(identifier_CheckParent) identifier_CheckPar... | Underline content in a rectangle or quadrilateral. |
(module
(function_definition
(function_name__import_module) function_name__import_module
(parameters
(identifier_module_path) identifier_module_path
(identifier_classnames) identifier_classnames
)parameters
(block
(try_statement
(block
(expression_statement
... | Tries to import the given Python module path. |
(module
(function_definition
(function_name_use_isolated_book_view) function_name_use_isolated_book_view
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | Pass through to provider CommentLookupSession.use_isolated_book_view |
(module
(function_definition
(function_name__pre_delete_hook) function_name__pre_delete_hook
(parameters
(identifier_cls) identifier_cls
(identifier_key) identifier_key
)parameters
(block
(if_statement
(attribute
(identifier_cls) identifier_cls
(identifier... | Removes instance from index. |
(module
(function_definition
(function_name_disassociate_public_ip) function_name_disassociate_public_ip
(parameters
(identifier_self) identifier_self
(identifier_public_ip_id) identifier_public_ip_id
)parameters
(block
(expression_statement
(assignment
(identifier_... | Disassociate a external IP |
(module
(function_definition
(function_name_save) function_name_save
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dictionary... | Validate that the rating falls between the min and max values. |
(module
(function_definition
(function_name__config) function_name__config
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_config) identifier_config
(integer_0) integer_0
)assignment
)e... | Value to be written to the device's config register |
(module
(function_definition
(function_name_delete_issue_link_type) function_name_delete_issue_link_type
(parameters
(identifier_self) identifier_self
(identifier_issue_link_type_id) identifier_issue_link_type_id
)parameters
(block
(expression_statement
(assignment
... | Delete the specified issue link type. |
(module
(function_definition
(function_name_check_file) function_name_check_file
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
(identifier_image_type) identifier_image_typ... | Check for file format and type |
(module
(function_definition
(function_name_loadFile) function_name_loadFile
(parameters
(identifier_self) identifier_self
(identifier_fileName) identifier_fileName
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identif... | Display the file associated with the appletID. |
(module
(function_definition
(function_name_relative_path) function_name_relative_path
(parameters
(identifier_self) identifier_self
(identifier_absolute_path) identifier_absolute_path
(identifier_output_filename) identifier_output_filename
)parameters
(block
(expression_statem... | Rewrite paths relative to the output stylesheet path |
(module
(function_definition
(function_name_extract_bits) function_name_extract_bits
(parameters
(identifier_self) identifier_self
(identifier_val) identifier_val
)parameters
(block
(expression_statement
(assignment
(identifier_thisval) identifier_thisval
... | Extras the 4 bits, XORS the message data, and does table lookups. |
(module
(function_definition
(function_name_interface) function_name_interface
(parameters
(identifier_iface) identifier_iface
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_iface_info) identifier_iface_info
(identif... | Return the details of `iface` or an error if it does not exist |
(module
(function_definition
(function_name_enable_reporting) function_name_enable_reporting
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier... | Enable reporting of values for the whole port. |
(module
(function_definition
(function_name_htmlCreateMemoryParserCtxt) function_name_htmlCreateMemoryParserCtxt
(parameters
(identifier_buffer) identifier_buffer
(identifier_size) identifier_size
)parameters
(block
(expression_statement
(assignment
(identifier_ret)... | Create a parser context for an HTML in-memory document. |
(module
(function_definition
(function_name_pid) function_name_pid
(parameters
(identifier_self) identifier_self
)parameters
(block
(try_statement
(block
(expression_statement
(call
(attribute
(identifier_os) identifier_os
... | Stop managing the current pid. |
(module
(function_definition
(function_name_add_metadata_to_archive) function_name_add_metadata_to_archive
(parameters
(identifier_self) identifier_self
(identifier_metadata) identifier_metadata
(identifier_meta_path) identifier_meta_path
)parameters
(block
(expression_statemen... | Add metadata to archive |
(module
(function_definition
(function_name_render_secretfile) function_name_render_secretfile
(parameters
(identifier_opt) identifier_opt
)parameters
(block
(expression_statement
(call
(attribute
(identifier_LOG) identifier_LOG
(identifier_debug) ... | Renders and returns the Secretfile construct |
(module
(function_definition
(function_name_delete_edge_by_nodes) function_name_delete_edge_by_nodes
(parameters
(identifier_self) identifier_self
(identifier_node_a) identifier_node_a
(identifier_node_b) identifier_node_b
)parameters
(block
(expression_statement
(assig... | Removes all the edges from node_a to node_b from the graph. |
(module
(function_definition
(function_name_publish) function_name_publish
(parameters
(identifier_self) identifier_self
(identifier_topic) identifier_topic
(identifier_payload) identifier_payload
(default_parameter
(identifier_qos) identifier_qos
(integer_0) integer_0
... | Publishes an MQTT message |
(module
(function_definition
(function_name_clean) function_name_clean
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(call
(identifier_super) identifier_super
(argument_list
... | Validates the post instance. |
(module
(function_definition
(function_name_from_dict) function_name_from_dict
(parameters
(identifier_raw_data) identifier_raw_data
)parameters
(block
(expression_statement
(assignment
(identifier_url) identifier_url
(None) None
)assignment
)expre... | Create Image from raw dictionary data. |
(module
(function_definition
(function_name_find_info) function_name_find_info
(parameters
(default_parameter
(identifier_name) identifier_name
(None) None
)default_parameter
)parameters
(block
(if_statement
(not_operator
(identifier_name) identifier... | Find the needed city server information. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.