QDBusSignature

PyQt5.QtDBus.QDBusSignature

Description

The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.

Methods

__init__()

TODO


__init__(str)

TODO


__init__(QDBusSignature)

TODO


__eq__(QDBusSignature) → bool

TODO


__ge__(QDBusSignature) → bool

TODO


__hash__() → int

TODO


__lt__(QDBusSignature) → bool

TODO


__ne__(QDBusSignature) → bool

TODO


setSignature(str)

See also

signature().


signature() → str

See also

setSignature().


swap(QDBusSignature)

TODO