Kenny Chen

Results 2 comments of Kenny Chen

What about the related ``` def _func(param : bool): print(param.name) ``` ? This also has no `no-member` emitted (let me know if I should create a new issue for this)....

I just ran into the same bug by following the documentation code. Naively adding `fout.close()` doesn't work because exceptions can be raised inside the `with` statement, leaving the file open....