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

Method _initialize

lib/matplotlib/tri/_trifinder.py:84–89  ·  view source on GitHub ↗

Initialize the underlying C++ object. Can be called multiple times if, for example, the triangulation is modified.

(self)

Source from the content-addressed store, hash-verified

82 return self._cpp_trifinder.get_tree_stats()
83
84 def _initialize(self):
85 """
86 Initialize the underlying C++ object. Can be called multiple times if,
87 for example, the triangulation is modified.
88 """
89 self._cpp_trifinder.initialize()
90
91 def _print_tree(self):
92 """

Callers 2

__init__Method · 0.95
set_maskMethod · 0.80

Calls 1

initializeMethod · 0.80

Tested by

no test coverage detected