twodarr
index
/home/pasko/python/PyHtmlTable/twodarr.py

-------------------------------------------
             Class twodarr
 
What:
 
    twodarr class written specifically for use with the
    PyHtmlTable class
 
Why:
 
    I needed something that could store data in an NxN array
    and dynamically grow the array
 
 
    Current-Version: $Revision: 1.3 $
    Last update:     $Date: 2003/02/27 22:37:20 $
 
    Home-Page:               http://pasko.net/PyHtmlTable
    Primary-Site:            http://pasko.net/PyHtmlTable
 
    Written and debugged under Python 2.2.2 by Joe Pasko

 
Modules
            
copy
string

 
Classes
            
twodarr

 
class twodarr
       
  
__init__(self, x=1, y=1, fill=None)
add_col(self)
add_row(self)
get_arr(self)
get_cell(self, x, y)
get_max_col(self)
get_max_row(self)
get_num_cols(self)
get_num_rows(self)
set_cell(self, x, y, data)

 
Functions
            
main()

 
Data
             __file__ = './twodarr.pyc'
__name__ = 'twodarr'