CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
service.py
Go to the documentation of this file.
1 class Service(object):
2  '''Basic service interface.'''
3  def start(self):
4  '''Start the service.
5  Called by the looper, not by the user.
6  '''
7  pass
8 
9  def stop(self):
10  '''Stop the service.
11  Called by the looper, not by the user.
12  '''
13  pass
list object
Definition: dbtoconf.py:77