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.1 on Sat Mar 20 17:46:16 2004 http://epydoc.sf.net