Lines Matching defs:wrapper
2627 for wrapper in (lambda f: f), Tellable, Unseekable:
2628 with self.subTest(wrapper=wrapper):
2632 with zipfile.ZipFile(wrapper(bf), 'w', zipfile.ZIP_STORED) as zipfp:
2643 for wrapper in (lambda f: f), Tellable, Unseekable:
2644 with self.subTest(wrapper=wrapper):
2648 with zipfile.ZipFile(wrapper(bf), 'w', zipfile.ZIP_STORED) as zipfp:
2664 for wrapper in (lambda f: f), Tellable, Unseekable:
2665 with self.subTest(wrapper=wrapper):
2669 with zipfile.ZipFile(wrapper(bf), 'w', zipfile.ZIP_STORED) as zipf:
3153 def wrapper(self):
3157 return wrapper