mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
7 lines
94 B
Python
7 lines
94 B
Python
import codecs
|
|
|
|
import typing
|
|
|
|
def search_function(encoding: str) -> codecs.CodecInfo:
|
|
...
|