Dup Ver Goto 📝

ObjectsMethodsInstances

PT2/lang/python/syntax does not exist
To
8 lines, 22 words, 311 chars Page 'ObjectsMethodsInstances' does not exist.

Check for method

The equivalent of PHP's method_exists. See this stackoverflow

invert_op = getattr(self, "invert_op", None)
if callable(invert_op):
    invert_op(self.path.parent_op)