mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix newlines.
This commit is contained in:
parent
324b58bf18
commit
909f5bc849
1 changed files with 7 additions and 0 deletions
|
@ -143,12 +143,14 @@ The module defines the following functions and data items:
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. function:: clock_gettime(clk_id)
|
.. function:: clock_gettime(clk_id)
|
||||||
|
|
||||||
Return the time of the specified clock *clk_id*.
|
Return the time of the specified clock *clk_id*.
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. data:: CLOCK_REALTIME
|
.. data:: CLOCK_REALTIME
|
||||||
|
|
||||||
System-wide real-time clock. Setting this clock requires appropriate
|
System-wide real-time clock. Setting this clock requires appropriate
|
||||||
|
@ -156,6 +158,7 @@ The module defines the following functions and data items:
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. data:: CLOCK_MONOTONIC
|
.. data:: CLOCK_MONOTONIC
|
||||||
|
|
||||||
Clock that cannot be set and represents monotonic time since some
|
Clock that cannot be set and represents monotonic time since some
|
||||||
|
@ -163,6 +166,7 @@ The module defines the following functions and data items:
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. data:: CLOCK_MONOTONIC_RAW
|
.. data:: CLOCK_MONOTONIC_RAW
|
||||||
|
|
||||||
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
|
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
|
||||||
|
@ -172,18 +176,21 @@ The module defines the following functions and data items:
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. data:: CLOCK_PROCESS_CPUTIME_ID
|
.. data:: CLOCK_PROCESS_CPUTIME_ID
|
||||||
|
|
||||||
High-resolution per-process timer from the CPU.
|
High-resolution per-process timer from the CPU.
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. data:: CLOCK_THREAD_CPUTIME_ID
|
.. data:: CLOCK_THREAD_CPUTIME_ID
|
||||||
|
|
||||||
Thread-specific CPU-time clock.
|
Thread-specific CPU-time clock.
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
||||||
.. function:: ctime([secs])
|
.. function:: ctime([secs])
|
||||||
|
|
||||||
Convert a time expressed in seconds since the epoch to a string representing
|
Convert a time expressed in seconds since the epoch to a string representing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue