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

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -