Package smartcard :: Package reader :: Module ReaderGroups :: Class readergroups
[hide private]
[frames] | no frames]

Class readergroups

source code


ReadersGroups organizes smart card reader as groups.

Nested Classes [hide private]
  innerclazz
Smartcard readers groups private class.
Instance Methods [hide private]
 
__init__(self, initlist=None)
Create a single instance of innerreadergroups on first call
source code
 
__getattr__(self, name) source code

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

Class Variables [hide private]
  instance = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, initlist=None)
(Constructor)

source code 

Create a single instance of innerreadergroups on first call

Overrides: object.__init__