Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ create_and_delete_company
Function
create_and_delete_company
benchmarks/test_basic_doc_ops.py:122–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
)
121
122
def
create_and_delete_company():
123
c = init_company()
124
c.save()
125
c.delete()
126
127
print(
128
"Init + save to database + delete: %.3fms"
Callers
nothing calls this directly
Calls
3
init_company
Function · 0.85
save
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…