MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / change_stream

Method change_stream

test/test_change_stream.py:71–73  ·  view source on GitHub ↗

Create a change stream using the default client and return it.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

69 raise NotImplementedError
70
71 def change_stream(self, *args, **kwargs):
72 """Create a change stream using the default client and return it."""
73 return self.change_stream_with_client(self.client, *args, **kwargs)
74
75 def client_with_listener(self, *commands):
76 """Return a client with a AllowListEventListener."""

Calls 1

Tested by

no test coverage detected