MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / inc

Method inc

bson/timestamp.py:78–80  ·  view source on GitHub ↗

Get the inc portion of this :class:`Timestamp`.

(self)

Source from the content-addressed store, hash-verified

76
77 @property
78 def inc(self) -> int:
79 """Get the inc portion of this :class:`Timestamp`."""
80 return self.__inc
81
82 def __eq__(self, other: Any) -> bool:
83 if isinstance(other, Timestamp):

Callers 2

_resetMethod · 0.45
_resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected