icursor=

icursor=(index) Instance Public methods Alias for: cursor=

scope

scope() Instance Public methods returns scope.

point_conversion_form=

group.point_conversion_form = form => form Instance Public methods See the OpenSSL documentation for EC_GROUP_set_point_conversion_form()

number_to_human

number_to_human(number, options = {}) Instance Public methods Pretty prints (formats and approximates) a number in a way it is more readable by humans (eg.: 1200000000 becomes â1.2 Billionâ). This is useful for numbers that can get very large (and too hard to read). See number_to_human_size if you want to print a file size. You can also define your own unit-quantifier names if you want to use other decimal units (eg.: 1500 becomes â1.5 kilometersâ, 0.150 becomes â150 millilitersâ,

package_name

package_name() Class Public methods

raw

raw() Class Public methods Put the terminal into raw mode. Raw mode is similar to ::cbreak mode, in that characters typed are immediately passed through to the user program. The differences are that in raw mode, the interrupt, quit, suspend, and flow control characters are all passed through uninterpreted, instead of generating a signal. The behavior of the BREAK key depends on other bits in the tty driver that are not set by curses.

synchronize

mutex.synchronize { ... } â result of the block Instance Public methods Obtains a lock, runs the block, and releases the lock when the block completes. See the example under Mutex.

to_backslash

to_backslash() Instance Public methods Alias for: to_backslash_sequence

succ

succ() Instance Public methods Also aliased as: next

draw

draw(focus_win=None) Instance Public methods