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

Function create_widget

js/src/test/widget-utils.ts:49–59  ·  view source on GitHub ↗
(
  manager,
  name: string,
  id: string,
  args: Object
)

Source from the content-addressed store, hash-verified

47}
48
49export async function create_widget(
50 manager,
51 name: string,
52 id: string,
53 args: Object
54) {
55 const model = await create_model_bqplot(manager, name, id, args);
56 const view = await manager.create_view(model);
57 await manager.display_view(undefined, view);
58 return { model: model, view: view };
59}
60
61export async function create_figure_scatter(
62 manager,

Callers

nothing calls this directly

Calls 2

create_model_bqplotFunction · 0.85
display_viewMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…