MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / update

Method update

pythonwhat/parsing.py:45–48  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

43 return self._od.__iter__()
44
45 def update(self, *args, **kwargs):
46 cpy = self.copy()
47 cpy._od.update(*args, **kwargs)
48 return cpy
49
50 def copy(self):
51 return self.__class__(self._od)

Callers 14

set_context_valsFunction · 0.80
copy_envFunction · 0.80
taskRunEvalFunction · 0.80
prep_contextFunction · 0.80
part_to_childFunction · 0.80
check_part_indexFunction · 0.80
check_wrappers.pyFile · 0.80
set_contextFunction · 0.80
set_envFunction · 0.80

Calls 1

copyMethod · 0.95

Tested by 1

prep_contextFunction · 0.64