File: python3.py

package info (click to toggle)
autopep8 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,720 kB
  • sloc: python: 13,379; makefile: 133; sh: 12
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
#!/usr/bin/env python3


# Annotated function (Issue #29)
def foo(x: int) -> int:
    return x + 1