module documentation

Undocumented

Class MainRunner A function which has been decorated with a runMain attribute.
Class QuickApplication QuickMacApp's main application class.
Function asSelectorString Convert a method on a PyObjC class into a selector string.
Function fmtObjCException Format an Objective C exception which does not contain a wrapped Python exception.
Function fmtPythonException Format an NSException containing a wrapped PyObjC python exception.
Constant ACTION_METHOD Undocumented
Type Alias ItemSeq Undocumented
Function _adjust Undocumented
def asSelectorString(f: FunctionType) -> str: (source)

Convert a method on a PyObjC class into a selector string.

def fmtObjCException(exception: NSException) -> str: (source)

Format an Objective C exception which does not contain a wrapped Python exception.

Returns
strour best effort to format the stack trace for the given exception.
def fmtPythonException(exception: NSException) -> str: (source)

Format an NSException containing a wrapped PyObjC python exception.

ACTION_METHOD = (source)

Undocumented

Value
asSelectorString(Actionable.doIt_)

Undocumented

Value
Sequence[tuple[str, Callable[[], object]] | tuple[str, Callable[[], object], ItemState
]]