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

Method value

python/python3/tornado/options.py:562–563  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 7

parseMethod · 0.95
__getattr__Method · 0.45
itemsMethod · 0.45
group_dictMethod · 0.45
as_dictMethod · 0.45
jquery-ui.min.jsFile · 0.45
jquery-ui.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected