mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add UserString and UserList data attribute (#2518)
This commit is contained in:
committed by
Sebastian Rittau
parent
254af0ff2a
commit
703c03e4b0
@@ -5,6 +5,7 @@ _UST = TypeVar("_UST", bound=UserString)
|
||||
_MST = TypeVar("_MST", bound=MutableString)
|
||||
|
||||
class UserString(Sequence[UserString]):
|
||||
data: unicode
|
||||
def __init__(self, seq: object) -> None: ...
|
||||
def __int__(self) -> int: ...
|
||||
def __long__(self) -> long: ...
|
||||
|
||||
Reference in New Issue
Block a user