def __getstate__(self): d = copy(self.__dict__) d.pop('ufunc') d.pop('nfunc') d.pop('__epydoc_asRoutine', None) d.pop('_hashval') return d