cleanup comments.
This commit is contained in:
parent
80f3f30b92
commit
dc0842fb0a
@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
# LogStream
|
|
||||||
"""
|
"""
|
||||||
A LogStream is supposed to:
|
A LogStream is supposed to:
|
||||||
- parse data feeded into it.
|
- parse data feeded into it.
|
||||||
@ -51,6 +48,7 @@ class LogStream(object):
|
|||||||
# finish: override and yield all packets to finish.
|
# finish: override and yield all packets to finish.
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
def has_data(self):
|
def has_data(self):
|
||||||
if self._data:
|
if self._data:
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user