(s)
| 13 | return t.type == token.STRING and t.string.startswith('"""') and t.line.strip().startswith('"""') |
| 14 | |
| 15 | def is_js_token(s): return len(s) and not s.startswith('//') |
| 16 | |
| 17 | def gen_stats(base_path="."): |
| 18 | table = [] |
no outgoing calls
no test coverage detected
searching dependent graphs…