コード例 #1
0
ファイル: _pssunos.py プロジェクト: ztop/psutil
def boot_time():
    """The system boot time expressed in seconds since the epoch."""
    return cext.boot_time()
コード例 #2
0
def boot_time():
    """The system boot time expressed in seconds since the epoch."""
    return cext.boot_time()