Open eric-wieser opened 4 years ago
Hi @eric-wieser , thanks for reporting this and making it very easy to understand the problem :+1:
Can't make any promises on when we'll be able to look into solving this one, but we'll keep it in our backlog :blush:
I believe the same issue can be observed here: https://lgtm.com/projects/g/nabaztag2018/pynab/snapshot/68130b0d49b0700d2075bdd4d2814457a338e00c/files/nabclockd/nabclockd.py?sort=name&dir=ASC&mode=heatmap#x67ebc4b61c617ff0:1
With GettzFunc from dateutil which also defines __call__
.
https://github.com/dateutil/dateutil/blob/2.8.1/dateutil/tz/tz.py#L1552
Description of the false positive The lines in question are:
Where:
layout.MultiVector
returns an instance ofMultiVector
MultiVector.__add__
is overloaded to return an instance ofMultiVector
MultiVector.__call__
is definedURL to the alert on the project page on LGTM.com
https://lgtm.com/projects/g/pygae/clifford/snapshot/23c8649145cc81a9a44e7b0e445d7e000639101e/files/clifford/tools/g3c/__init__.py#x3c80edcfa911a30d:1