HomeSort by relevance Sort by last modified time
    Searched defs:Python (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 5 import _pyio as pyio # Python implementation.
8 # expected results. For best testing, run this under a debug-build Python too
test_largefile.py 13 import _pyio as pyio # Python implementation of io
test_io.py 16 # When writing tests for io, it's important to test both the C and Python
43 import _pyio as pyio # Python implementation of io
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 5 import _pyio as pyio # Python implementation.
8 # expected results. For best testing, run this under a debug-build Python too
test_largefile.py 13 import _pyio as pyio # Python implementation of io
test_io.py 16 # When writing tests for io, it's important to test both the C and Python
43 import _pyio as pyio # Python implementation of io
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 57 (compress will be deprecated in Python 3.2)
84 import tarfile # late import so Python build itself doesn't break
125 "zipfile" Python module (if available) or the InfoZIP "zip" utility
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 57 (compress will be deprecated in Python 3.2)
84 import tarfile # late import so Python build itself doesn't break
125 "zipfile" Python module (if available) or the InfoZIP "zip" utility
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 372 import tarfile # late import so Python build itself doesn't break
420 "zipfile" Python module (if available) or the InfoZIP "zip" utility
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 372 import tarfile # late import so Python build itself doesn't break
420 "zipfile" Python module (if available) or the InfoZIP "zip" utility
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1 #! /usr/bin/env python
24 "Your Python may not be configured for Tk. **"
41 HOST = '127.0.0.1' # python execution server on localhost loopback
114 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
429 # Accept the connection from the Python execution server
805 "communicate with its Python execution server. This might be "
823 "The Python Shell window is already executing a command; "
830 shell_title = "Python " + python_version() + " Shell"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1 #! /usr/bin/env python
24 "Your Python may not be configured for Tk. **"
41 HOST = '127.0.0.1' # python execution server on localhost loopback
114 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
429 # Accept the connection from the Python execution server
805 "communicate with its Python execution server. This might be "
823 "The Python Shell window is already executing a command; "
830 shell_title = "Python " + python_version() + " Shell"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
16 # The Tix widgets are represented by a class hierarchy in python with proper
36 import _tkinter # If this fails your Python may not be configured for Tk
420 # In python, we have to create these subwidgets manually to mirror their
426 by Tix/Tk as part of a mega-widget in Python (which is not informed
    [all...]
Tkinter.py 39 import _tkinter # If this fails your Python may not be configured for Tk
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
16 # The Tix widgets are represented by a class hierarchy in python with proper
36 import _tkinter # If this fails your Python may not be configured for Tk
420 # In python, we have to create these subwidgets manually to mirror their
426 by Tix/Tk as part of a mega-widget in Python (which is not informed
    [all...]
Tkinter.py 39 import _tkinter # If this fails your Python may not be configured for Tk
    [all...]

Completed in 784 milliseconds