mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
4 lines
129 B
Python
4 lines
129 B
Python
import collections
|
|
|
|
class UserString(collections.Sequence): ...
|
|
class MutableString(UserString, collections.MutableSequence): ... |