OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertNotIsInstance
(Results
1 - 25
of
44
) sorted by null
1
2
/prebuilts/gdb/darwin-x86/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)
/prebuilts/gdb/linux-x86/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)