Methods and Primitives are now identified by is_invokable()
Using a mixing as introduced in b159370a is not sufficient. We want to be able to know whether an object is Method/Primitive and using the type test as with multiple inheritance does not work anymore. Signed-off-by:Stefan Marr <git@stefan-marr.de>
Please register or sign in to comment