Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ test_home_only_basic
Function
test_home_only_basic
tests/test_cpp_conduit.py:86–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
86
def
test_home_only_basic():
87
t_h = home_planet.Traveler(
"home"
)
88
assert t_h.luggage ==
"home"
89
assert home_planet.get_luggage(t_h) ==
"home"
90
91
92
def
test_home_only_premium():
Callers
nothing calls this directly
Calls
1
Traveler
Method · 0.80
Tested by
no test coverage detected