Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dclient.py28 TEError = p9conn.TEError variable
252 if exc_type == TEError:
374 except (TEError, RemoteError) as err:
H A Dp9conn.py98 class TEError(LocalError): class
677 raise TEError('{0}: {1}: timeout or EOF'.format(self, req))