This commit is contained in:
Andrej
2025-06-06 12:40:08 +05:00
parent a374a7e3ff
commit bf4a3f074f
10 changed files with 160 additions and 103 deletions
@@ -715,7 +715,7 @@ class declaration:
def index_in_schema(self): ...
def name(self) -> str: ...
def name_uc(self): ...
def schema(self): ...
def schema(self) -> schema_definition: ...
def type(self): ...
class direction3: