Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dstringold.py381 _idmapL = None variable
392 global _idmapL
393 if not _idmapL:
394 _idmapL = list(_idmap)
395 L = _idmapL[:]
Dstring.py60 _idmapL = None variable
71 global _idmapL
72 if not _idmapL:
73 _idmapL = list(_idmap)
74 L = _idmapL[:]