Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ paste
Method
paste
components/dash-table/tests/selenium/conftest.py:624–626 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
622
time.sleep(0.1)
623
624
def
paste(self):
625
with
self.hold(CMD):
626
self.send_keys(
"v"
)
627
628
@preconditions(_validate_key)
629
def
hold(self, key):
Callers
15
test_tmcp001_copy_markdown_to_text
Function · 0.80
test_tmcp002_copy_markdown_to_markdown
Function · 0.80
test_tmcp003_copy_text_to_markdown
Function · 0.80
test_tmcp004_copy_null_text_to_markdown
Function · 0.80
test_tedi005_prevent_copy_paste_on_blocking
Function · 0.80
test_tedi006_allow_copy_paste_on_non_blocking
Function · 0.80
test_form002_can_copy_formatted_cells
Function · 0.80
test_tbed003_readonly_copy_paste
Function · 0.80
test_type003_copy_paste_string_into_number_does_nothing
Function · 0.80
test_type004_copy_paste_number_into_number
Function · 0.80
test_type007_copy_paste_string_into_date_does_nothing
Function · 0.80
test_type008_copy_paste_date_into_date
Function · 0.80
Calls
2
hold
Method · 0.95
send_keys
Method · 0.95
Tested by
no test coverage detected