()
| 202 | |
| 203 | |
| 204 | def test_sequence_doc(): |
| 205 | assert ( |
| 206 | m.sequence_length.__doc__.strip() |
| 207 | == "sequence_length(arg0: collections.abc.Sequence) -> int" |
| 208 | ) |
| 209 | |
| 210 | |
| 211 | def test_map_iterator(): |
nothing calls this directly
no outgoing calls
no test coverage detected