While working on Spyder and importing some libraries as:
from OpenGL.GL import *
I get this waning message at every line containing functions from those libraries:
somefunction may be undefined or defined from star imports
The warnings are harmless but it is quite annoying to see all my code underlined in yellow. Is there any way to supress specifically those warnings?
this seems to work for me
from OpenGL.GL import * # analysis:ignore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With