##// END OF EJS Templates
util: fix the signature of observedbufferedinputpipe._fillbuffer()...
util: fix the signature of observedbufferedinputpipe._fillbuffer() Flagged by PyCharm, since it didn't match the signature of the method being overridden. The default value in the superclass is also `_chunksize`, and I suspect that the amount read from `osread` should be limited to what is passed in. Only one caller (`bufferedinputpipe.unbufferedread()`) passes this argument, and it passes the max of `_chunksize` and whatever it was passed.

File last commit:

r30346:9cc438bf default
r50709:1d1b244a default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer