Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __bool__
Method
__bool__
tools/npy_tempita/__init__.py:627–628 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
625
return
iter(())
626
627
def
__bool__(self):
628
return
False
629
630
Empty = _Empty()
631
del _Empty
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected