MCPcopy
hub / github.com/tornadoweb/tornado / value

Method value

tornado/options.py:560–561  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

558 self._value = _Option.UNSET # type: Any
559
560 def value(self) -> Any:
561 return self.default if self._value is _Option.UNSET else self._value
562
563 def parse(self, value: str) -> Any:
564 _parse = {

Callers 5

parseMethod · 0.95
__getattr__Method · 0.45
itemsMethod · 0.45
group_dictMethod · 0.45
as_dictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected