You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/mocks/sys.py

19 lines
273 B

def exit(retval=0):
pass
def print_exception(exc, file=None):
pass
argv = []
byteorder = None
implementation = None
maxsize = None
modules = []
path = []
platform = 'mock'
stderr = None
stdin = None
stdout = None
version = 'mock-version'
version_info = (0, 0, 0)