I put a little time into exploring __implements__ and abc.ABCMeta today., in combination with pylint.
I guess it's about time I started using one or both of them.
I'm a little puzzled though. It _seems_ like pylint is ignoring __implements__, while abc.ABCMeta appears to be working the way I'd expect it would.
Assuming they both still work (__implements__ and abc.ABCMeta), which is preferred? Or are they a toss-up?
Any suggestions on how to get __implements__ working?
Thanks!
PS: I'm using:
pylint 1.7.1,
astroid 1.5.2
Python 3.4.2 (default, Apr 17 2017, 09:05:12)
--
Dan Stromberg