MCPcopy Create free account
hub / github.com/Boris-code/feapder / update

Method update

feapder/network/item.py:45–49  ·  view source on GitHub ↗

更新字段,与字典使用方法一致

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

43 self.__dict__[key] = value
44
45 def update(self, *args, **kwargs):
46 """
47 更新字段,与字典使用方法一致
48 """
49 self.__dict__.update(*args, **kwargs)
50
51 def update_strict(self, *args, **kwargs):
52 """

Callers 15

test_updateMethod · 0.45
get_md5Function · 0.45
get_sha1Function · 0.45
make_pointMethod · 0.45
firefox_driverMethod · 0.45
chrome_driverMethod · 0.45
edge_driverMethod · 0.45
phantomjs_driverMethod · 0.45
parse_curlFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
from_dictMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_updateMethod · 0.36