Home
last modified time | relevance | path

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

/external/libxml2/doc/examples/
Dindex.py20 api_dict = None variable
24 global api_dict
27 if api_dict != None:
29 api_dict = {}
38 global api_dict
46 if api_dict.has_key(name):
47 return api_dict[name]
61 api_dict[name] = ret