MythTV master
|
Public Member Functions | |
def | read (self, numBytes) |
![]() | |
None | __init__ (self, str filepath, Optional[str] mode=None) |
'File' | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
str | read (self, int numBytes=0) |
bytearray | readBytes (self, int numBytes=0) |
bool | write (self, Union[str, bytes, bytearray] buffer) |
int | size (self) |
int | seek (self, int seekBytes, int iWhence=0) |
int | tell (self) |
None | close (self) |
Additional Inherited Members | |
![]() | |
filename | |
fh | |
Definition at line 11 of file embedlrc.py.
def embedlrc.BinaryFile.read | ( | self, | |
numBytes | |||
) |
Reimplemented from xbmcvfs.File.
Definition at line 12 of file embedlrc.py.