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

Method __init__

lib/matplotlib/dviread.py:851–858  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

849 """
850
851 def __init__(self, filename):
852 super().__init__(filename, 0)
853 try:
854 self._first_font = None
855 self._chars = {}
856 self._read()
857 finally:
858 self.close()
859
860 def __getitem__(self, code):
861 return self._chars[code]

Callers

nothing calls this directly

Calls 2

_readMethod · 0.95
closeMethod · 0.45

Tested by

no test coverage detected