Package pyGlobus :: Module io :: Class FileIOAttr
[show private | hide private]
[frames | no frames]

Class FileIOAttr


Method Summary
  __init__(self, handle)
Constructor for the FileIOAttr class, taking an optional handle.
  __del__(self)
Destructor for FileIOAttr.
  get_handle(self)
######################################################################## # XXX This handle is only valid as long as this object exists.

Method Details

__init__(self, handle=None)
(Constructor)

Constructor for the FileIOAttr class, taking an optional handle.

__del__(self)
(Destructor)

Destructor for FileIOAttr. Destroys contained handle as well.

get_handle(self)

######################################################################## # XXX This handle is only valid as long as this object exists. When # the object is destroyed, the memory this handle points to is freed. #######################################################################


Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 http://epydoc.sf.net