Coverage for linuxpy/constants.py: 100%
2 statements
« prev ^ index » next coverage.py v7.8.0, created at 2025-05-06 08:23 +0200
« prev ^ index » next coverage.py v7.8.0, created at 2025-05-06 08:23 +0200
1#
2# This file is part of the linuxpy project
3#
4# Copyright (c) 2023 Tiago Coutinho
5# Distributed under the GPLv3 license. See LICENSE for more info.
8MICROSEC_PER_SEC = 1_000_000
9NANOSEC_PER_MICROSEC = 1_000