|  |  | need(restype, resid, filename=None, modname=None)Open a resource file, if needed. restype and residare required parameters, and identify the resource for which to test. If it
 is available we are done. If it is not available we look for a file filename
 (default: modname with .rsrc appended) either in the same folder as
 where modname was loaded from, or otherwise across sys.path.
 
 Returns the refno of the resource file opened (or None)
 open_error_resource()Open the resource file containing the error code to error messagemapping.
 open_pathname(pathname, verbose=0)Open a resource file given by pathname, possibly decoding anAppleSingle file
 resource_pathname(pathname, verbose=0)Return the pathname for a resource file (either DF or RF based).If the pathname given already refers to such a file simply return it,
 otherwise first decode it.
 |