MCPcopy 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_doneFunction · 0.80
test_case_3Method · 0.80
wait_untilFunction · 0.80
initMethod · 0.80
add_eventMethod · 0.80
_testOperation_loopMethod · 0.80
responderMethod · 0.80
_test_disconnectMethod · 0.80
testFunction · 0.80
test_initial_ismasterMethod · 0.80

Calls

no outgoing calls

Tested by 15

gc_collect_until_doneFunction · 0.64
test_case_3Method · 0.64
initMethod · 0.64
responderMethod · 0.64
_test_disconnectMethod · 0.64
testFunction · 0.64
test_initial_ismasterMethod · 0.64
gc_collect_until_doneFunction · 0.64
test_case_3Method · 0.64