File: file.py

package info (click to toggle)
python-refurb 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,700 kB
  • sloc: python: 9,468; makefile: 40; sh: 6
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
class C:
    x: int

    def __init__(self) -> None:
        self.x = int(0)  # noqa: UP018