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

Class Dummy

lib/matplotlib/tests/test_cbook.py:752–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750
751def test_grouper():
752 class Dummy:
753 pass
754 a, b, c, d, e = objs = [Dummy() for _ in range(5)]
755 g = cbook.Grouper()
756 g.join(*objs)

Callers 3

test_grouperFunction · 0.85
test_grouper_privateFunction · 0.85
test_reshape2dFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_grouperFunction · 0.68
test_grouper_privateFunction · 0.68
test_reshape2dFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…