MCPcopy Create free account
hub / github.com/pyload/pyload / has

Method has

module/lib/beaker/util.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self._tlocal.value = value
70
71 def has(self):
72 return hasattr(self._tlocal, 'value')
73
74 def get(self, default=None):
75 return getattr(self._tlocal, 'value', default)

Callers 5

stateMethod · 0.80
bootstrap.min.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected