mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 16:14:24 +08:00
Mark some obviously incomplete stubs as incomplete (#3807)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user