Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blanche-official/blanche
/ functions
Functions
564 in github.com/blanche-official/blanche
⨍
Functions
564
◇
Types & classes
103
↳
Endpoints
7
Function
test_node_category_roles
()
tests/browser/test_node_type.py:13
Function
test_node_role_category
()
tests/browser/test_node_type.py:42
Function
test_node_role_from_value
()
tests/browser/test_node_type.py:33
Function
test_non_intersecting_category_roles
()
tests/browser/test_node_type.py:276
Function
test_observation_fields_match_response_types
Ensure all fields in Observation have corresponding fields in ObserveResponseDict/ObserveResponse. This test will fail if a new field is adde
tests/sdk/test_types.py:12
Function
test_observe
(mock_post: MagicMock, client: BlancheClient, api_key: str, start_session: bool, session_id: str)
tests/sdk/test_client.py:176
Function
test_observe_response_from_observation
()
tests/sdk/test_types.py:99
Function
test_parse_action_ids
(action_str: str, expected_ids: list[str])
tests/actions/test_parsing.py:116
Function
test_parse_action_parameters
(action_str: str, expected_parameters: list[ActionParameter])
tests/actions/test_parsing.py:190
Function
test_parse_parameter_empty_values_list
()
tests/actions/test_parsing.py:20
Function
test_parse_parameter_no_defaults_values
()
tests/actions/test_parsing.py:12
Function
test_parse_parameter_quoted_values
()
tests/actions/test_parsing.py:27
Function
test_parse_parameter_single_value
()
tests/actions/test_parsing.py:34
Function
test_parse_table_empty_table
()
tests/actions/test_parsing.py:42
Function
test_parse_table_invalid_headers
()
tests/actions/test_parsing.py:49
Function
test_parse_table_invalid_params
()
tests/actions/test_parsing.py:60
Function
test_path_with_no_text_names_returns_none
(node: A11yNode)
tests/pipe/preprocessing/a11y/test_conflict_resolution.py:155
Function
test_phantombuster
Test resolution pipe with Phantombuster login page
tests/integration/test_resolution.py:43
Function
test_pool_initialization
Test initial pool state
tests/browser/test_pool.py:30
Function
test_previous_actions_ids_in_context_inodes_listed
()
tests/pipe/test_main.py:69
Function
test_previous_actions_ids_not_in_context_inodes_not_listed
()
tests/pipe/test_main.py:55
Function
test_prompt_library_initialization
(temp_prompts_dir: Path)
tests/llms/test_prompt.py:26
Function
test_prune_empty_links
(config: PruningConfig)
tests/pipe/preprocessing/a11y/test_pruning.py:43
Function
test_prune_non_interesting_nodes
(config: PruningConfig)
tests/pipe/preprocessing/a11y/test_pruning.py:160
Function
test_prune_text_child_in_interaction_nodes
()
tests/pipe/preprocessing/a11y/test_pruning.py:73
Function
test_prune_text_field_already_contained_in_parent_name
(prunable_text_node: A11yNode)
tests/pipe/preprocessing/a11y/test_text.py:60
Function
test_prune_text_with_linebreak
(prunable_with_linebreak_text_node: A11yNode)
tests/pipe/preprocessing/a11y/test_text.py:77
Function
test_resource_cleanup
Test cleaning up resources one by one
tests/browser/test_pool.py:55
Function
test_resource_creation_after_cleanup
Test that resources can be created after cleanup
tests/browser/test_pool.py:112
Function
test_resource_creation_and_tracking
Test creating resources and tracking their counts
tests/browser/test_pool.py:38
Function
test_resource_limits
Test behavior when approaching resource limits
tests/browser/test_pool.py:159
Function
test_rules_section
(prompt_contents: dict[str, str])
tests/llms/test_action_listing_prompt_discrepancies.py:118
Function
test_scrape
(mock_post: MagicMock, client: BlancheClient, api_key: str, session_id: str)
tests/sdk/test_client.py:135
Function
test_scrape_without_url_or_session_id
(mock_post: MagicMock, client: BlancheClient)
tests/sdk/test_client.py:162
Function
test_special_action_validation
Test validation of special action parameters
tests/integration/test_special_actions.py:81
Function
test_special_actions_execution
Test the execution of various special actions
tests/integration/test_special_actions.py:45
Function
test_special_actions_list
Test that all special actions are properly defined
tests/integration/test_special_actions.py:13
Function
test_start_session
(mock_post: MagicMock, client: BlancheClient, api_key: str, session_id: str)
tests/sdk/test_client.py:89
Function
test_step
(mock_post: MagicMock, client: BlancheClient, api_key: str, start_session: bool, session_id: str)
tests/sdk/test_client.py:215
Function
test_subgraph_without_existing_actions
(nested_graph: BlancheNode, browser_snapshot: BrowserSnapshot)
tests/browser/test_context.py:73
Function
test_subtree_exclude_all_nodes
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:214
Function
test_subtree_keep_all_nodes
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:222
Function
test_subtree_keep_one_node
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:230
Function
test_subtree_keep_one_node_2
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:243
Function
test_subtree_keep_some_nodes
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:254
Function
test_sync_ids_between_trees
Test that IDs are correctly synchronized between two trees
tests/pipe/preprocessing/a11y/test_id_generation.py:61
Function
test_sync_ids_with_missing_node
Test that sync_ids_between_trees raises an error when a node is missing
tests/pipe/preprocessing/a11y/test_id_generation.py:88
Function
test_trajectory_empty_before_observation
Test that list_actions returns None before any observation
tests/test_env.py:72
Function
test_valid_observation_after_observation
Test that last observation returns valid actions after observation
tests/test_env.py:79
Function
test_valid_observation_after_reset
Test that last observation returns valid actions after reset
tests/test_env.py:112
Function
test_valid_observation_after_step
Test that last observation returns valid actions after taking a step
tests/test_env.py:96
Function
test_webvoyager_resolution
(url: str)
tests/integration/test_webvoyager_resolution.py:13
Function
test_wolframalpha
Test resolution pipe with WolframAlpha homepage
tests/integration/test_resolution.py:146
Method
textify
(self, obs: Observation)
blanche/common/parser.py:201
Function
timeit
(name: str)
blanche/common/logging.py:10
Method
trace
Log LLM usage to the database.
blanche/common/tracer.py:20
Method
trace
Log LLM usage to a file.
blanche/common/tracer.py:38
Method
trace
Log LLM parsing errors to a file.
blanche/common/tracer.py:67
Function
trace_llm_usage
( tracer: LlmTracer | None = None, )
blanche/llms/logging.py:14
Method
visualize
(self, type: str = "processed")
blanche/pipe/preprocessing/a11y/tree.py:81
Method
wait
(self, seconds: int)
blanche/browser/driver.py:97
Method
which
(self, text: str)
blanche/common/parser.py:100
Function
wrapper
( engine: "LLMEngine", messages: list[dict[str, str]], model: str,
blanche/llms/logging.py:19
Function
wrapper
(*args: Any, **kwargs: Any)
blanche/common/logging.py:12
← previous
501–564 of 564, ranked by callers