http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/__init__.html
:param Object obj: object to be hashed :param list attributes: attribute names to take into account :param bool cache: persists hash in a ' _cached_hash ' object attribute :param class parent: include parent ' s hash value " " " is_cached = kwargs . get ( ' cache ' , False ) parent_class = kwargs . get ( ' parent ' , None ) cached_hash = getattr ( obj , ' _cached_hash ' , None ) if is_cached and cached_hash is not None : return cached_hash my_hash = parent_class .