Files
IfcOpenShell/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
458 B
Python
Raw Normal View History

2025-05-23 16:59:07 +02:00
# ifcopenshell_wrapper.pyi
class FileDescription:
description: tuple[str, ...]
implementation_level: str
class FileName:
name: str
time_stamp: str
author: tuple[str, ...]
organization: tuple[str, ...]
preprocessor_version: str
originating_system: str
authorization: str
class IfcSpfHeader:
@property
def file_description(self) -> FileDescription: ...
@property
def file_name(self) -> FileName: ...