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

Method __new__

lib/matplotlib/dviread.py:1253–1256  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1251class _LuatexKpsewhich:
1252 @cache # A singleton.
1253 def __new__(cls):
1254 self = object.__new__(cls)
1255 self._proc = self._new_proc()
1256 return self
1257
1258 def _new_proc(self):
1259 return subprocess.Popen(

Callers

nothing calls this directly

Calls 2

_new_procMethod · 0.95
__new__Method · 0.45

Tested by

no test coverage detected