Skip to main content
Back to top
Ctrl
+
K
datopy 0.0.1
Quickstart
Core API
Models API
Changelog
GitHub
Personal website
Quickstart
Core API
Models API
Changelog
GitHub
Personal website
Section Navigation
datopy.inspection
datopy.inspection.display
datopy.inspection.make_df
datopy.workflow
datopy.workflow.doctest_function
datopy.workflow.git_module_loader
datopy.modeling
datopy.modeling.BaseProcessor
datopy.modeling.CustomTypes
datopy.modeling.apply_recursive
datopy.modeling.compare_dict_keys
datopy.modeling.list_to_dict
datopy.modeling.schema_jsonify
datopy.etl
datopy.etl.omit_string_patterns
datopy.etl.retrieve_wiki_topics
datopy.stylesheet
datopy.stylesheet.customstyle
datopy.stylesheet.outputoff
datopy.stylesheet.customize_plots
datopy.run_doctests
datopy.run_doctests.run_doctest_suite
datopy._examples
datopy._examples.Album
datopy._examples.Book
datopy._examples.DataModel
datopy._examples.Film
datopy._examples.MediaQuery
datopy._examples.extract_datamodel
datopy._examples.find_project_root
datopy._examples.imdb_film_retrieve
datopy._examples.run_auto_datamodel_example
datopy._examples.save_datamodel
datopy._examples.spotify_album_retrieve
datopy._examples.wiki_metadata_retrieve
datopy._media_scrape
datopy._media_scrape.get_film_metadata
datopy._media_scrape.get_imdb_id
datopy._media_scrape.get_imdb_reviews
datopy
datopy._examples
datopy._exam...
datopy._examples.Film
#
class
Film
(
title
:
str
,
artist
:
str
|
None
=
None
,
)
#
Bases:
MediaQuery
On this page
Film
Show Source