File: foo.py

package info (click to toggle)
straight.plugin 1.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 414; makefile: 132; sh: 8
file content (7 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
class __plugin__:
    imply_plugins = (
        'testplugin_2',
    )
    load = False
def do(x):
    return x + 1