m

m() Instance Public methods

search_X_libraries

search_X_libraries() Instance Public methods

_racc_evalact

_racc_evalact(act, arg) Instance Public methods common

def_pre_proc

def_pre_proc(base_method, extend_method) Instance Public methods Extends the given base_method with a prefix call to the given extend_method.

idlok

idlok(bool) Instance Public methods If bool is true curses considers using the hardware insert/delete line feature of terminals so equipped. If bool is false, disables use of line insertion and deletion. This option should be enabled only if the application needs insert/delete line, for example, for a screen editor. It is disabled by default because insert/delete line tends to be visually annoying when used in applications where it is not really needed. If insert/delete line canno

specified

specified() Instance Public methods BOOL specified indicates whether node is a default value

__id__

obj.__id__ â integerobj.object_id â integer Instance Public methods Returns an integer identifier for obj. The same number will be returned on all calls to id for a given object, and no two active objects will share an id. Object#object_id is a different concept from the :name notation, which returns the symbol id of name. Replaces the deprecated Object#id.

y2axis_configure

y2axis_configure(slot, value=None) Instance Public methods

vscroll

vscroll(mode) Instance Public methods vertical scrollbar : ON/OFF

scoping

scoping() Instance Public methods We don't want this object to be put on the scoping stack, because that could create an infinite loop where we call an @association method, which gets the current scope, which is this object, which delegates to @association, and so on.