mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Made to work under carbon.
This commit is contained in:
parent
fd78de3a74
commit
abf17032a4
3 changed files with 44 additions and 2 deletions
|
@ -35,6 +35,16 @@ class MyScanner(Scanner):
|
|||
listname = "methods"
|
||||
return classname, listname
|
||||
|
||||
def makegreylist(self):
|
||||
return [
|
||||
('#ifndef TARGET_API_MAC_CARBON', [
|
||||
'SystemEvent',
|
||||
'SystemTask',
|
||||
'SystemClick',
|
||||
'GetOSEvent',
|
||||
'OSEventAvail',
|
||||
])]
|
||||
|
||||
def makeblacklistnames(self):
|
||||
return [
|
||||
"KeyTranslate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue