File: utils.pyi

package info (click to toggle)
mypy 1.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,412 kB
  • sloc: python: 114,754; ansic: 13,343; cpp: 11,380; makefile: 257; sh: 28
file content (2 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (4)
1
2
from typing import Type
def with_metaclass(meta: Type[type], *bases: type) -> type: pass