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