Rename _isChildOf method

This commit is contained in:
JonnyWong16 2020-12-05 23:02:57 -08:00
parent 6cb2168ef0
commit edd5b514ed
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -108,7 +108,7 @@ class PlexObject(object):
details_key += '?' + urlencode(sorted(includes.items()))
return details_key
def _findParent(self, cls):
def _isChildOf(self, cls):
""" Returns True if this object is a child of the given class.
Parameters: