Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ keys
Method
keys
mongoengine/base/datastructures.py:402–403 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
400
return
iter(self)
401
402
def
keys(self):
403
return
list(iter(self))
404
405
def
__iter__(self):
406
return
(key
for
key in self.__slots__
if
hasattr(self, key))
Callers
15
_get_connection_settings
Function · 0.80
disconnect_all
Function · 0.80
prepare_query_value
Method · 0.80
compare_indexes
Method · 0.80
_query_conjunction
Method · 0.80
query
Function · 0.80
__add__
Method · 0.80
_clean_slice
Method · 0.80
validate
Method · 0.80
__init__
Method · 0.80
__setstate__
Method · 0.80
test_multiple_connection_settings
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_multiple_connection_settings
Method · 0.64
post_save
Method · 0.64
test_iterkeys
Method · 0.64
test_assertions
Method · 0.64
test_as_pymongo
Method · 0.64
test_as_pymongo_json_limit_fields
Method · 0.64
test_inheritance_meta_data
Method · 0.64
test_inheritance_to_mongo_keys
Method · 0.64
test_allow_inheritance
Method · 0.64
test_simple_dynamic_document
Method · 0.64
test_delete_dynamic_field
Method · 0.64
test_reload_dynamic_field
Method · 0.64