blob: 5345de424bc7aa63e2627e284070919449044608 [file] [log] [blame]
def f(x, y):
'''Returns the first argument.
:type x: (int, :py:class:`b.C`, b.C)
:param b.C y: ignored
:rtype: :class:`b.C`
'''
_, c = x
return c