MCPcopy
hub / github.com/VibiumDev/vibium / get

Method get

clients/python/src/vibium/_types.py:38–39  ·  view source on GitHub ↗
(self, key: str, default: Optional[float] = None)

Source from the content-addressed store, hash-verified

36 return ["x", "y", "width", "height"]
37
38 def get(self, key: str, default: Optional[float] = None) -> Optional[float]:
39 return getattr(self, key, default)
40
41
42@dataclass

Callers 15

mainFunction · 0.80
test_response_url_statusFunction · 0.80
do_POSTMethod · 0.80
do_GETMethod · 0.80
test_on_response_bodyFunction · 0.80
get_tutorial_testsFunction · 0.80

Calls

no outgoing calls

Tested by 14

test_response_url_statusFunction · 0.64
do_POSTMethod · 0.64
do_GETMethod · 0.64
test_on_response_bodyFunction · 0.64
pollFunction · 0.64
getClasspathMethod · 0.64