home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Internet / gpodder / gpodder-portable.exe / gpodder-portable / src / dbus / service.py < prev   
Text File  |  2014-10-30  |  201b  |  13 lines

  1.  
  2. def method(*args, **kwargs):
  3.     return lambda x: x
  4.  
  5. class BusName(object):
  6.     def __init__(self, *args, **kwargs):
  7.         pass
  8.  
  9. class Object:
  10.     def __init__(self, *args, **kwargs):
  11.         pass
  12.  
  13.