File: codec.pyi

package info (click to toggle)
python-precis-i18n 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,836 kB
  • sloc: python: 1,825; sh: 28; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
from codecs import CodecInfo
from typing import Optional

def search(name: str) -> Optional[CodecInfo]: ...