.. include:: headings.inc .. currentmodule:: lib.pyshell .. highlight:: python .. _lib.pyshell.FauxFile: ========================================================================================================================================== |phoenix_title| **FauxFile** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **FauxFile** .. raw:: html

Inheritance diagram of FauxFile

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.pyshell.FauxFile.__init__` :meth:`~lib.pyshell.FauxFile.flush` :meth:`~lib.pyshell.FauxFile.write` :meth:`~lib.pyshell.FauxFile.writelines` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FauxFile: .. method:: __init__(self, psw, style) .. method:: flush(self) .. method:: write(self, text) .. method:: writelines(self, lst)