navyakhare

Results 1 comments of navyakhare

@richardjgowers once copy method is implemented in Auxreader , it'll be called via ReaderBase copy method : ``` for auxname, auxread in self._auxs.items(): new.add_auxiliary(auxname, auxread.copy()) return new ``` so how...