|
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) |
|
Definition at line 11 of file embedlrc.py.
◆ read()
def embedlrc.BinaryFile.read |
( |
|
self, |
|
|
|
numBytes |
|
) |
| |
The documentation for this class was generated from the following file:
- mythtv/programs/scripts/metadata/Music/lyrics/lib/embedlrc.py