Package dbus :: Module service :: 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

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

Properties [hide private]

Inherited from object: __class__