mirror of
https://github.com/python/cpython.git
synced 2026-06-04 16:50:51 +00:00
parent
833dae7c1f
commit
4956d2be9d
1 changed files with 2 additions and 2 deletions
|
|
@ -1262,10 +1262,10 @@ Test cases
|
|||
| :meth:`assertNotEndsWith(a, b) | ``not a.endswith(b)`` | 3.14 |
|
||||
| <TestCase.assertNotEndsWith>` | | |
|
||||
+---------------------------------------+--------------------------------+--------------+
|
||||
| :meth:`assertHasAttr(a, b) | ``hastattr(a, b)`` | 3.14 |
|
||||
| :meth:`assertHasAttr(a, b) | ``hasattr(a, b)`` | 3.14 |
|
||||
| <TestCase.assertHasAttr>` | | |
|
||||
+---------------------------------------+--------------------------------+--------------+
|
||||
| :meth:`assertNotHasAttr(a, b) | ``not hastattr(a, b)`` | 3.14 |
|
||||
| :meth:`assertNotHasAttr(a, b) | ``not hasattr(a, b)`` | 3.14 |
|
||||
| <TestCase.assertNotHasAttr>` | | |
|
||||
+---------------------------------------+--------------------------------+--------------+
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue