Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ copy
Method
copy
pythonwhat/parsing.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
return
cpy
49
50
def
copy(self):
51
return
self.__class__(self._od)
52
53
def
__str__(self):
54
""
"Format target vars for printing"
""
Callers
6
update
Method · 0.95
__init__
Method · 0.80
_getx
Method · 0.80
sct_syntax.py
File · 0.80
test_list_comp
Function · 0.80
wrapper
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_list_comp
Function · 0.64