Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.80
test_set_storage_round_trip
Function · 0.80
test_route_inspect_request
Function · 0.80
test_request_method_headers
Function · 0.80
test_response_url_status
Function · 0.80
do_POST
Method · 0.80
do_GET
Method · 0.80
test_on_request_method_headers
Function · 0.80
test_on_response_url_status
Function · 0.80
test_on_request_post_data
Function · 0.80
test_on_response_body
Function · 0.80
get_tutorial_tests
Function · 0.80
Calls
no outgoing calls
Tested by
14
test_set_storage_round_trip
Function · 0.64
test_route_inspect_request
Function · 0.64
test_request_method_headers
Function · 0.64
test_response_url_status
Function · 0.64
do_POST
Method · 0.64
do_GET
Method · 0.64
test_on_request_method_headers
Function · 0.64
test_on_response_url_status
Function · 0.64
test_on_request_post_data
Function · 0.64
test_on_response_body
Function · 0.64
poll
Function · 0.64
getClasspath
Method · 0.64