Add PyExpr.__new__ signature.

This commit is contained in:
Andy_kl
2025-02-13 18:04:55 +04:00
parent 5bf35c8c4f
commit 65edc55eb0
+3
View File
@@ -48,6 +48,9 @@ class PyExpr(str):
py: int
hashcode: int
def __new__(cls, s: str, filename: str, linenumber: int, py: int = 3, hashcode: int | None = None, /) -> PyExpr:
...
@staticmethod
def checkpoint() -> Any:
"""