Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
update_execution_example Namespace Reference

Functions

def close_groonga
def reconnect
def normalize_output
def execmd
def readfile

Variables

string DB_DIRECTORY = "/tmp/groonga-databases"
string DEFAULT_DB_NAME = "tutorial.db"
 groonga_process = None
 fout = None
list processed_files = []
string entry_point = "source/"
tuple b = os.path.join(root, fname)

Function Documentation

def update_execution_example.close_groonga ( )

Definition at line 20 of file update_execution_example.py.

Here is the caller graph for this function:

def update_execution_example.execmd (   command,
  fout 
)

Definition at line 49 of file update_execution_example.py.

Here is the call graph for this function:

Here is the caller graph for this function:

def update_execution_example.normalize_output (   output)

Definition at line 40 of file update_execution_example.py.

Here is the caller graph for this function:

def update_execution_example.readfile (   fname,
  outflag 
)

Definition at line 112 of file update_execution_example.py.

Here is the call graph for this function:

def update_execution_example.reconnect (   name)

Definition at line 28 of file update_execution_example.py.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

tuple b = os.path.join(root, fname)

Definition at line 190 of file update_execution_example.py.

string DB_DIRECTORY = "/tmp/groonga-databases"

Definition at line 13 of file update_execution_example.py.

string DEFAULT_DB_NAME = "tutorial.db"

Definition at line 14 of file update_execution_example.py.

list entry_point = "source/"

Definition at line 181 of file update_execution_example.py.

fout = None

Definition at line 38 of file update_execution_example.py.

groonga_process = None

Definition at line 19 of file update_execution_example.py.

list processed_files = []

Definition at line 111 of file update_execution_example.py.