Ask a question to get started
Enter to send•Shift+Enter new line
Read file content with line numbers.
read( self, file_path: str, offset: int = 0, limit: int = 2000 ) -> str
file_path
str
Absolute or relative file path.
offset
int
0
Line offset to start reading from (0-indexed).
limit
2000
Maximum number of lines to read.