Mark some obviously incomplete stubs as incomplete (#3807)

This commit is contained in:
Ivan Levkivskyi
2020-03-04 17:02:14 +00:00
committed by GitHub
parent efebe6bcec
commit 8b28b49c61
5 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
import codecs
from typing import Any
def search_function(encoding: str) -> codecs.CodecInfo: ...
# Explicitly mark this package as incomplete.
def __getattr__(name: str) -> Any: ...