Open pylint-bot opened 8 years ago
Originally reported by: BitBucket: drewbrew, GitHub: @drewbrew?
Description: ephem.Sun() wrongly emits no-member
ephem.Sun()
no-member
Environment:
Steps to replicate:
pylint ephem_test.py
Expected behavior:
Actual behavior:
************* Module ephem_test E: 11,10: Module 'ephem' has no 'Sun' member (no-member)
Console output from the script (just to validate that ephem.Sun() is a member):
$ python ephem_test.py <Sun "Sun" at 0x1019e4500>
Originally reported by: BitBucket: drewbrew, GitHub: @drewbrew?
Description:
ephem.Sun()
wrongly emitsno-member
Environment:
Steps to replicate:
pylint ephem_test.py
Expected behavior:
Actual behavior:
Console output from the script (just to validate that
ephem.Sun()
is a member):