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

Method configurable_base

python/python3/tornado/util.py:280–289  ·  view source on GitHub ↗

Returns the base class of a configurable hierarchy. This will normally return the class in which it is defined. (which is *not* necessarily the same as the ``cls`` classmethod parameter).

(cls)

Source from the content-addressed store, hash-verified

278
279 @classmethod
280 def configurable_base(cls):
281 # type: () -> Type[Configurable]
282 """Returns the base class of a configurable hierarchy.
283
284 This will normally return the class in which it is defined.
285 (which is *not* necessarily the same as the ``cls`` classmethod
286 parameter).
287
288 """
289 raise NotImplementedError()
290
291 @classmethod
292 def configurable_default(cls):

Callers 5

__new__Method · 0.45
configureMethod · 0.45
configured_classMethod · 0.45
_save_configurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected