HomeSort by relevance Sort by last modified time
    Searched refs:assertNotIsInstance (Results 1 - 24 of 24) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 249 self.assertNotIsInstance(C(), abc)
253 self.assertNotIsInstance(C(), abc)
293 self.assertNotIsInstance(x, Hashable)
320 self.assertNotIsInstance(x, Iterable)
345 self.assertNotIsInstance(x, Iterator)
365 self.assertNotIsInstance(NextOnly(), Iterator)
370 self.assertNotIsInstance(NextOnlyNew(), Iterator)
378 self.assertNotIsInstance(x, Sized)
396 self.assertNotIsInstance(x, Container)
415 self.assertNotIsInstance(x, Callable
    [all...]
test_typechecks.py 82 self.assertNotIsInstance(3, X)
test_abc.py 92 self.assertNotIsInstance(b, A)
93 self.assertNotIsInstance(b, (A,))
test_bool.py 251 self.assertNotIsInstance(True & 1, bool)
255 self.assertNotIsInstance(True | 1, bool)
259 self.assertNotIsInstance(True ^ 1, bool)
test_ftplib.py 619 self.assertNotIsInstance(self.client.sock, ssl.SSLSocket)
626 self.assertNotIsInstance(sock, ssl.SSLSocket)
640 self.assertNotIsInstance(sock, ssl.SSLSocket)
646 self.assertNotIsInstance(self.client.sock, ssl.SSLSocket)
test_hash.py 120 self.assertNotIsInstance(obj, Hashable)
test_io.py     [all...]
test_decimal.py     [all...]
test_mailbox.py 37 self.assertNotIsInstance(part, mailbox.Message)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 249 self.assertNotIsInstance(C(), abc)
253 self.assertNotIsInstance(C(), abc)
293 self.assertNotIsInstance(x, Hashable)
320 self.assertNotIsInstance(x, Iterable)
345 self.assertNotIsInstance(x, Iterator)
365 self.assertNotIsInstance(NextOnly(), Iterator)
370 self.assertNotIsInstance(NextOnlyNew(), Iterator)
378 self.assertNotIsInstance(x, Sized)
396 self.assertNotIsInstance(x, Container)
415 self.assertNotIsInstance(x, Callable
    [all...]
test_typechecks.py 82 self.assertNotIsInstance(3, X)
test_abc.py 92 self.assertNotIsInstance(b, A)
93 self.assertNotIsInstance(b, (A,))
test_bool.py 251 self.assertNotIsInstance(True & 1, bool)
255 self.assertNotIsInstance(True | 1, bool)
259 self.assertNotIsInstance(True ^ 1, bool)
test_ftplib.py 619 self.assertNotIsInstance(self.client.sock, ssl.SSLSocket)
626 self.assertNotIsInstance(sock, ssl.SSLSocket)
640 self.assertNotIsInstance(sock, ssl.SSLSocket)
646 self.assertNotIsInstance(self.client.sock, ssl.SSLSocket)
test_hash.py 120 self.assertNotIsInstance(obj, Hashable)
test_io.py     [all...]
test_decimal.py     [all...]
test_mailbox.py 37 self.assertNotIsInstance(part, mailbox.Message)
    [all...]
  /external/lldb/test/unittest2/test/
test_case.py 580 self.assertNotIsInstance(thing, dict)
581 self.assertRaises(self.failureException, self.assertNotIsInstance,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 452 self.assertNotIsInstance(thing, dict)
453 self.assertRaises(self.failureException, self.assertNotIsInstance,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 452 self.assertNotIsInstance(thing, dict)
453 self.assertRaises(self.failureException, self.assertNotIsInstance,
    [all...]
  /external/lldb/test/unittest2/
case.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]

Completed in 809 milliseconds