Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py13 class AlreadyExistsError(Exception): pass class
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py297 class AlreadyExistsError(OpError): class