Exemplo n.º 1
0
def nvidia(gpu, locale, test, interval):
    nv = NvidiaBuyer(
        gpu,
        notification_handler=notification_handler,
        locale=locale,
        test=test,
        interval=interval,
    )
    nv.run_items()
Exemplo n.º 2
0
def nvidia(gpu, locale, test, interval):
    nv = NvidiaBuyer(gpu, locale, test, interval)
    nv.run_items()
Exemplo n.º 3
0
def nvidia(gpu, locale, test):
    nv = NvidiaBuyer(gpu, locale, test)
    nv.run_items()
Exemplo n.º 4
0
def nvidia(gpu, locale, test, headless):
    nv = NvidiaBuyer(gpu, locale, test, headless)
    nv.run_items()