MCPcopy Create free account
hub / github.com/dbr/tvdb_api / Actor

Class Actor

tvdb_api.py:513–524  ·  view source on GitHub ↗

Represents a single actor. Should contain.. id, image, name, role, sortorder

Source from the content-addressed store, hash-verified

511
512
513class Actor(dict):
514 """Represents a single actor. Should contain..
515
516 id,
517 image,
518 name,
519 role,
520 sortorder
521 """
522
523 def __repr__(self):
524 return "<Actor %r>" % self.get("name")
525
526
527def create_key(self, request):

Callers 1

_parseActorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected