Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __eq__
Method
__eq__
lib/matplotlib/transforms.py:1770–1771 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
1768
self.set(child)
1769
1770
def
__eq__(self, other):
1771
return
self._child.__eq__(other)
1772
1773
__str__ = _make_str_method(
"_child"
)
1774
Callers
nothing calls this directly
Calls
1
__eq__
Method · 0.45
Tested by
no test coverage detected