OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__flags__
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py
62
if hasattr(base, '
__flags__
') and not base.
__flags__
& _HEAPTYPE:
inspect.py
245
return bool(isinstance(object, type) and object.
__flags__
& TPFLAGS_IS_ABSTRACT)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy_reg.py
62
if hasattr(base, '
__flags__
') and not base.
__flags__
& _HEAPTYPE:
inspect.py
245
return bool(isinstance(object, type) and object.
__flags__
& TPFLAGS_IS_ABSTRACT)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py
[
all
...]
Completed in 1427 milliseconds