mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
systemd-python: return both parts of sd_journal_get_monotonic_usec
In Python 3, a named tuple is used. In Python 2, a simple tuple is used. In either case, the pair is (timestamp, bootid).
This commit is contained in:
@@ -23,6 +23,8 @@ Accessing the Journal
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
.. autoclass:: Monotonic
|
||||
|
||||
.. autoattribute:: systemd.journal.DEFAULT_CONVERTERS
|
||||
|
||||
Whence constants
|
||||
|
||||
Reference in New Issue
Block a user