alexmojaki / snoop

A powerful set of Python debugging tools, based on PySnooper
MIT License
1.28k stars 35 forks source link

Support writing to multi files simultaneously #54

Closed yantaozhao closed 2 years ago

alexmojaki commented 2 years ago

Thanks for contributing! This is an interesting idea, but it seems quite niche. Since arbitrary callables are already supported, is there a reason you don't just pass the functor yourself?

yantaozhao commented 2 years ago

You're right. I missed noticing the callable which can pass in. 😅 close it.