HomeSort by relevance Sort by last modified time
    Searched refs:_code_to_module (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
__init__.py 15 _code_to_module = { variable
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
__init__.py 12 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
__init__.py 18 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
__init__.py 15 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
__init__.py 19 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
__init__.py 20 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 16 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
__init__.py 21 _code_to_module = { variable
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 595 if self.basepackage and code in self.basepackage._code_to_module:
598 basemodule = self.basepackage._code_to_module[code]
662 if self.basepackage and code in self.basepackage._code_to_module:
666 basemodule = self.basepackage._code_to_module[code]
667 elif self.basepackage and code.lower() in self.basepackage._code_to_module:
670 basemodule = self.basepackage._code_to_module[code.lower()]
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 22 _code_to_module = { variable

Completed in 73 milliseconds