Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/dash
/ clear
Method
clear
components/dash-table/tests/selenium/conftest.py:307–308 ·
view source on GitHub ↗
(self, row=0)
Source
from the content-addressed store, hash-verified
305
306
@preconditions(_validate_row)
307
def
clear(self, row=0):
308
self.find_inside(row,
".column-header--clear"
).click()
309
310
@preconditions(_validate_row)
311
def
delete(self, row=0):
Callers
6
test_dtps023b_input_validation_and_blur
Function · 0.45
test_dtps025_typing_disabled_day_should_not_trigger_callback
Function · 0.45
test_dtps030_french_localization_via_cdn
Function · 0.45
test_dddo001_dynamic_options
Function · 0.45
test_colm003_can_clear
Function · 0.45
test_colm005_dont_clear_hidden
Function · 0.45
Calls
2
find_inside
Method · 0.95
click
Method · 0.45
Tested by
no test coverage detected