mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
move specialized dir implementations into __dir__ methods (closes #12166)
This commit is contained in:
parent
9bcfacd4fc
commit
82b00c1d30
5 changed files with 178 additions and 178 deletions
|
@ -170,6 +170,7 @@ You can get the information from the list type:
|
|||
'__contains__',
|
||||
'__delattr__',
|
||||
'__delitem__',
|
||||
'__dir__',
|
||||
'__doc__',
|
||||
'__eq__',
|
||||
'__format__',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue