Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_heapqmodule.c597 PyDoc_STRVAR(__about__,
699 PyModule_AddObject(m, "__about__", PyString_FromString(__about__)); in init_heapq()
/external/python/cpython2/Lib/
Dheapq.py35 __about__ = """Heap queues variable