class documentation

class _FileObj(SupportsRead[bytes], SupportsReadline[bytes], Protocol): (source)

View In Hierarchy

Undocumented

Method seek Undocumented
Method tell Undocumented
def seek(self, __offset: int, __whence: int = ...) -> int: (source)

Undocumented

def tell(self) -> int: (source)

Undocumented