# Copyright (c) 2025 Kim Jarvis TPF Software Services S.A. kim.jarvis@tpfsystems.com # This software is licensed under the MIT License. See the LICENSE file for details.#
[docs]classGet_Arch:""" Returns the system architecture according to ``uname``. **Examples:** .. code:: python yield Get_Arch() """defexecute(self):fromreemote.operations.server.shellimportShellr0=yieldShell("uname -m")