OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pkg_init
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py
54
pkg_init
= os.path.join(path, '__init__.py')
55
if os.path.exists(
pkg_init
):
56
yield
pkg_init
, modpath + fn
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py
54
pkg_init
= os.path.join(path, '__init__.py')
55
if os.path.exists(
pkg_init
):
56
yield
pkg_init
, modpath + fn
Completed in 1604 milliseconds