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

Method __new__

lib/matplotlib/font_manager.py:351–354  ·  view source on GitHub ↗
(cls, path, face_index)

Source from the content-addressed store, hash-verified

349 __match_args__ = ('path', 'face_index')
350
351 def __new__(cls, path, face_index):
352 ret = super().__new__(cls, path)
353 ret._face_index = face_index
354 return ret
355
356 @property
357 def path(self):

Callers 2

__copy__Method · 0.45
_json_decodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected