In [9]: hello.__name__
Out[9]: 'hoge'

In [6]: hello.__doc__
Out[6]: 'Python3 C API Module (Sample 1)'