class documentation

class _MinimalLogFile(TypingProtocol):

View In Hierarchy

Undocumented

Method close Close the file.
Method write Write some data.
def close(self):

Close the file.

def write(self, data: str, /) -> object:

Write some data.