MCPcopy
hub / github.com/faif/python-patterns / get

Method get

patterns/structural/mvc.py:20–23  ·  view source on GitHub ↗

Returns an object with a .items() call method that iterates over key,value pairs of its information.

(self, item: str)

Source from the content-addressed store, hash-verified

18
19 @abstractmethod
20 def get(self, item: str) -> dict:
21 """Returns an object with a .items() call method
22 that iterates over key,value pairs of its information."""
23 pass
24
25 @property
26 @abstractmethod

Callers 15

updateMethod · 0.45
__call__Method · 0.45
show_item_informationMethod · 0.45
resolveMethod · 0.45
__new__Method · 0.45
product_informationMethod · 0.45
localizeMethod · 0.45
get_localizerFunction · 0.45
__init__Method · 0.45
__enter__Method · 0.45
find_path_dfsMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_items_recoilMethod · 0.36
test_frozen_poolMethod · 0.36