mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Argument Clinic: rename "self" to "module" for module-level functions.
This commit is contained in:
parent
fd32fffa5a
commit
ed4a1c5703
10 changed files with 88 additions and 79 deletions
|
@ -2161,7 +2161,7 @@ dict_richcompare(PyObject *v, PyObject *w, int op)
|
|||
}
|
||||
|
||||
/*[clinic]
|
||||
module dict
|
||||
class dict
|
||||
|
||||
@coexist
|
||||
dict.__contains__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue