MCPcopy 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

updateMethod · 0.95
__init__Method · 0.80
_getxMethod · 0.80
sct_syntax.pyFile · 0.80
test_list_compFunction · 0.80
wrapperFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_list_compFunction · 0.64