def test_nb_args1(self):
        """Should have 0 args."""
        typo, good = '1', ''
        func_code = func_gen(param='', args='{0}')
        meth_code = meth_gen(param='self', args='{0}')