Re: [Pyobjc-dev] Separating functionality into modules
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-11-17 01:06:11
|
OK -- I take it back -- the help(Foundation) produces a remarkably useful hunk o' output: NAME Foundation FILE /usr/lib/python2.2/site-packages/Foundation/__init__.py PACKAGE CONTENTS _Foundation __init__ CLASSES __builtin__.objc_object(__builtin__.object) NSFault NSInvocationBuilder NSObject %NSCFType NSCFType %NSNull NSNull %NSURL NSURL NSAbsoluteURL NSAEDescriptorTranslator NSAppleEventDescriptor NSAppleEventManager .... Note that it is leaking classes that the developer would normally never encounter (NSCF*) and is exposing posing situations (the classes prepended with %). Very cool... b.bum |