mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
Add Icicle.architecture property
This commit is contained in:
@@ -87,6 +87,9 @@ class Icicle:
|
||||
tracing = False,
|
||||
) -> None: ...
|
||||
|
||||
@property
|
||||
def architecture(self) -> str: ...
|
||||
|
||||
@property
|
||||
def exception_code(self) -> ExceptionCode: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user