OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_ZIPIMPORT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py
238
USE_ZIPIMPORT
= "zipimport" in sys.builtin_module_names
356
use_zipimport
=
USE_ZIPIMPORT
variable in class:AppBuilder
561
if self.
use_zipimport
:
568
if self.
use_zipimport
:
634
if self.
use_zipimport
:
668
if self.
use_zipimport
:
682
if not self.
use_zipimport
or name != "site":
684
# include a real .pyc file if self.
use_zipimport
is True.
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py
238
USE_ZIPIMPORT
= "zipimport" in sys.builtin_module_names
356
use_zipimport
=
USE_ZIPIMPORT
variable in class:AppBuilder
561
if self.
use_zipimport
:
568
if self.
use_zipimport
:
634
if self.
use_zipimport
:
668
if self.
use_zipimport
:
682
if not self.
use_zipimport
or name != "site":
684
# include a real .pyc file if self.
use_zipimport
is True.
[
all
...]
Completed in 68 milliseconds