Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1484)

Unified Diff: dfvfs/file_io/data_range_io.py

Issue 331710043: [dfvfs] Added pylint and separate non-tox tests (Closed)
Patch Set: Added pylint and separate non-tox tests Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dfvfs/file_io/cpio_file_io.py ('k') | dfvfs/file_io/encoded_stream_io.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dfvfs/file_io/data_range_io.py
diff --git a/dfvfs/file_io/data_range_io.py b/dfvfs/file_io/data_range_io.py
index d4e465f5998856910ceab4298cca11d4207caeee..9908f2f0ec4370cafe672c9c37343d4e8f65320a 100644
--- a/dfvfs/file_io/data_range_io.py
+++ b/dfvfs/file_io/data_range_io.py
@@ -120,6 +120,7 @@ class DataRange(file_io.FileIO):
# Note: that the following functions do not follow the style guide
# because they are part of the file-like object interface.
+ # pylint: disable=invalid-name
def read(self, size=None):
"""Reads a byte string from the file-like object at the current offset.
« no previous file with comments | « dfvfs/file_io/cpio_file_io.py ('k') | dfvfs/file_io/encoded_stream_io.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b