OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anExc
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py
28
def __cmp__(self,
anExc
):
29
if not isinstance(
anExc
, Exception):
31
x = cmp(self.err.__class__,
anExc
.__class__)
34
return cmp(self.err.args,
anExc
.args)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py
28
def __cmp__(self,
anExc
):
29
if not isinstance(
anExc
, Exception):
31
x = cmp(self.err.__class__,
anExc
.__class__)
34
return cmp(self.err.args,
anExc
.args)
Completed in 253 milliseconds