skonieczny.pl
Get a bound method for cls.meth reference with injector
Sometimes I want to reference a class + method in some setup code but really use bound method of an instance. This is quite easy to do with Injector: import injector from dataclasses import datacla…