• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_sources/metadata/
1PyObjC metadata system
2======================
3
4The Objective-C runtime does not expose 
5enough information to provide completely 
6automatic bindings of all APIs.  Because of 
7this PyObjC needs a way to load additional
8information about APIs.
9
10The additianal information is loaded through
11a metadata system, the documents below describe
12the methods by which the metadata can be loaded.
13  
14.. toctree::
15   :maxdepth: 1
16
17   bridgesupport
18   compiled
19   manual
20