Read and return a bytestring from reading the path.
(self, mode="r")
| 370 | return f.read() |
| 371 | |
| 372 | def read(self, mode=class="st">"r"): |
| 373 | class="st">""class="st">"Read and return a bytestring from reading the path."class="st">"" |
| 374 | with self.open(mode) as f: |
| 375 | return f.read() |
| 376 | |
| 377 | def readlines(self, cr=1): |
| 378 | class="st">"""Read and return a list of lines from the path. if cr is False, the |