(func, *args, **kwargs)
| 821 | |
| 822 | |
| 823 | def blocking_eventlet_spawn(func, *args, **kwargs): |
| 824 | func(*args, **kwargs) |
| 825 | return mock.Mock() |
| 826 | |
| 827 | |
| 828 | # Utility function for mocking read_and_store_{stdout,stderr} functions |
nothing calls this directly
no outgoing calls
no test coverage detected