MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / seq_id

Function seq_id

lib/matplotlib/_layoutgrid.py:495–497  ·  view source on GitHub ↗

Generate a short sequential id for layoutbox objects.

()

Source from the content-addressed store, hash-verified

493
494
495def seq_id():
496 """Generate a short sequential id for layoutbox objects."""
497 return '%06d' % next(_layoutboxobjnum)
498
499
500def plot_children(fig, lg=None, level=0):

Callers 1

__init__Method · 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…