Rate this Page

torch.fx.experimental.unification.multipledispatch.core.ismethod#

torch.fx.experimental.unification.multipledispatch.core.ismethod(func)[source]#

Is func a method? Note that this has to work as the method is defined but before the class is defined. At this stage methods look like functions.