Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_vs_real_test.py174 def _error_class(exc): function
188 if _error_class(real_err) != _error_class(fake_err):
191 method_call, real_value, _error_class(fake_err))
194 method_call, _error_class(real_err), fake_value)
196 method_call, _error_class(real_err), _error_class(fake_err))
201 method_name, path, _error_class(real_err),