mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 20:12:21 +08:00
Add @final to several more stdlib classes (#7215)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -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