Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_vals
Function · 0.80
copy_env
Function · 0.80
taskRunEval
Function · 0.80
prep_context
Function · 0.80
part_to_child
Function · 0.80
check_part_index
Function · 0.80
check_wrappers.py
File · 0.80
set_context
Function · 0.80
set_env
Function · 0.80
test_check_class_def.py
File · 0.80
test_check_list_comp.py
File · 0.80
test_check_function_def.py
File · 0.80
Calls
1
copy
Method · 0.95
Tested by
1
prep_context
Function · 0.64