Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ pickup
Method
pickup
28_rusty_python/python/pattern_matching.py:9–10 ·
view source on GitHub ↗
(self, what)
Source
from the content-addressed store, hash-verified
7
print(
"dropping"
, what,
"into"
, where)
8
9
def
pickup(self, what):
10
print(
"pickup"
, what)
11
12
character = Character()
13
current_room =
"bedroom"
Callers
1
pattern_matching.py
File · 0.80
Calls
1
print
Function · 0.50
Tested by
no test coverage detected