Claudiu Popa

Results 176 comments of Claudiu Popa

@idgserpro That's the thing, we don't have access to that `C` class, instead we use our own representation of `C` built from the source code.

Thanks for reporting an issue! The thing with `flask` is that we always had problems inferring `flask` given the amount of metaprogramming it relies on.

Can you try with `--extension-pkg-whitelist=tensorflow.estimator,tensorflow`?

Thanks for the examples folks. It might be that `tensorflow` does something funky with those attributes, in which case we'll need special support in our inference engine library, `astroid`, to...

@bersbersbers You can try with `--ignored-modules=tensorflow.keras`.

@Flamefire thanks for the comment. It sounds to me like we could add an astroid transform for `tensorflow` similar to the likes of `numpy`: https://github.com/PyCQA/astroid/tree/master/astroid/brain I don't think `pylint` is...

It sounds to me that @Flamefire 's PR works well in most cases, at least it gets rid of the `import-error` issues. We can investigate the other ones mentioned by...

Just leave like this for now, another issue won't help. Unfortunately, fixing this isn't an easy task and I didn't got to do it just yet.

Thanks, will check why we don't emit for this.