Package openss :: Module openss_classes :: Class OssList
[show private | hide private]
[frames | no frames]

Class OssList

Known Subclasses:
BreakList, ClusterList, ExpTypeList, FileList, HostList, LineNoList, MetricList, ModifierList, ParamList, PidList, RankList, ThreadList, ViewTypeList, xx

Base class for all lists
Method Summary
  __init__(self, input_list)
Construct a list
  __getattr__(self, name)
  __iadd__(self, input_1)
Allows += operations.
  add(self, input_1)
Allows + operations.

Method Details

__init__(self, input_list=None)
(Constructor)

Construct a list

input_list currenty handles:
   - An empty list
   - An individual integer
   - An individual long integer
   - an individual string
Any other type or nothing will produce and empty list.

__iadd__(self, input_1)

Allows += operations.

add(self, input_1)

Allows + operations.

Generated by Epydoc 2.1 on Fri Nov 11 11:55:14 2005 http://epydoc.sf.net