MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / join

Method join

tests/test_context_managers.py:41–44  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

39 self.exc = e
40
41 def join(self, timeout=None):
42 super().join(timeout)
43 if self.exc:
44 raise self.exc
45
46
47class TestContextManagers(MongoDBTestCase):

Callers 15

get_versionFunction · 0.80
setup.pyFile · 0.80
_fetch_objectsMethod · 0.80
generate_keyMethod · 0.80
_format_errorsMethod · 0.80
__init__Method · 0.80
get_sequence_nameMethod · 0.80
get_versionFunction · 0.80
_integrate_shard_keyMethod · 0.80
_object_keyMethod · 0.80
fieldsMethod · 0.80
_fields_to_dbfieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected