List of functions

Initiation

initialize_quibbler

Initialize Quibbler to allow functions to work on quibs

Creating quibs

iquib

Returns an input-quib that represents a given object

obj2quib

Create a quib from an object containing quibs.

quiby

Convert a regular function into a quiby function.

q

Creates a function quib from the given function call.

list_quiby_funcs

List quiby functions.

is_quiby

Check whether a given function is modified to work directly with quib arguments ("quiby").

Save/Load quibs

get_project

Returns the current project.

set_project_directory

Set the current project's directory.

get_project_directory

Returns the directory to which quib assignments are saved.

save_quibs

Save quib assignments to files.

load_quibs

Load quib assignments from files.

sync_quibs

Sync quib assignments with files.

Undo/Redo

undo

Undo the last quib assignment.

redo

Redo the last quib assignment.

can_redo

Indicates whether an assignment redo exists.

can_undo

Indicates whether an assignment undo exists.

quibapp

Open the Quibbler App

Refresh

reset_random_quibs

Reset the value of all random quibs in the project.

reset_file_loading_quibs

Reset the value of all file-loading quibs in the project.

reset_impure_quibs

Reset the value of all impure quibs in the project.

refresh_graphics

Redraw all graphics quibs whose graphics_update='central'.

Default value

default

A default value for reverting overriding assignments.

Quib network

dependency_graph

Draw a network of quibs