MCPcopy Create free account
hub / github.com/baidu/DDParser / update

Method update

ddparser/parser/config.py:186–191  ·  view source on GitHub ↗

Update parameters

(self, kwargs)

Source from the content-addressed store, hash-verified

184 self.__dict__.update(state)
185
186 def update(self, kwargs):
187 """Update parameters"""
188 for name, value in kwargs.items():
189 setattr(self.namespace, name, value)
190
191 return self
192
193
194class Environment(object):

Callers 8

build_confMethod · 0.95
__setstate__Method · 0.80
__setstate__Method · 0.80
__setstate__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__setstate__Method · 0.80
extendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected