mock.patch(
glob_function, new=lambda text: ["/expand/ed/abcde", "/expand/ed/aaaaa"]
)
| 1 | import inspect |
| 2 | import keyword |
| 3 | import unittest |
| 4 | from collections import namedtuple |
nothing calls this directly
no outgoing calls
no test coverage detected