Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
class
TestContextManagers(MongoDBTestCase):
Callers
15
get_version
Function · 0.80
setup.py
File · 0.80
_fetch_objects
Method · 0.80
generate_key
Method · 0.80
_format_errors
Method · 0.80
__init__
Method · 0.80
get_sequence_name
Method · 0.80
get_version
Function · 0.80
_integrate_shard_key
Method · 0.80
_object_key
Method · 0.80
fields
Method · 0.80
_fields_to_dbfields
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected