mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Interface to Apple Help Viewer.
This commit is contained in:
1
Mac/Lib/Carbon/AH.py
Normal file
1
Mac/Lib/Carbon/AH.py
Normal file
@@ -0,0 +1 @@
|
||||
from _AH import *
|
||||
6
Mac/Lib/Carbon/AppleHelp.py
Normal file
6
Mac/Lib/Carbon/AppleHelp.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Generated from 'AppleHelp.h'
|
||||
|
||||
kAHInternalErr = -10790
|
||||
kAHInternetConfigPrefErr = -10791
|
||||
kAHTOCTypeUser = 0
|
||||
kAHTOCTypeDeveloper = 1
|
||||
Reference in New Issue
Block a user