Package Yab :: Module Core :: Class EnvVar
[show private | hide private]
[frames | no frames]

Class EnvVar


A new tuple type that is used to hold the contents of environment variables.

Adding a string to this class with + or += will split the string before concatenating the result. This makes it easier to specify long lists of elements.
Method Summary
  __init__(self, *a)
  __add__(self, other)
  __getitem__(self, slice)
  __iter__(self)
  __len__(self)
  __repr__(self)
  __str__(self)
  contains(self, item)

Generated by Epydoc 2.0 on Fri Aug 15 16:30:51 2003 http://epydoc.sf.net