File: python3.py

package info (click to toggle)
pep8 1.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: python: 1,524; makefile: 2
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