Show More
@@ -291,7 +291,8 b' def has_comment(src):' | |||||
291 |
|
291 | |||
292 | Returns |
|
292 | Returns | |
293 | ------- |
|
293 | ------- | |
294 | Boolean: True if source has a comment. |
|
294 | comment : bool | |
|
295 | True if source has a comment. | |||
295 | """ |
|
296 | """ | |
296 | readline = StringIO(src).readline |
|
297 | readline = StringIO(src).readline | |
297 | toktypes = set() |
|
298 | toktypes = set() |
General Comments 0
You need to be logged in to leave comments.
Login now