示例#1
0
def boot_time():
    """The system boot time expressed in seconds since the epoch."""
    return cext.boot_time()
示例#2
0
文件: _psbsd.py 项目: 2089764/psutil
def boot_time():
    """The system boot time expressed in seconds since the epoch."""
    return cext.boot_time()