Home
last modified time | relevance | path

Searched defs:_sanitize (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrappers.py67 def _sanitize(self, name): member in FunctionScope
/external/python/cpython3/Lib/email/
Dutils.py64 def _sanitize(string): function