MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / __bool__

Method __bool__

projects/Python/proto/fbe.py:1210–1211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1208
1209 # Checks if the object contains a value
1210 def __bool__(self):
1211 return self.has_value()
1212
1213 # Checks if the object contains a value
1214 @property

Callers

nothing calls this directly

Calls 1

has_valueMethod · 0.95

Tested by

no test coverage detected