Class FileProxyMixin
A mixin class used to forward file methods to an underlaying file object. The internal file object has to be called "file"::
Declaration
class FileProxyMixin
source linkDocumentation
class FileProxy(FileProxyMixin):
def __init__(self, file):
self.file = file
Methods
Overrides
This method is overriden in:
@property
def closed(self)
Overrides
This method is overriden in:
Subclasses
Reexports