extract_avgint

View page source

Create 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.