module documentation

pygments.lexers._cocoa_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file defines a set of types used across Cocoa frameworks from Apple. There is a list of @interfaces, @protocols and some other (structs, unions) File may be also used as standalone generator for above. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant COCOA_INTERFACES Undocumented
Constant COCOA_PRIMITIVES Undocumented
Constant COCOA_PROTOCOLS Undocumented
COCOA_INTERFACES: set[str] = (source)

Undocumented

Value
set(['AAAttribution',
     'ABNewPersonViewController',
     'ABPeoplePickerNavigationController',
     'ABPersonViewController',
     'ABUnknownPersonViewController',
     'ACAccount',
     'ACAccountCredential',
...
COCOA_PRIMITIVES: set[str] = (source)

Undocumented

Value
set(['ACErrorCode',
     'ALCcontext_struct',
     'ALCdevice_struct',
     'ALMXGlyphEntry',
     'ALMXHeader',
     'API_UNAVAILABLE',
     'AUChannelInfo',
...
COCOA_PROTOCOLS: set[str] = (source)

Undocumented

Value
set(['ABNewPersonViewControllerDelegate',
     'ABPeoplePickerNavigationControllerDelegate',
     'ABPersonViewControllerDelegate',
     'ABUnknownPersonViewControllerDelegate',
     'ADActionViewControllerChildInterface',
     'ADActionViewControllerInterface',
     'ADBannerViewDelegate',
...