File: e0d5430c6d9ee891b8adb6dc69d571ada7b1da181b905e47bc09bd291b90b3db.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (2)
1
2
3
4
class SupportsAbs[T]:

    def __abs__() -> T:
        pass