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

Function topo_load

bqplot/marks.py:1443–1447  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1441
1442
1443def topo_load(name):
1444 with open(os.path.join(os.path.split(os.path.realpath(__file__))[0],
1445 name)) as data_file:
1446 data = json.load(data_file)
1447 return data
1448
1449
1450@register_mark('bqplot.Map')

Callers 2

MapClass · 0.85
geoFunction · 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…