file.good - document return type

This commit is contained in:
Andrej730
2026-08-03 13:51:40 +05:00
parent b1f388311c
commit 6edea83137
@@ -926,7 +926,7 @@ class file(file_mixin):
...
def get_total_inverses(self, *args: entity_instance | int) -> int: ...
def good(self): ...
def good(self) -> file_open_status: ...
@property
def header(self) -> spf_header: ...
def ifcroot_type(self) -> entity: ...
@@ -960,8 +960,9 @@ class file_open_status:
UNSUPPORTED_SCHEMA: int
INVALID_SYNTAX: int
UNKNOWN: int
"""Only set on a file created via ``create_uninitialized()`` that hasn't had ``initialize()`` called yet."""
def __init__(self, *args): ...
def value(self): ...
def value(self) -> int: ...
class fn_evaluator:
def __init__(self, *args, **kwargs): ...