Searched defs:_idmap (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | stringold.py | 35 _idmap = '' variable |
D | Cookie.py | 310 _idmap = ''.join(chr(x) for x in xrange(256)) variable |
D | string.py | 39 _idmap = str('').join(l) variable |