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

Unified Diff: dfvfs/file_io/encoded_stream_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/data_range_io.py ('k') | dfvfs/file_io/encrypted_stream_io.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dfvfs/file_io/encoded_stream_io.py
diff --git a/dfvfs/file_io/encoded_stream_io.py b/dfvfs/file_io/encoded_stream_io.py
index 251aed6b32e1c12823cf1290423e7e43cbd6feef..4da9ec2bc1822643dd0d6fad4e8c0e417c78eff3 100644
--- a/dfvfs/file_io/encoded_stream_io.py
+++ b/dfvfs/file_io/encoded_stream_io.py
@@ -201,6 +201,7 @@ class EncodedStream(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/data_range_io.py ('k') | dfvfs/file_io/encrypted_stream_io.py » ('j') | no next file with comments »

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