\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
extract_avgint¶
View page sourceCreate an Empty Directory¶
Prototype¶
# at_cascade.extract_avgint
def extract_avgint(root_database) :
assert type(root_database) == str
#
assert type( avgint_table ) == list
assert type( avgint_table[0] ) == dict
return avgint_table
root_database¶
On input this database contains a non-empty avgint table. Upon return the avgint table in this database is empty.
avgint_table¶
This is the avgint table that was in the root_database on input.