Coverage for functions \ flipdare \ generated \ shared \ backend \ perf_result_type.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-05-08 12:22 +1000

1#!/usr/bin/env python 

2# 

3# Copyright (c) 2025, flipdare.com. Please see the AUTHORS file 

4# for details. All rights reserved. Use of this source code is governed by a 

5# BSD-style license that can be found in the LICENSE file. 

6# 

7# NOTE: THIS FILE IS AUTO GENERATED. DO NOT EDIT. 

8# 

9# Generated by codegen_models.py 

10# 

11# Modify 'codegen_models.py' 

12# and re-run the script above to update. 

13# 

14 

15 

16# pragma: no cover 

17from enum import StrEnum 

18 

19 

20class PerfResultType(StrEnum): 

21 """Performance result type (backend).""" 

22 

23 OUTCOME = "outcome" 

24 BINARY = "binary"