X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=manga%2Flib.py;h=d901e9fcd9d1e9f8b449dd7360108ea4caa26432;hb=9948db89162b12bd94971dbad4b0f765dd1b47f5;hp=8ec9c2eb9f7666eb1383caa57e579fb956b81a3a;hpb=af7300680e36fb1280cf248b897069ae5af18b08;p=automanga.git diff --git a/manga/lib.py b/manga/lib.py index 8ec9c2e..d901e9f 100644 --- a/manga/lib.py +++ b/manga/lib.py @@ -115,7 +115,9 @@ class imgstream(object): when exiting the with-scope. All imgstreams should contain an attribute `ctype', being the - Content-Type of the image being read by the stream.""" + Content-Type of the image being read by the stream, and `clen`, + being either an int describing the total number of bytes in the + stream, or None if the value is not known in advance.""" def __enter__(self): return self