pygame   documentation
||  Home  ||  Help Contents  ||
 
|| pygame || cdrom || constants || display || draw || event ||
|| font || image || joystick || key || mixer || mixer_music ||
|| mouse || movie || surfarray || time || transform ||
 
|| CD || Channel || Clock || Font || Joystick || Movie ||
|| Rect || Sound || Surface ||
 
|| UserRect || cursors || sprite || version ||

pygame.UserRect

UserRect, python class wrapped around the pygame Rect type. This allows you to do things like inherit the rectangle object into a sprite class. While this makes for some neat features, current testing has shown there is a bit of a peformance penalty. (as opposed to just keeping a Rect value inside the class)
 

UserRect - (class) - pygame.UserRect.UserRect() -> class instance

UserRect
pygame.UserRect.UserRect()