OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:python_build
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
45
#
python_build
: (Boolean) if true, we're either building Python or
55
python_build
= _python_build()
variable
82
if
python_build
:
232
if
python_build
:
250
if
python_build
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
45
#
python_build
: (Boolean) if true, we're either building Python or
55
python_build
= _python_build()
variable
82
if
python_build
:
232
if
python_build
:
250
if
python_build
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py
79
# python_revision(),
python_build
(), and python_compiler().
116
self.assertEqual(platform.
python_build
(), info[4])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py
79
# python_revision(),
python_build
(), and python_compiler().
116
self.assertEqual(platform.
python_build
(), info[4])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py
1535
def
python_build
():
function
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py
1535
def
python_build
():
function
[
all
...]
Completed in 876 milliseconds