mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #29311: Regenerate Argument Clinic.
This commit is contained in:
parent
bbd256984d
commit
19d2597ed5
2 changed files with 3 additions and 3 deletions
|
@ -2769,7 +2769,7 @@ True if the dictionary has the specified key, else False.
|
|||
|
||||
static PyObject *
|
||||
dict___contains__(PyDictObject *self, PyObject *key)
|
||||
/*[clinic end generated code: output=a3d03db709ed6e6b input=f39613886bf975b7]*/
|
||||
/*[clinic end generated code: output=a3d03db709ed6e6b input=fe1cb42ad831e820]*/
|
||||
{
|
||||
register PyDictObject *mp = self;
|
||||
Py_hash_t hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue