Package schrodinger :: Package infra :: Module table
[hide private]
[frames] | no frames]

Module table

A pythonic wrapper to an mmlibs mmtable object.

Note that column and row indices start at 1.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  TableRow
This class represents a table row--what you get by indexing a Table.
  Table
Class to handle mmtables.
Functions [hide private]
 
_is_data_name(name)
Returns true if the given name is an m2io data name
Variables [hide private]
  _module_name = 'table'
  INVALID_TABLE_HANDLE = -1
  __package__ = 'schrodinger.infra'