diff --git a/documentation/modules.an_array.html b/documentation/modules.an_array.html new file mode 100644 index 0000000..d4471ff --- /dev/null +++ b/documentation/modules.an_array.html @@ -0,0 +1,73 @@ + +
+ modules.an_array | index c:\users\user1\documents\study hard\programming\coursework2017\modules\an_array.py |
+
+Modules | ||||||
+ |
|
+
+Classes | ||||||||||
+ |
+
|
+ modules.my_research | index c:\users\user1\documents\study hard\programming\coursework2017\modules\my_research.py |
+
+Classes | ||||||||||
+ |
+
|
+
+Functions | ||
+ |
|
+
+Data | ||
+ | __warningregistry__ = {("unclosed file <_io.TextIOWrapper name='series_seasons.txt' mode='w' encoding='cp1251'>", <class 'ResourceWarning'>, 123): True, ("unclosed file <_io.TextIOWrapper name='popular_actors.txt' mode='w' encoding='cp1251'>", <class 'ResourceWarning'>, 118): True, ("unclosed file <_io.TextIOWrapper name='ratings.txt' mode='r' encoding='utf-8'>", <class 'ResourceWarning'>, 16): True, 'version': 0, ("unclosed file <_io.TextIOWrapper name='series_titles.txt' mode='w' encoding='cp1251'>", <class 'ResourceWarning'>, 129): True} |
+ modules.series_research | index c:\users\user1\documents\study hard\programming\coursework2017\modules\series_research.py |
+
+Modules | ||||||
+ |
|
+
+Classes | ||||||||||
+ |
+
|
+
+Data | ||
+ | db = <pytvdbapi.api.TVDB object> |
+ modules.work_with_a_file | index c:\users\user1\documents\study hard\programming\coursework2017\modules\work_with_a_file.py |
# Class WorkWithAFile is created to read information from a file
+# ratings.txt and to convert it into a list of series names.
+
+Classes | ||||||||||
+ |
+
|