Add Icicle.architecture property

This commit is contained in:
Duncan Ogilvie
2024-10-13 16:52:09 +02:00
parent 4083d9f4d4
commit a4874322d1
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -87,6 +87,9 @@ class Icicle:
tracing = False,
) -> None: ...
@property
def architecture(self) -> str: ...
@property
def exception_code(self) -> ExceptionCode: ...