Searched refs:n_bytes (Results 1 – 1 of 1) sorted by relevance
115 def read(self, n_bytes): argument125 content = self.content[self.cursor:self.cursor + n_bytes]126 self.cursor += n_bytes