HomeSort by relevance Sort by last modified time
    Searched refs:_arguments (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
40 def count(self, _object, _attributes={}, **_arguments)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
40 def count(self, _object, _attributes={}, **_arguments)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
40 def count(self, _object, _attributes={}, **_arguments)
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
39 aetools.keysubst(_arguments, self._argmap_OpenURL)
40 _arguments['----'] = _object
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
45 if _arguments.get('errn', 0):
46 raise aetools.Error, aetools.decodeerror(_arguments)
48 if _arguments.has_key('----'):
49 return _arguments['----']
57 def ShowFile(self, _object, _attributes={}, **_arguments)
    [all...]
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
Mozilla_suite.py 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
23 if _arguments: raise TypeError, 'No optional args expected'
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
32 if _arguments.has_key('----'):
33 return _arguments['----']
35 def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments):
43 if _arguments: raise TypeError, 'No optional args expected
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
39 aetools.keysubst(_arguments, self._argmap_OpenURL)
40 _arguments['----'] = _object
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
45 if _arguments.get('errn', 0):
46 raise aetools.Error, aetools.decodeerror(_arguments)
48 if _arguments.has_key('----'):
49 return _arguments['----']
57 def ShowFile(self, _object, _attributes={}, **_arguments)
    [all...]
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
Mozilla_suite.py 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
23 if _arguments: raise TypeError, 'No optional args expected'
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
29 if _arguments.get('errn', 0):
30 raise aetools.Error, aetools.decodeerror(_arguments)
32 if _arguments.has_key('----'):
33 return _arguments['----']
35 def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments):
43 if _arguments: raise TypeError, 'No optional args expected
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
39 aetools.keysubst(_arguments, self._argmap_OpenURL)
40 _arguments['----'] = _object
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
45 if _arguments.get('errn', 0):
46 raise aetools.Error, aetools.decodeerror(_arguments)
48 if _arguments.has_key('----'):
49 return _arguments['----']
57 def ShowFile(self, _object, _attributes={}, **_arguments)
    [all...]
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments)
    [all...]
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments)
    [all...]
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments)
    [all...]
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
24 if _arguments: raise TypeError, 'No optional args expected'
25 _arguments['----'] = _object
28 _reply, _arguments, _attributes = self.send(_code, _subcode,
29 _arguments, _attributes)
30 if _arguments.get('errn', 0):
31 raise aetools.Error, aetools.decodeerror(_arguments)
33 if _arguments.has_key('----'):
34 return _arguments['----']
36 def print_(self, _object, _attributes={}, **_arguments)
    [all...]
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Utility_Events.py 19 def select_disk_image(self, _no_object=None, _attributes={}, **_arguments):
28 aetools.keysubst(_arguments, self._argmap_select_disk_image)
31 aetools.enumsubst(_arguments, 'SELp', _Enum_TEXT)
33 _reply, _arguments, _attributes = self.send(_code, _subcode,
34 _arguments, _attributes)
35 if _arguments.has_key('errn'):
36 raise aetools.Error, aetools.decodeerror(_arguments)
38 if _arguments.has_key('----'):
39 return _arguments['----']
45 def select_DiskScript(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
Special_Events.py 22 def mount(self, _object, _attributes={}, **_arguments):
35 aetools.keysubst(_arguments, self._argmap_mount)
36 _arguments['----'] = _object
38 aetools.enumsubst(_arguments, 'Acss', _Enum_Acss)
39 aetools.enumsubst(_arguments, 'VChk', _Enum_bool)
40 aetools.enumsubst(_arguments, 'VSig', _Enum_bool)
41 aetools.enumsubst(_arguments, 'Cach', _Enum_bool)
43 _reply, _arguments, _attributes = self.send(_code, _subcode,
44 _arguments, _attributes)
45 if _arguments.has_key('errn')
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
20 if _arguments: raise TypeError, 'No optional args expected'
21 _arguments['----'] = _object
24 _reply, _arguments, _attributes = self.send(_code, _subcode,
25 _arguments, _attributes)
26 if _arguments.get('errn', 0):
27 raise aetools.Error, aetools.decodeerror(_arguments)
29 if _arguments.has_key('----'):
30 return _arguments['----']
32 def run(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
20 if _arguments: raise TypeError, 'No optional args expected'
21 _arguments['----'] = _object
24 _reply, _arguments, _attributes = self.send(_code, _subcode,
25 _arguments, _attributes)
26 if _arguments.get('errn', 0):
27 raise aetools.Error, aetools.decodeerror(_arguments)
29 if _arguments.has_key('----'):
30 return _arguments['----']
32 def run(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
20 if _arguments: raise TypeError, 'No optional args expected'
21 _arguments['----'] = _object
24 _reply, _arguments, _attributes = self.send(_code, _subcode,
25 _arguments, _attributes)
26 if _arguments.get('errn', 0):
27 raise aetools.Error, aetools.decodeerror(_arguments)
29 if _arguments.has_key('----'):
30 return _arguments['----']
32 def run(self, _no_object=None, _attributes={}, **_arguments)
    [all...]

Completed in 435 milliseconds

1 2 3 4 5