MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / items

Method items

bson/raw_bson.py:146–148  ·  view source on GitHub ↗

Lazily decode and iterate elements in this document.

(self)

Source from the content-addressed store, hash-verified

144 return self.__raw
145
146 def items(self) -> ItemsView[str, Any]:
147 """Lazily decode and iterate elements in this document."""
148 return self.__inflated.items()
149
150 @property
151 def __inflated(self) -> Mapping[str, Any]:

Callers 15

translate_importsFunction · 0.80
process_ignoresFunction · 0.80
get_async_methodsFunction · 0.80
_create_indexMethod · 0.80
_create_indexMethod · 0.80
test_timestamp_valuesMethod · 0.80
test_round_tripMethod · 0.80
compare_eventsFunction · 0.80
print_thread_tracebacksFunction · 0.80
clear_warning_registryFunction · 0.80
run_scenarioFunction · 0.80

Calls

no outgoing calls

Tested by 15

get_async_methodsFunction · 0.64
test_timestamp_valuesMethod · 0.64
test_round_tripMethod · 0.64
compare_eventsFunction · 0.64
run_scenarioFunction · 0.64
check_objectMethod · 0.64
run_testFunction · 0.64
assertEqualResponseMethod · 0.64
test_subclassesMethod · 0.64
test_id_orderingMethod · 0.64