MCPcopy Index your code
hub / github.com/plotly/plotly.js / print

Function print

test/jasmine/tests/draw_newshape_test.js:42–45  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

40}
41
42function print(obj) {
43 // console.log(JSON.stringify(obj, null, 4).replace(/"/g, '\''));
44 return obj;
45}
46
47function assertPos(actual, expected, tolerance) {
48 if(tolerance === undefined) tolerance = 2;

Callers 5

make_exports.pyFile · 0.50
make_baseline.pyFile · 0.50
make_baselines_asyncFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…