MCPcopy Create free account
hub / github.com/EasyIME/PIME / _restore_configuration

Method _restore_configuration

python/python3/tornado/util.py:349–353  ·  view source on GitHub ↗
(cls, saved)

Source from the content-addressed store, hash-verified

347
348 @classmethod
349 def _restore_configuration(cls, saved):
350 # type: (Tuple[Optional[Type[Configurable]], Dict[str, Any]]) -> None
351 base = cls.configurable_base()
352 base.__impl_class = saved[0]
353 base.__impl_kwargs = saved[1]
354
355
356class ArgReplacer(object):

Callers 2

tearDownMethod · 0.80
tearDownMethod · 0.80

Calls 1

configurable_baseMethod · 0.45

Tested by 2

tearDownMethod · 0.64
tearDownMethod · 0.64