File: mypy

package info (click to toggle)
mypy 0.470-complete-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,864 kB
  • ctags: 3,264
  • sloc: python: 21,838; makefile: 18
file content (6 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python3
"""Mypy type checker command line tool."""

from mypy.main import main

main(__file__)