Coverage for linuxpy/constants.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-10-18 07:40 +0200
« prev ^ index » next coverage.py v7.6.1, created at 2024-10-18 07:40 +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