File: service.py

package info (click to toggle)
gpodder 3.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,272 kB
  • sloc: python: 19,713; sh: 574; xml: 122; makefile: 112
file content (13 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13

def method(*args, **kwargs):
    return lambda x: x


class BusName(object):
    def __init__(self, *args, **kwargs):
        pass


class Object:
    def __init__(self, *args, **kwargs):
        pass