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

Method copy

lib/matplotlib/_mathtext.py:1895–1896  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1893 self.dpi = dpi
1894
1895 def copy(self) -> ParserState:
1896 return copy.copy(self)
1897
1898 @property
1899 def font(self) -> str:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
push_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected