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

Method __init__

lib/matplotlib/tri/_trifinder.py:19–21  ·  view source on GitHub ↗
(self, triangulation)

Source from the content-addressed store, hash-verified

17 """
18
19 def __init__(self, triangulation):
20 _api.check_isinstance(Triangulation, triangulation=triangulation)
21 self._triangulation = triangulation
22
23 def __call__(self, x, y):
24 raise NotImplementedError

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected