Что такое "а = ..."?в файле .pyi - PullRequest
0 голосов
/ 11 июля 2019

Я нашел его в файле 'PyQt / QtGui.pyi'

cursorPosition = ... # type: int

Интересно, что такое a = ...?

ex)

class PaintContext(sip.simplewrapper):
    clip = ... # type: QtCore.QRectF
    cursorPosition = ... # type: int
    palette = ... # type: 'QPalette'
    selections = ...
...