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

Method __init__

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

Source from the content-addressed store, hash-verified

38 """
39
40 def __init__(self, triangulation):
41 from matplotlib import _tri
42 super().__init__(triangulation)
43 self._cpp_trifinder = _tri.TrapezoidMapTriFinder(
44 triangulation.get_cpp_triangulation())
45 self._initialize()
46
47 def __call__(self, x, y):
48 """

Callers

nothing calls this directly

Calls 3

_initializeMethod · 0.95
get_cpp_triangulationMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected