MCPcopy Create free account
hub / github.com/pyqtgraph/pyqtgraph / __init__

Method __init__

pyqtgraph/widgets/MatplotlibWidget.py:29–30  ·  view source on GitHub ↗
(self, figsize=(5.0, 4.0), dpi=100, parent=None)

Source from the content-addressed store, hash-verified

27
28 @typing.overload
29 def __init__(self, figsize=(5.0, 4.0), dpi=100, parent=None):
30 pass
31
32 @typing.overload
33 def __init__(self, parent=None, figsize=(5.0, 4.0), dpi=100):

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
addWidgetMethod · 0.45

Tested by

no test coverage detected