Home
last modified time | relevance | path

Searched refs:init_json (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/PC/
Dconfig.c56 extern void init_json(void);
135 {"_json", init_json},
/external/python/cpython2/Modules/
D_json.c89 void init_json(void);
2445 init_json(void) in init_json() function