Home
last modified time | relevance | path

Searched refs:is_scriptable (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py112 if not is_scriptable(filename):
126 def is_scriptable(application): function
150 if not is_scriptable(fullname) and verbose:
190 if not is_scriptable(fullname) and verbose:
/external/python/cpython2/Doc/library/
Dgensuitemodule.rst24 .. function:: is_scriptable(application)