mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-05 23:48:28 +08:00
Add @final to several more stdlib classes (#7215)
Co-authored-by: hauntsaninja <>
This commit is contained in:
co-authored by
hauntsaninja <>
parent
a67c316d08
commit
a6d9b83263
@@ -1,8 +1,10 @@
|
||||
import sys
|
||||
from typing import Any
|
||||
from typing_extensions import final
|
||||
|
||||
class Str: ...
|
||||
|
||||
@final
|
||||
class Xxo:
|
||||
def demo(self) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user