python 2.7 - List of keywords for title/person/character objects? -
is there list of keywords can used?
i.e.: in examples in docs, has print item['long imdb canonical title'], item.movieid
where list of keywords indexes in data (like "['long imdb canonical title']") , list of attributes (like ".movieid")?
the imdbpy objects emulate behavior of dictionaries, can list of keys with: item.keys() , introspect attributes: dir(item)
Comments
Post a Comment