sequence stringlengths 731 13.6k | docstring stringlengths 11 171 |
|---|---|
(module
(function_definition
(function_name_log_if) function_name_log_if
(parameters
(identifier_level) identifier_level
(identifier_msg) identifier_msg
(identifier_condition) identifier_condition
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
... | Logs 'msg % args' at level 'level' only if condition is fulfilled. |
(module
(function_definition
(function_name_fixtags) function_name_fixtags
(parameters
(identifier_self) identifier_self
(identifier_text) identifier_text
)parameters
(block
(expression_statement
(assignment
(identifier_text) identifier_text
(call
... | Clean up special characters, only run once, next-to-last before doBlockLevels |
(module
(function_definition
(function_name_render_thread) function_name_render_thread
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_obs) identifier_obs
(True) True
)assignment
)expre... | A render loop that pulls observations off the queue to render. |
(module
(function_definition
(function_name_inh) function_name_inh
(parameters
(identifier_table) identifier_table
)parameters
(block
(expression_statement
(assignment
(identifier_t) identifier_t
(list
)list
)assignment
)expression_statem... | inverse hyperbolic sine transformation |
(module
(function_definition
(function_name_parse_datetime) function_name_parse_datetime
(parameters
(typed_parameter
(identifier_s) identifier_s
(type
(identifier_str) identifier_str
)type
)typed_parameter
)parameters
(type
(attribute
(ident... | Try to parse a datetime object from a standard datetime format or date format. |
(module
(function_definition
(function_name__hash) function_name__hash
(parameters
(identifier_number) identifier_number
(identifier_alphabet) identifier_alphabet
)parameters
(block
(expression_statement
(assignment
(identifier_hashed) identifier_hashed
(s... | Hashes `number` using the given `alphabet` sequence. |
(module
(function_definition
(function_name_kube_cronjob_next_schedule_time) function_name_kube_cronjob_next_schedule_time
(parameters
(identifier_self) identifier_self
(identifier_metric) identifier_metric
(identifier_scraper_config) identifier_scraper_config
)parameters
(block
... | Time until the next schedule |
(module
(function_definition
(function_name_create_postgresql_pypostgresql) function_name_create_postgresql_pypostgresql
(parameters
(identifier_username) identifier_username
(identifier_password) identifier_password
(identifier_host) identifier_host
(identifier_port) identifier_port
... | create an engine connected to a postgresql database using pypostgresql. |
(module
(function_definition
(function_name__load_manifest_from_url) function_name__load_manifest_from_url
(parameters
(identifier_manifest) identifier_manifest
(identifier_url) identifier_url
(default_parameter
(identifier_verify_certificate) identifier_verify_certificate
(T... | load a url body into a manifest |
(module
(function_definition
(function_name_object_ns) function_name_object_ns
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(identifier_Namespace) identifier_Namespace
(argument_list
(keyword_argument
... | Create a new namespace for the current namespace's object value. |
(module
(function_definition
(function_name_use_comparative_asseessment_part_item_view) function_name_use_comparative_asseessment_part_item_view
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(subscript
(attr... | Pass through to provider AssessmentPartItemSession.use_comparative_asseessment_part_item_view |
(module
(function_definition
(function_name__all_dims) function_name__all_dims
(parameters
(identifier_x) identifier_x
(default_parameter
(identifier_default_dims) identifier_default_dims
(None) None
)default_parameter
)parameters
(block
(if_statement
(c... | Returns a list of dims in x or default_dims if the rank is unknown. |
(module
(function_definition
(function_name_slicesum) function_name_slicesum
(parameters
(identifier_self) identifier_self
(identifier_start) identifier_start
(default_parameter
(identifier_stop) identifier_stop
(None) None
)default_parameter
(default_parameter
... | Slices the histogram along axis, then sums over that slice, returning a d-1 dimensional histogram |
(module
(function_definition
(function_name_entropy) function_name_entropy
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_base) identifier_base
(integer_2) integer_2
)default_parameter
)parameters
(block
(expression_statement
... | Compute the entropy of the distribution |
(module
(function_definition
(function_name__class_tags) function_name__class_tags
(parameters
(identifier_cls) identifier_cls
)parameters
(block
(expression_statement
(assignment
(identifier_class_tags) identifier_class_tags
(call
(identifier_set) i... | Collect the tags from all base classes. |
(module
(function_definition
(function_name__calc_mask) function_name__calc_mask
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_mask) identifier_mask
(list
)list
)assignment
... | Computes a boolean mask from the user defined constraints. |
(module
(function_definition
(function_name__selectTree) function_name__selectTree
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
... | Matches the tree selection to the views selection. |
(module
(function_definition
(function_name_open_json) function_name_open_json
(parameters
(identifier_file_name) identifier_file_name
)parameters
(block
(with_statement
(with_clause
(with_item
(as_pattern
(call
(identifier_open) ... | returns json contents as string |
(module
(function_definition
(function_name_abbreviate) function_name_abbreviate
(parameters
(identifier_labels) identifier_labels
(default_parameter
(identifier_rfill) identifier_rfill
(string_' ') string_' '
)default_parameter
)parameters
(block
(expression_st... | Abbreviate labels without introducing ambiguities. |
(module
(function_definition
(function_name_find_source_lines) function_name_find_source_lines
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_strs) identifier_strs
(call
(attribute
... | Mark all executable source lines in fn as executed 0 times. |
(module
(function_definition
(function_name_dataset) function_name_dataset
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_data) identifier_data
(call
(attribute
(identifier... | A Tablib Dataset representation of the RecordCollection. |
(module
(function_definition
(function_name_twirl_url) function_name_twirl_url
(parameters
(identifier_self) identifier_self
)parameters
(block
(return_statement
(call
(identifier_construct_api_url) identifier_construct_api_url
(argument_list
(attrib... | Url of a TwirlyMol 3D viewer. |
(module
(function_definition
(function_name_prettylist) function_name_prettylist
(parameters
(identifier_list_) identifier_list_
)parameters
(block
(if_statement
(not_operator
(identifier_list_) identifier_list_
)not_operator
(block
(return_state... | Filter out duplicate values while keeping order. |
(module
(function_definition
(function_name_omit) function_name_omit
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
(identifier__omit) identifier__omit... | The test startup duration to omit in seconds. |
(module
(function_definition
(function_name_stringify) function_name_stringify
(parameters
(identifier_data) identifier_data
)parameters
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_list
(identifier_data) identif... | Turns all dictionary values into strings |
(module
(function_definition
(function_name_inject_into_urllib3) function_name_inject_into_urllib3
(parameters
)parameters
(block
(expression_statement
(assignment
(attribute
(attribute
(identifier_util) identifier_util
(identifier_ssl_) ... | Monkey-patch urllib3 with SecureTransport-backed SSL-support. |
(module
(function_definition
(function_name_run) function_name_run
(parameters
(identifier_addr) identifier_addr
(list_splat_pattern
(identifier_commands) identifier_commands
)list_splat_pattern
(dictionary_splat_pattern
(identifier_kwargs) identifier_kwargs
)dict... | Non-threaded batch command runner returning output results |
(module
(function_definition
(function_name__makepass) function_name__makepass
(parameters
(identifier_password) identifier_password
(default_parameter
(identifier_hasher) identifier_hasher
(string_'sha256') string_'sha256'
)default_parameter
)parameters
(block
... | Create a znc compatible hashed password |
(module
(function_definition
(function_name_apply_trans_rot) function_name_apply_trans_rot
(parameters
(identifier_ampal) identifier_ampal
(identifier_translation) identifier_translation
(identifier_angle) identifier_angle
(identifier_axis) identifier_axis
(identifier_point) iden... | Applies a translation and rotation to an AMPAL object. |
(module
(function_definition
(function_name_add_resources_to_registry) function_name_add_resources_to_registry
(parameters
)parameters
(block
(import_from_statement
(dotted_name
(identifier_deform) identifier_deform
(identifier_widget) identifier_widget
)dotte... | Add resources to the deform registry |
(module
(function_definition
(function_name_register) function_name_register
(parameters
(default_parameter
(identifier_name) identifier_name
(string_'') string_''
)default_parameter
)parameters
(block
(expression_statement
(string_"For backwards compatibility... | For backwards compatibility, we support @register(name) syntax. |
(module
(function_definition
(function_name_log_vacation_days) function_name_log_vacation_days
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_days_off) identifier_days_off
(call
(identifier_get_days_off) identifier_get_days_of... | Sum and report taken days off. |
(module
(function_definition
(function_name_global_custom_theme) function_name_global_custom_theme
(parameters
(identifier_request) identifier_request
)parameters
(block
(expression_statement
(assignment
(identifier_today) identifier_today
(call
(att... | Add custom theme javascript and css. |
(module
(function_definition
(function_name_update_visited) function_name_update_visited
(parameters
(identifier_self) identifier_self
)parameters
(block
(assert_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_list
(attribute
... | Updates exploration map visited status |
(module
(function_definition
(function_name__get_atomsection) function_name__get_atomsection
(parameters
(identifier_mol2_lst) identifier_mol2_lst
)parameters
(block
(expression_statement
(assignment
(identifier_started) identifier_started
(False) False
... | Returns atom section from mol2 provided as list of strings |
(module
(function_definition
(function_name__raiseValidationException) function_name__raiseValidationException
(parameters
(identifier_standardExcMsg) identifier_standardExcMsg
(default_parameter
(identifier_customExcMsg) identifier_customExcMsg
(None) None
)default_parameter... | Raise ValidationException with standardExcMsg, unless customExcMsg is specified. |
(module
(function_definition
(function_name_undo_action_name) function_name_undo_action_name
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(attribute
(identifier_self) identifier_self
(identifier__open) identifier__open
)... | The name of the top group on the undo stack, or an empty string. |
(module
(function_definition
(function_name_find_by_name) function_name_find_by_name
(parameters
(identifier_self) identifier_self
(identifier_item_name) identifier_item_name
(identifier_items_list) identifier_items_list
(default_parameter
(identifier_name_list) identifier_name... | Return item from items_list with name item_name. |
(module
(function_definition
(function_name_PrintStorageInformation) function_name_PrintStorageInformation
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_storage_reader) identifier_storage_reader
(c... | Prints the storage information. |
(module
(function_definition
(function_name__project_on_ellipsoid) function_name__project_on_ellipsoid
(parameters
(identifier_c) identifier_c
(identifier_r) identifier_r
(identifier_locations) identifier_locations
)parameters
(block
(expression_statement
(assignment
... | displace locations to the nearest point on ellipsoid surface |
(module
(function_definition
(function_name_drawHUD) function_name_drawHUD
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(call
(attribute
(attribute
(identifier_self) identifier_self
(identif... | Draw information on population size and current generation |
(module
(function_definition
(function_name_enumerate) function_name_enumerate
(parameters
(identifier_context) identifier_context
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(identifier_items) identifier_items
(c... | Iterate through a set of items and emit each one of them. |
(module
(function_definition
(function_name_make_header) function_name_make_header
(parameters
(identifier_self) identifier_self
(identifier_locale) identifier_locale
(identifier_catalog) identifier_catalog
)parameters
(block
(return_statement
(dictionary
(pai... | Populate header with correct data from top-most locale file. |
(module
(function_definition
(function_name_register_hid_device) function_name_register_hid_device
(parameters
(identifier_screen_width) identifier_screen_width
(identifier_screen_height) identifier_screen_height
(default_parameter
(identifier_absolute) identifier_absolute
(F... | Create a new REGISTER_HID_DEVICE_MESSAGE. |
(module
(function_definition
(function_name_Docker) function_name_Docker
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_docker_info) identifier_docker_info
(dictionary
(pair
(string_'server') string_'server'
... | Get Docker setup information |
(module
(function_definition
(function_name_serialized) function_name_serialized
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_prepend_date) identifier_prepend_date
(True) True
)default_parameter
)parameters
(block
(expression_stat... | Return a string fully representing the fact. |
(module
(function_definition
(function_name_time) function_name_time
(parameters
(identifier_ctx) identifier_ctx
(identifier_hours) identifier_hours
(identifier_minutes) identifier_minutes
(identifier_seconds) identifier_seconds
)parameters
(block
(return_statement
... | Defines a time value |
(module
(function_definition
(function_name_add_host) function_name_add_host
(parameters
(identifier_self) identifier_self
(typed_parameter
(identifier_name) identifier_name
(type
(identifier_str) identifier_str
)type
)typed_parameter
(dictionary_splat... | Add a host to the inventory after initialization |
(module
(function_definition
(function_name__raise_error_from_response) function_name__raise_error_from_response
(parameters
(identifier_data) identifier_data
)parameters
(block
(expression_statement
(assignment
(identifier_meta) identifier_meta
(call
... | Processes the response data |
(module
(function_definition
(function_name_AddAccuracy) function_name_AddAccuracy
(parameters
(identifier_model) identifier_model
(identifier_softmax) identifier_softmax
(identifier_label) identifier_label
)parameters
(block
(expression_statement
(assignment
... | Adds an accuracy op to the model |
(module
(function_definition
(function_name__update_visible_blocks) function_name__update_visible_blocks
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(expression_statement
... | Updates the list of visible blocks |
(module
(function_definition
(function_name_launch_ipython) function_name_launch_ipython
(parameters
(default_parameter
(identifier_argv) identifier_argv
(None) None
)default_parameter
)parameters
(block
(import_from_statement
(relative_import
(impor... | Force usage of QtConsole under Windows |
(module
(function_definition
(function_name_at_match) function_name_at_match
(parameters
(identifier_self) identifier_self
(identifier_match) identifier_match
(default_parameter
(identifier_predicate) identifier_predicate
(None) None
)default_parameter
(default_pa... | Retrieves a list of matches from given match. |
(module
(function_definition
(function_name_best_parent) function_name_best_parent
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
(default_parameter
(identifier_tree_type) identifier_tree_type
(None) None
)default_parameter
)paramete... | Choose the best parent for a given node |
(module
(function_definition
(function_name_grid_2d_8graph) function_name_grid_2d_8graph
(parameters
(identifier_self) identifier_self
(identifier_m) identifier_m
(identifier_n) identifier_n
)parameters
(block
(expression_statement
(assignment
(identifier_me) ... | Make a 2d graph that's connected 8 ways, enabling diagonal movement |
(module
(function_definition
(function_name_cancelThread) function_name_cancelThread
(parameters
(list_splat_pattern
(identifier_threads) identifier_threads
)list_splat_pattern
(default_parameter
(identifier_exception) identifier_exception
(identifier_EscapeException)... | Raise exception on another thread. |
(module
(function_definition
(function_name_result) function_name_result
(parameters
(identifier_self) identifier_self
(identifier_res) identifier_res
)parameters
(block
(return_statement
(binary_operator
(identifier_self) identifier_self
(call
... | Return a value according to the parameter `res` when parse successfully. |
(module
(function_definition
(function_name_capture_dash_in_url_name) function_name_capture_dash_in_url_name
(parameters
(identifier_self) identifier_self
(identifier_node) identifier_node
)parameters
(block
(for_statement
(identifier_keyword) identifier_keyword
(attr... | Capture dash in URL name |
(module
(function_definition
(function_name__run_collect_allelic_counts) function_name__run_collect_allelic_counts
(parameters
(identifier_pos_file) identifier_pos_file
(identifier_pos_name) identifier_pos_name
(identifier_work_dir) identifier_work_dir
(identifier_data) identifier_data... | Counts by alleles for a specific sample and set of positions. |
(module
(function_definition
(function_name_unique) function_name_unique
(parameters
(typed_parameter
(identifier_series) identifier_series
(type
(attribute
(identifier_pd) identifier_pd
(identifier_Series) identifier_Series
)attribute
... | Test that the data items do not repeat. |
(module
(function_definition
(function_name_unicode_name) function_name_unicode_name
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
(default_parameter
(identifier_in_group) identifier_in_group
(False) False
)default_parameter
)parame... | Insert Unicode value by its name. |
(module
(function_definition
(function_name_begin_commit) function_name_begin_commit
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_session_token) identifier_session_token
(subscript
(attribute
(identifier_reques... | Allow a client to begin a commit and acquire the write lock |
(module
(function_definition
(function_name__find_controller) function_name__find_controller
(parameters
(identifier_self) identifier_self
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
)parameters
(block
(for_statement
(identifier_nam... | Returns the appropriate controller for routing a custom action. |
(module
(function_definition
(function_name_read) function_name_read
(parameters
(identifier_fname) identifier_fname
)parameters
(block
(expression_statement
(assignment
(identifier_path) identifier_path
(call
(attribute
(attribute
... | Return content of specified file |
(module
(function_definition
(function_name_addPrefs) function_name_addPrefs
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_prefs) identifier_prefs
(list
)list
)default_parameter
)parameters
(block
(if_statement
(com... | add preference in self.preferences |
(module
(function_definition
(function_name_move_position) function_name_move_position
(parameters
(identifier_self) identifier_self
(identifier_dx) identifier_dx
(identifier_dy) identifier_dy
(default_parameter
(identifier_speed) identifier_speed
(None) None
)def... | Move chuck relative to actual position in um |
(module
(function_definition
(function_name_reset_password) function_name_reset_password
(parameters
(identifier_app) identifier_app
(identifier_appbuilder) identifier_appbuilder
(identifier_username) identifier_username
(identifier_password) identifier_password
)parameters
(bl... | Resets a user's password |
(module
(function_definition
(function_name_default_hass_config_dir) function_name_default_hass_config_dir
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_data_dir) identifier_data_dir
(conditional_expression
(call
... | Put together the default configuration directory based on the OS. |
(module
(function_definition
(function_name_add_fortran_to_env) function_name_add_fortran_to_env
(parameters
(identifier_env) identifier_env
)parameters
(block
(try_statement
(block
(expression_statement
(assignment
(identifier_FortranSuffixes) i... | Add Builders and construction variables for Fortran to an Environment. |
(module
(function_definition
(function_name_signature) function_name_signature
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(pattern_list
(identifier_iexec) identifier_iexec
(identifier_execmod)... | Gets completion or call signature information for the current cursor. |
(module
(function_definition
(function_name_spew_length) function_name_spew_length
(parameters
(identifier_self) identifier_self
(identifier_length) identifier_length
)parameters
(block
(expression_statement
(assignment
(identifier_pos) identifier_pos
(att... | Move current position backwards by length. |
(module
(function_definition
(function_name_add_atmost) function_name_add_atmost
(parameters
(identifier_self) identifier_self
(identifier_lits) identifier_lits
(identifier_k) identifier_k
(default_parameter
(identifier_no_return) identifier_no_return
(True) True
... | Add a new atmost constraint to solver's internal formula. |
(module
(function_definition
(function_name_git_lines) function_name_git_lines
(parameters
(list_splat_pattern
(identifier_args) identifier_args
)list_splat_pattern
(default_parameter
(identifier_git) identifier_git
(identifier_maybeloggit) identifier_maybeloggit
... | Generator of stdout lines from given git command |
(module
(function_definition
(function_name_make_automaton) function_name_make_automaton
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_queue) identifier_queue
(call
(identifier_deque) i... | Converts trie to Aho-Corasick automaton. |
(module
(function_definition
(function_name_error_string) function_name_error_string
(parameters
(identifier_mqtt_errno) identifier_mqtt_errno
)parameters
(block
(if_statement
(comparison_operator
(identifier_mqtt_errno) identifier_mqtt_errno
(identifier_MQTT_ER... | Return the error string associated with an mqtt error number. |
(module
(function_definition
(function_name__determine_current_dimension_size) function_name__determine_current_dimension_size
(parameters
(identifier_self) identifier_self
(identifier_dim_name) identifier_dim_name
(identifier_max_size) identifier_max_size
)parameters
(block
(i... | Helper method to determine the current size of a dimension. |
(module
(function_definition
(function_name_update_pointed) function_name_update_pointed
(parameters
(identifier_self) identifier_self
)parameters
(block
(if_statement
(not_operator
(attribute
(identifier_self) identifier_self
(identifier_pointed_a... | Grabs the latest file contents based on the pointer uri |
(module
(function_definition
(function_name_create_connection_model) function_name_create_connection_model
(parameters
(identifier_service) identifier_service
)parameters
(block
(expression_statement
(assignment
(identifier_services) identifier_services
(attribu... | Create an SQL Alchemy table that connects the provides services |
(module
(function_definition
(function_name__await_socket) function_name__await_socket
(parameters
(identifier_self) identifier_self
(identifier_timeout) identifier_timeout
)parameters
(block
(with_statement
(with_clause
(with_item
(as_pattern
... | Blocks for the nailgun subprocess to bind and emit a listening port in the nailgun stdout. |
(module
(function_definition
(function_name_refresh_toc) function_name_refresh_toc
(parameters
(identifier_self) identifier_self
(identifier_refresh_done_callback) identifier_refresh_done_callback
(identifier_toc_cache) identifier_toc_cache
)parameters
(block
(expression_statem... | Start refreshing the table of loggale variables |
(module
(function_definition
(function_name_update) function_name_update
(parameters
)parameters
(block
(expression_statement
(assignment
(identifier_repo_directory) identifier_repo_directory
(subscript
(call
(identifier_get_config) identifie... | Update to the latest pages. |
(module
(function_definition
(function_name_apply) function_name_apply
(parameters
(identifier_self) identifier_self
(identifier_coordinates) identifier_coordinates
)parameters
(block
(expression_statement
(assignment
(identifier_transform) identifier_transform
... | Generate, apply and return a random manipulation |
(module
(function_definition
(function_name_copy) function_name_copy
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_ms) identifier_ms
(call
(identifier_MouseState) identifier_MouseState
... | Create a copy of this MouseState and return it. |
(module
(function_definition
(function_name_ics2task) function_name_ics2task
(parameters
)parameters
(block
(import_from_statement
(dotted_name
(identifier_argparse) identifier_argparse
)dotted_name
(dotted_name
(identifier_ArgumentParser) identifier_A... | Command line tool to convert from iCalendar to Taskwarrior |
(module
(function_definition
(function_name__notify_remove) function_name__notify_remove
(parameters
(identifier_self) identifier_self
(identifier_slice_) identifier_slice_
)parameters
(block
(expression_statement
(assignment
(identifier_change) identifier_change
... | Notify about a RemoveChange. |
(module
(function_definition
(function_name_to_fp32) function_name_to_fp32
(parameters
(typed_parameter
(identifier_learn) identifier_learn
(type
(identifier_Learner) identifier_Learner
)type
)typed_parameter
)parameters
(block
(expression_statement
... | Put `learn` back to FP32 precision mode. |
(module
(function_definition
(function_name_init) function_name_init
(parameters
(identifier_config_file) identifier_config_file
)parameters
(block
(expression_statement
(assignment
(identifier_schema) identifier_schema
(call
(identifier_generate_sch... | Initialize a confirm schema from an existing configuration file. |
(module
(function_definition
(function_name_partial_row_coordinates) function_name_partial_row_coordinates
(parameters
(identifier_self) identifier_self
(identifier_X) identifier_X
)parameters
(block
(expression_statement
(call
(attribute
(attribute
... | Returns the row coordinates for each group. |
(module
(function_definition
(function_name_can_delete_post) function_name_can_delete_post
(parameters
(identifier_self) identifier_self
(identifier_post) identifier_post
(identifier_user) identifier_user
)parameters
(block
(expression_statement
(assignment
(i... | Given a forum post, checks whether the user can delete the latter. |
(module
(function_definition
(function_name_link_label) function_name_link_label
(parameters
(identifier_link) identifier_link
)parameters
(block
(if_statement
(call
(identifier_hasattr) identifier_hasattr
(argument_list
(identifier_link) identifier_... | return a link label as a string |
(module
(function_definition
(function_name_level) function_name_level
(parameters
(identifier_self) identifier_self
(default_parameter
(identifier_lvl) identifier_lvl
(None) None
)default_parameter
)parameters
(block
(if_statement
(not_operator
... | Get or set the logging level. |
(module
(function_definition
(function_name_copy_list) function_name_copy_list
(parameters
(identifier_src_list) identifier_src_list
(identifier_dst_list) identifier_dst_list
(default_parameter
(identifier_lbl) identifier_lbl
(string_'Copying') string_'Copying'
)default... | Copies all data and stat info |
(module
(function_definition
(function_name_find_function) function_name_find_function
(parameters
(identifier_self) identifier_self
(identifier_name) identifier_name
)parameters
(block
(expression_statement
(assignment
(identifier_deffunction) identifier_deffunctio... | Find the Function by its name. |
(module
(function_definition
(function_name_coerce) function_name_coerce
(parameters
(identifier_value) identifier_value
)parameters
(block
(if_statement
(call
(identifier_isinstance) identifier_isinstance
(argument_list
(identifier_value) identifier... | Turns a value into a list |
(module
(function_definition
(function_name_sysidpath) function_name_sysidpath
(parameters
(default_parameter
(identifier_ignore_options) identifier_ignore_options
(False) False
)default_parameter
)parameters
(block
(expression_statement
(assignment
... | get a unique identifier for the machine running this function |
(module
(function_definition
(function_name_load) function_name_load
(parameters
(identifier_self) identifier_self
(identifier_dset) identifier_dset
)parameters
(block
(expression_statement
(assignment
(attribute
(identifier_self) identifier_self
... | load a dataset from given filename into the object |
(module
(function_definition
(function_name__check_emotion_set_is_supported) function_name__check_emotion_set_is_supported
(parameters
(identifier_self) identifier_self
)parameters
(block
(expression_statement
(assignment
(identifier_supported_emotion_subsets) identifier_... | Validates set of user-supplied target emotions. |
(module
(function_definition
(function_name_show_order) function_name_show_order
(parameters
(identifier_self) identifier_self
(identifier_order_id) identifier_order_id
)parameters
(block
(expression_statement
(assignment
(identifier_request) identifier_request
... | Shows an existing order transaction. |
(module
(function_definition
(function_name_accuracy_thresh) function_name_accuracy_thresh
(parameters
(typed_parameter
(identifier_y_pred) identifier_y_pred
(type
(identifier_Tensor) identifier_Tensor
)type
)typed_parameter
(typed_parameter
(identif... | Compute accuracy when `y_pred` and `y_true` are the same size. |
(module
(function_definition
(function_name__decodeTimestamp) function_name__decodeTimestamp
(parameters
(identifier_byteIter) identifier_byteIter
)parameters
(block
(expression_statement
(assignment
(identifier_dateStr) identifier_dateStr
(call
(ide... | Decodes a 7-octet timestamp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.