Claudiu Popa
Claudiu Popa
Hi @zapstar Thanks for reporting this issue. I can confirm there is a bug here, but it might be tricky to solve. This seems to happen only for transforms that...
Thanks @zapstar Adjusted the title to make it obvious that it does not work for other nodes as well.
@Kilo59 The recommended solution would be to provide a brain tip in astroid for this `py` module. Here's an example for `numpy`: https://github.com/PyCQA/astroid/blob/master/astroid/brain/brain_numpy.py#L467. We'd need something similar for `py`, which...
Thanks for the report! I presume tensorflow does some metaprogramming that pylint doesn't yet comprehend. This would be a perfect candidate for an astroid brain tip, which is the usual...
Thanks for the report @bunyk !
I can confirm the bug, thanks for reporting.
Thanks for the report!
@gpakosz Thanks for reporting an issue. I believe this is an issue related to namespace packages. In Python 3, you can have directories without `__init__` that you can import, just...
Thanks for the report!
I did take a look why this is happening. While I won't have time to work on it until 2.0 is released, I will leave some notes in the case...