HomeSort by relevance Sort by last modified time
    Searched full:__nonzero__ (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_iter.py 338 def __nonzero__(self): member in class:TestCase.test_builtin_filter.Boolean
test_descr.py 243 self.assertEqual((1).__nonzero__(), 1)
244 self.assertEqual((0).__nonzero__(), 0)
1845 def __nonzero__(self): member in class:.test_specials.Proxy
1885 def __nonzero__(self): member in class:.test_specials.DProxy
    [all...]
test_builtin.py 57 def __nonzero__(self): member in class:TestFailingBool
    [all...]
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 601 def __nonzero__(self): member in class:FieldStorage
    [all...]
xmlrpclib.py 326 def __nonzero__(self): member in class:.Boolean
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_iter.py 338 def __nonzero__(self): member in class:TestCase.test_builtin_filter.Boolean
test_descr.py 243 self.assertEqual((1).__nonzero__(), 1)
244 self.assertEqual((0).__nonzero__(), 0)
1845 def __nonzero__(self): member in class:.test_specials.Proxy
1885 def __nonzero__(self): member in class:.test_specials.DProxy
    [all...]
test_builtin.py 57 def __nonzero__(self): member in class:TestFailingBool
    [all...]
test_decimal.py     [all...]
  /external/chromium_org/third_party/protobuf/python/
mox.py 309 def __nonzero__(self): member in class:MockAnything
    [all...]
  /external/protobuf/python/
mox.py 309 def __nonzero__(self): member in class:MockAnything
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: ``False``, ``None``, numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other values are interpreted\nas true. (See the ``__nonzero__()`` special method for a way to\nchange this.)\n\nThe operator ``not`` yields ``True`` if its argu (…)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: ``False``, ``None``, numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other values are interpreted\nas true. (See the ``__nonzero__()`` special method for a way to\nchange this.)\n\nThe operator ``not`` yields ``True`` if its argu (…)
    [all...]
  /external/chromium_org/chrome/test/functional/
perf_endure.py 93 def __nonzero__(self): member in class:DeepMemoryProfiler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 42 def __nonzero__(self): member in class:Node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 250 def __nonzero__(self): member in class:Element
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 326 def __nonzero__(self): member in class:.Boolean
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 42 def __nonzero__(self): member in class:Node
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 250 def __nonzero__(self): member in class:Element
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 614 def __nonzero__(self): member in class:Tag
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/
libpython2.7.a     [all...]

Completed in 1374 milliseconds

12 3