diff options
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py index e6ca5e3..58d265c 100644 --- a/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py +++ b/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py @@ -129,7 +129,7 @@ class AppleScript_Suite_Events: return _arguments['----'] def tell(self, _no_object=None, _attributes={}, **_arguments): - """tell: Record or log a Œtell¹ statement + """tell: Record or log a •tellÕ statement Keyword argument _attributes: AppleEvent attribute dictionary """ _code = 'ascr' @@ -148,7 +148,7 @@ class AppleScript_Suite_Events: return _arguments['----'] def end_tell(self, _no_object=None, _attributes={}, **_arguments): - """end tell: Record or log an Œend tell¹ statement + """end tell: Record or log an •end tellÕ statement Keyword argument _attributes: AppleEvent attribute dictionary """ _code = 'ascr' @@ -229,7 +229,7 @@ class AppleScript_Suite_Events: } def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments): - """Call€subroutine: A subroutine call + """Call‚subroutine: A subroutine call Required argument: anything Keyword argument at: a preposition Keyword argument _from: a preposition @@ -299,7 +299,7 @@ class AppleScript_Suite_Events: return _arguments['----'] def _ad_(self, _object, _attributes={}, **_arguments): - """‚: Inequality + """: Inequality Required argument: an AE object reference Keyword argument _attributes: AppleEvent attribute dictionary Returns: anything @@ -488,7 +488,7 @@ class AppleScript_Suite_Events: return _arguments['----'] def _b3_(self, _object, _attributes={}, **_arguments): - """„: Greater than or equal to + """³: Greater than or equal to Required argument: an AE object reference Keyword argument _attributes: AppleEvent attribute dictionary Returns: anything @@ -530,7 +530,7 @@ class AppleScript_Suite_Events: return _arguments['----'] def _b2_(self, _object, _attributes={}, **_arguments): - """¾: Less than or equal to + """²: Less than or equal to Required argument: an AE object reference Keyword argument _attributes: AppleEvent attribute dictionary Returns: anything @@ -820,7 +820,7 @@ class name(aetools.NProperty): which = 'pnam' want = 'TEXT' class parent(aetools.NProperty): - """parent - its parent, i.e. the script that will handle events that this script doesn¹t """ + """parent - its parent, i.e. the script that will handle events that this script doesnÕt """ which = 'pare' want = 'scpt' |