mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
add (overwrite with) mypy stubs, if available
This commit is contained in:
6
stdlib/3/encodings.pyi
Normal file
6
stdlib/3/encodings.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
import codecs
|
||||
|
||||
import typing
|
||||
|
||||
def search_function(encoding: str) -> codecs.CodecInfo:
|
||||
...
|
||||
Reference in New Issue
Block a user