[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- exceptions.StandardError:
Base class for all standard Python exceptions that do not represent
interpreter exiting.
- exceptions.ValueError:
Inappropriate argument value (of correct type).
- pycocoa.runtime.ObjCBase:
Base class for ObjC...
- _CData:
XXX to be provided
- _ctypes.Structure:
Structure base class
- _ctypes._SimpleCData:
XXX to be provided
- pycocoa.utils._Constants:
Only constant, readable attributes.
- pycocoa.bases._Type0:
The base Type.
- pycocoa.dicts.FrozenDict:
Python
dit Type, wrapping an (immutable) ObjC
NSDictionary.
- pycocoa.sets.FrozenSet:
Python
frozenset Type, wrapping an immutable ObjC
NSSet.
- pycocoa.geometry.Point:
Python Type, wrapping an ObjC
NSPoint_t.
- pycocoa.geometry.Rect:
Python Type, wrapping an ObjC
NSRect_t.
- pycocoa.sets.Set:
Python c{Set} Type, wrapping an ObjC
NSMutableSet.
- pycocoa.geometry.Size:
Python Type, wrapping an ObjC
NSSize_t.
- pycocoa.strs.Str:
Python
str Type, wrapping (immutable) ObjC
NSStr[ing].
- pycocoa.tuples.Tuple:
Python
tuple Type, wrapping an immutable ObjC
NSArray.
- pycocoa.bases._Type1:
Basic Type with app and delegate.
- pycocoa.menus.Separator:
Menu separator Python Type, wrapping ObjC
NSMenuItem.separatorItem.
- pycocoa.bases._Type2:
Basic Type with app, delegate, tag and title.
- pycocoa.apps.App:
Application Python Type, wrapping an ObjC
NSApplication.
- pycocoa.menus.Item:
Menu item Python Type, wrapping ObjC
NSMenuItem.
- pycocoa.menus.Menu:
Menu Python Type, wrapping ObjC
NSMenu.
- pycocoa.menus.MenuBar:
Menu bar Python Type, wrapping ObjC
NSMenu.
- pycocoa.panels.OpenPanel:
Python Type to select a file, wrapping ObjC
NSOpenPanel.
- pycocoa.panels.SavePanel:
Python Type to save a file, wrapping ObjC
NSSavePanel.
- pycocoa.tables.Table:
Python Type table of rows and columns, wrapping an ObjC
NSTableView.
- pycocoa.apps.Tile:
The dock tile for an App, wrapping an ObjC
NSDockTile.
- pycocoa.windows.Window:
Basic, base window Python Type, wrapping ObjC
NSWindow.
- basestring:
Type basestring cannot be instantiated; it is the base for str and
unicode.
- str:
str(object='') -> string
- frozenset:
frozenset() -> empty frozenset object frozenset(iterable) ->
frozenset object
- set:
set() -> new empty set object set(iterable) -> new set object