[ 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.bases._Type0:
The base Type.
- pycocoa.fonts.Font:
Python
Font
Type, wrapping ObjC NSFont
.
- pycocoa.dicts.FrozenDict:
Python immutable
dict
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:
Python menu
Separator
Type, wrapping ObjC
NSMenuItem.separatorItem
.
- pycocoa.bases._Type2:
Basic Type with app, delegate, tag and title.
- pycocoa.apps.App:
Python
App
Type, wrapping an ObjC
NSApplication
.
- pycocoa.menus.Item:
Python menu
Item
Type, wrapping ObjC
NSMenuItem
.
- pycocoa.menus.Menu:
Menu Python Type, wrapping ObjC
NSMenu
.
- pycocoa.menus.MenuBar:
Python
MenuBar
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:
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