MCPcopy Index your code
hub / github.com/plotly/dash / get

Method get

components/dash-table/src/core/Clipboard.ts:15–27  ·  view source on GitHub ↗
(_ev: ClipboardEvent)

Source from the content-addressed store, hash-verified

13 }
14
15 public static get(_ev: ClipboardEvent) {
16 let value;
17
18 /*#if TEST_COPY_PASTE*/
19 value = Clipboard.value;
20 /*#else*/
21 value = _ev.clipboardData
22 ? _ev.clipboardData.getData('text/plain')
23 : undefined;
24 /*#endif*/
25
26 return value;
27 }
28}

Callers 15

setup.pyFile · 0.45
test_stcp002_modified_tsFunction · 0.45
test_grrs001_graphFunction · 0.45
show_relayout_dataFunction · 0.45
on_clickFunction · 0.45
show_figure_stateFunction · 0.45
FilterFactoryClass · 0.45
createFiltersMethod · 0.45
createCellsMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_stcp002_modified_tsFunction · 0.36
test_grrs001_graphFunction · 0.36
show_relayout_dataFunction · 0.36
on_clickFunction · 0.36
show_figure_stateFunction · 0.36