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

Method last_command_started

test/test_collation.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 super().tearDown()
115
116 def last_command_started(self):
117 return self.listener.started_events[-1].command
118
119 def assertCollationInLastCommand(self):
120 self.assertEqual(self.collation.document, self.last_command_started()["collation"])

Callers 2

test_explain_commandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected