blob: 6795fdd590fc2b4a2697bd38ba618db00be4108d [file] [log] [blame]
def g(hello=None):
"""
:type hello: object
"""
print(hello)