Skip to content

Conversation

@glensc
Copy link
Contributor

@glensc glensc commented Nov 29, 2022

No description provided.

glensc added 30 commits January 11, 2022 22:13
This will make one api request to create list of
TVSeason with TVEpisode objects.
This is not needed for Python3 as the "old style" classes don't exist
and inheritance from object is implicit.

- https://stackoverflow.com/questions/15374857/should-all-python-classes-extend-object
- http://docs.python.org/release/2.5.2/ref/node33.html
glensc and others added 26 commits October 24, 2022 22:19
The idea of @classmethod is to have class in a variable
Use @staticmethod when class or instance is not needed in a method
This allows caller to pass progress value in same go
The responses may contain useful information what was updated:

{
  'added': {
    'movies': 1, 'episodes': 0
  },
  'not_found': {
    'movies': [], 'shows': [], 'seasons': [],
    'episodes': [], 'people': [], 'users': []
  }
}
The tests doesn't seem to be testing anything much other than coverage?
@glensc
Copy link
Contributor Author

glensc commented Nov 29, 2022

Wrong fork.

Created now in correct fork:

@glensc glensc closed this Nov 29, 2022
@glensc glensc deleted the init.movie.trakt-property branch November 30, 2022 21:36
@glensc glensc changed the title Init.movie.trakt property WRONG REPO Init.movie.trakt property Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants