Home
last modified time | relevance | path

Searched defs:maketrans (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py54 maketrans = string.maketrans variable
56 maketrans = str.maketrans variable
/external/python/cpython2/Lib/
Dstringold.py382 def maketrans(fromstr, tostr): function
Dstring.py61 def maketrans(fromstr, tostr): function
/external/python/cpython3/Lib/collections/
D__init__.py1245 maketrans = str.maketrans variable in UserString