Package epydoc :: Module html :: Class _DevNull
[show private | hide private]
[frames | no frames]

Class _DevNull


A file-like-object that ignores all input. Used by HTMLFormatter when not generating private docs, to throw away the private docs.
Method Summary
  close(self)
Do nothing.
  write(self, s)
Do nothing.

Method Details

close(self)

Do nothing.

write(self, s)

Do nothing.

Generated by Epydoc 2.0 on Tue Jul 22 04:20:43 2003 http://epydoc.sf.net