Skip to content

Arch#

Arch #

__repr__ #

__repr__()

Returns a representation of the architecture.

Examples#
>>> Arch("aarch64")
Arch(aarch64)
>>>

__str__ #

__str__()

Returns a string representation of the architecture.

Examples#
>>> str(Arch("x86_64"))
'x86_64'
>>>