Package topo :: Package misc :: Module playerrobot :: Class PlayerDevice
[hide private]
[frames] | no frames]

Class PlayerDevice

source code

  object --+    
           |    
PlayerObject --+
               |
              PlayerDevice

Generic Player device object.

Overrides the default proxy .subscribe method so that the mode defaults to PLAYERC_OPEN_MODE.

Instance Methods [hide private]
 
subscribe(self, mode=playerc.PLAYERC_OPEN_MODE) source code

Inherited from PlayerObject: __init__, process_queues

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

subscribe(self, mode=playerc.PLAYERC_OPEN_MODE)

source code 
Decorators:
  • @synched_method
  • @player_fn()