(s)
| 91 | [m[0] for m in m_iter if int(m[0]) < 350] |
| 92 | |
| 93 | def num_range(s): |
| 94 | return '1' if 200 <= int(s[0]) <= 650 else '0' |
| 95 | |
| 96 | re.sub(r'\d+', num_range, '45 349 651 593 4 204') |
| 97 |
nothing calls this directly
no outgoing calls
no test coverage detected