Regenerated with OSA class inheritance and fix for non-ascii chars.

This commit is contained in:
Jack Jansen 2002-08-07 15:53:42 +00:00
parent 7ff034b65b
commit 295105f3aa
42 changed files with 2217 additions and 818 deletions

View file

@ -1,10 +1,9 @@
"""Suite Standard URL suite: Mac URL standard, supported by many apps
Level 1, version 1
Generated from Moes:Applications (Mac OS 9):Netscape CommunicatorŽ Folder:Netscape CommunicatorŽ
Generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2
AETE/AEUT resource version 1/0, language 0, script 0
"""
@ -18,16 +17,15 @@ class Standard_URL_suite_Events:
_argmap_GetURL = {
'to' : 'dest',
'inside' : 'HWIN',
'_from' : 'refe',
'from_' : 'refe',
}
def GetURL(self, _object, _attributes={}, **_arguments):
"""GetURL: Loads the URL (optionally to disk)
Required argument: The url
Keyword argument to: file the URL should be loaded into
Keyword argument inside: Window the URL should be loaded to
Keyword argument _from: Referrer, to be sent with the HTTP request
Keyword argument from_: Referrer, to be sent with the HTTP request
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'GURL'