int regress_test_obj_do_matrix Regress.TestObj self unicode somestr Regress.TestObj.do_matrix @accepts(Regress.TestObj, unicode) @returns(int) def do_matrix(self, somestr): # Python wrapper for regress_test_obj_do_matrix()

This method is virtual. Notably its name differs from the virtual slot name, which makes it useful for testing bindings handle this case.

<code>self</code>

A

<code>somestr</code>

Meaningless string

<code>Returns</code> {formatter.format(node, node.retval.doc)}