Home | History | Annotate | Download | only in pymock

Lines Matching refs:from_dict

744         from_dict = list(self.__dict__)
748 from_dict = [e for e in from_dict if not e.startswith('_') or
750 return sorted(set(extras + from_type + from_dict +