OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_category_name
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py
293
self.
_category_name
= category.__name__ if category else None
297
"line : %r}" % (self.message, self.
_category_name
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py
293
self.
_category_name
= category.__name__ if category else None
297
"line : %r}" % (self.message, self.
_category_name
,
Completed in 905 milliseconds