| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
TopMovies
The class TopMovies represents charts of top-rated movies
in a movie database (such as IMDB.com). A TopMovies object
can be queried about various statistics through its methods. E.g.
"What is the highest-rated movie?", "What is the
highest-rated movie made between 1960 and 1969?", "How many
movies from 1980 are in the chart?"
|
|||
|
|||
| int |
|
||
| movie object |
|
||
| movie object |
|
||
| int |
|
||
| int |
|
||
| movie object |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a new
|
Returns the size of the top movies chart. That is, returns the number of movies in the chart.
|
Returns the 'Nth' movie in the chart. That is, given a number
|
Returns the highest-rated movie in the chart. Calling this method is
equivalent to calling
|
Returns the position that a given movie occupies in the top movies chart.
|
Returns the number of movies that appear in the top movies chart and are from the given year.
|
Returns the movie which has the highest rating of all movies made
between the two given years. For instance,
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 20 12:02:12 2012 | http://epydoc.sourceforge.net |