mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-25 10:14:05 +08:00
Mark stub-only private symbols as @type_check_only in third-party stubs (#14545)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from _typeshed import Incomplete, SupportsRead
|
||||
from codecs import CodecInfo
|
||||
from typing import Protocol, overload
|
||||
from typing import Protocol, overload, type_check_only
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
# Is actually webencodings.Encoding
|
||||
@type_check_only
|
||||
class _Encoding(Protocol):
|
||||
name: str
|
||||
codec_info: CodecInfo
|
||||
|
||||
Reference in New Issue
Block a user