Package braun_ :: Module mod_braun :: Class OscServer

Class OscServer

source code


Instance Methods
 
__init__(self, queue)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
init_handler(self, path, args, types, src) source code
 
message_handler(self, path, args, types, src) source code

Inherited from liblo.ServerThread: __new__, start, stop

Inherited from liblo._ServerBase: add_method, get_port, get_url, register_methods, send

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

Properties

Inherited from object: __class__

Method Details

__init__(self, queue)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)