Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ time
Method
time
bson/timestamp.py:73–75 ·
view source on GitHub ↗
Get the time portion of this :class:`Timestamp`.
(self)
Source
from the content-addressed store, hash-verified
71
72
@property
73
def
time(self) -> int:
74
""
"Get the time portion of this :class:`Timestamp`."
""
75
return
self.__time
76
77
@property
78
def
inc(self) -> int:
Callers
15
gc_collect_until_done
Function · 0.80
test_wait_queue_timeout
Method · 0.80
test_case_3
Method · 0.80
wait_until
Function · 0.80
init
Method · 0.80
add_event
Method · 0.80
_testOperation_loop
Method · 0.80
test_monitor_waits_after_server_check_error
Method · 0.80
responder
Method · 0.80
_test_disconnect
Method · 0.80
test
Function · 0.80
test_initial_ismaster
Method · 0.80
Calls
no outgoing calls
Tested by
15
gc_collect_until_done
Function · 0.64
test_wait_queue_timeout
Method · 0.64
test_case_3
Method · 0.64
init
Method · 0.64
test_monitor_waits_after_server_check_error
Method · 0.64
responder
Method · 0.64
_test_disconnect
Method · 0.64
test
Function · 0.64
test_initial_ismaster
Method · 0.64
gc_collect_until_done
Function · 0.64
test_wait_queue_timeout
Method · 0.64
test_case_3
Method · 0.64