Home | History | Annotate | Download | only in unittest

Lines Matching refs:from_dict

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