File: 7532e0e7ee9c85347bb4bfcc8751604bf934d3e96e48f3bc8b5778d7856d5a7e.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-- 66 bytes parent folder | download | duplicates (2)
1
2
3
4
class _IdentityCallable:

    def __call__[T]() -> T:
        pass