[Python-ideas] Re: Add check_methods function to standard library

2021-09-09 Thread Finn Mason
Hello, This to thread has gotten no responses at all, so: Ping! On Sun, Aug 22, 2021, 3:16 PM Finn Mason wrote: > Sorry, the formatting was terrible. I copy and pasted it from the original > issue without really thinking about it. > Here's the same thing, but actually readable: > > In _collecti

[Python-ideas] Re: Add check_methods function to standard library

2021-08-22 Thread Finn Mason
Sorry, the formatting was terrible. I copy and pasted it from the original issue without really thinking about it. Here's the same thing, but actually readable: In _collections_abc.py is a private function titled _check_methods(). It takes a class and a number of method names (as strings), checks