OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bool__
(Results
26 - 50
of
57
) sorted by null
1
2
3
/external/tensorflow/tensorflow/contrib/graph_editor/
subgraph.py
518
def
__bool__
(self):
member in class:SubGraphView
522
# Python 3 wants
__bool__
, Python 2.7 wants __nonzero__
523
__nonzero__ =
__bool__
/external/fonttools/Lib/fontTools/feaLib/
ast.py
1157
def
__bool__
(self):
member in class:ValueRecord
[
all
...]
/external/libchrome/third_party/jinja2/
runtime.py
671
__bool__
= __nonzero__
variable in class:Undefined
750
def
__bool__
(self):
function in function:make_logging_undefined.LoggingUndefined.__iter__
751
rv = base.
__bool__
(self)
807
__ne__ =
__bool__
= __hash__ = \
lexer.py
315
def
__bool__
(self):
member in class:TokenStream
317
__nonzero__ =
__bool__
# py2
/external/tensorflow/tensorflow/python/framework/
tensor_shape.py
797
def
__bool__
(self):
member in class:TensorShape
801
# Python 3 wants
__bool__
, Python 2.7 wants __nonzero__
802
__nonzero__ =
__bool__
[
all
...]
/external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py
704
return self.
__bool__
()
706
def
__bool__
(self):
member in class:ResourceVariable
[
all
...]
/development/vndk/tools/sourcedr/blueprint/
blueprint.py
414
def
__bool__
(self):
member in class:Bool
418
__nonzero__ =
__bool__
452
def
__bool__
(self):
member in class:Integer
456
__nonzero__ =
__bool__
/development/vndk/tools/sourcedr/ninja/
ninja.py
102
def
__bool__
(self):
member in class:EvalString
109
return self.
__bool__
()
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
1554
def
__bool__
(self):
member in class:GlyphCoordinates
[
all
...]
/external/python/cpython3/Lib/test/
test_getargs2.py
435
def
__bool__
(self):
member in class:Paradox
[
all
...]
test_iter.py
419
def
__bool__
(self):
member in class:TestCase.test_builtin_filter.Boolean
test_operator.py
282
def
__bool__
(self):
member in class:OperatorTestCase.test_truth.C
test_with.py
526
def
__bool__
(self):
member in class:ExceptionalTestCase.testErrorsInBool.cm.__init__.Bool
test_builtin.py
115
def
__bool__
(self):
member in class:TestFailingBool
[
all
...]
/external/python/cpython3/Lib/test/test_importlib/
test_util.py
209
def
__bool__
(self): return False
member in class:ModuleForLoaderTests.test_false_module.FalseModule
615
def
__bool__
(self): raise RuntimeError
member in class:PEP3147Tests.test_cache_from_source_override.Bearish
/external/python/cpython3/Lib/xml/etree/
ElementTree.py
208
def
__bool__
(self):
member in class:Element
[
all
...]
/external/python/httplib2/python3/httplib2/
__init__.py
598
def
__bool__
(self):
member in class:Authentication
[
all
...]
/external/python/cpython3/Lib/collections/
__init__.py
931
def
__bool__
(self):
member in class:ChainMap
[
all
...]
/external/python/cpython3/Lib/
datetime.py
756
def
__bool__
(self):
member in class:timedelta
[
all
...]
_pydecimal.py
806
def
__bool__
(self):
member in class:Decimal
[
all
...]
/external/python/pyasn1/pyasn1/type/
univ.py
1479
def
__bool__
(self):
function in function:Real.__ge__
2768
def
__bool__
(self):
function in function:Choice.__ge__
[
all
...]
/external/scapy/scapy/
fields.py
1167
__bool__
= __nonzero__
variable in class:FlagValue
[
all
...]
packet.py
366
__bool__
= __nonzero__
variable in class:Packet
1267
__bool__
= __nonzero__
variable in class:NoPayload
[
all
...]
/external/python/cpython3/Lib/xml/dom/
minidom.py
43
def
__bool__
(self):
member in class:Node
[
all
...]
/external/python/setuptools/pkg_resources/
__init__.py
1991
def
__bool__
(self):
member in class:NoDists
[
all
...]
Completed in 1814 milliseconds
1
2
3