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 link

Documentation

class FileProxy(FileProxyMixin):
        def __init__(self, file):
            self.file = file

Methods

Subclasses

Reexports