Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
751
def
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_grouper
Function · 0.85
test_grouper_private
Function · 0.85
test_reshape2d
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_grouper
Function · 0.68
test_grouper_private
Function · 0.68
test_reshape2d
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…