I am having a bit of trouble understanding why the pygame.Surface class does not show parameters when writing it and typing in the parenthesis of the constructor. For example, if I call a function such as pygame.display.set_mode()
, below should occur:
However, when I go ahead and try to call the pygame.Surface()
constructor, it does not show the hint?
I don't know if I am being blind, but I could of sworn that it should.