MCPcopy
hub / github.com/PyQt5/PyQt / __init__

Method __init__

Demo/Lib/qpropmapper.py:79–85  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

77 )
78
79 def __init__(self, *args, **kwargs):
80 data = kwargs.pop("data", {})
81 super().__init__(*args, **kwargs)
82 self._widgetKey = {}
83 self._keyWidget = {}
84 self.propertyChanged.connect(self.onPropertyChanged)
85 self.loadData(data, clear=False)
86
87 def __enter__(self):
88 self.__log("[__enter__]: block signals")

Callers

nothing calls this directly

Calls 1

loadDataMethod · 0.95

Tested by

no test coverage detected