Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvxpy/cvxpy
/ __bool__
Method
__bool__
cvxpy/cvxcore/python/cvxcore.py:266–267 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
264
return
_cvxcore.IntVector___nonzero__(self)
265
266
def
__bool__(self):
267
return
_cvxcore.IntVector___bool__(self)
268
269
def
__len__(self):
270
return
_cvxcore.IntVector___len__(self)
Callers
1
test_chained_constraints
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_chained_constraints
Method · 0.36