mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added/moved dict2 interfaces.
This commit is contained in:
parent
b316515289
commit
4b3c1da660
1 changed files with 3 additions and 1 deletions
|
@ -43,5 +43,7 @@ extern int getdictsize PROTO((object *dp));
|
|||
extern char *getdictkey PROTO((object *dp, int i));
|
||||
extern object *getdictkeys PROTO((object *dp));
|
||||
|
||||
extern object *dict2key PROTO((object *dp, int i));
|
||||
extern object *getdict2key PROTO((object *dp, int i));
|
||||
extern object *dict2lookup PROTO((object *dp, object *key));
|
||||
extern int dict2insert PROTO((object *dp, object *key, object *item));
|
||||
extern int dict2remove PROTO((object *dp, object *key));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue