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

Method __init__

lib/matplotlib/patches.py:1106–1115  ·  view source on GitHub ↗

*path* is a `.Path` object. Valid keyword arguments are: %(Patch:kwdoc)s

(self, path, **kwargs)

Source from the content-addressed store, hash-verified

1104
1105 @_docstring.interpd
1106 def __init__(self, path, **kwargs):
1107 """
1108 *path* is a `.Path` object.
1109
1110 Valid keyword arguments are:
1111
1112 %(Patch:kwdoc)s
1113 """
1114 super().__init__(**kwargs)
1115 self._path = path
1116
1117 def get_path(self):
1118 return self._path

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected