MCPcopy Index your code
hub / github.com/PyQt5/PyQt / Target

Class Target

QPropertyAnimation/RlatticeEffect.py:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class Target:
70 def __init__(self, x, y):
71 self.x = x
72 self.y = y
73
74
75class Point(QObject): # type: ignore

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected