dbus :: service :: _VariantSignature :: Class _VariantSignature
[hide private]
[frames] | no frames]

Class _VariantSignature

source code

object --+
         |
        _VariantSignature

A fake method signature which, when iterated, yields an endless stream of 'v' characters representing variants (handy with zip()).

It has no string representation.

Instance Methods [hide private]
 
__iter__(self)
Return self.
source code
 
__next__(self)
Return 'v' whenever called.
source code
 
next(self)
Return 'v' whenever called.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__