MCPcopy Index your code
hub / github.com/bqplot/bqplot / create_view

Function create_view

js/src/test/widget-utils.ts:44–47  ·  view source on GitHub ↗
(manager, model, options = {})

Source from the content-addressed store, hash-verified

42}
43
44export async function create_view(manager, model, options = {}) {
45 const view = await manager.create_view(model, options);
46 return view;
47}
48
49export async function create_widget(
50 manager,

Callers 7

create_figure_scatterFunction · 0.85
create_figure_linesFunction · 0.85
create_figure_pieFunction · 0.85
create_figure_barsFunction · 0.85
create_figure_histFunction · 0.85
create_figure_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…