How do I find the file and row number in which the definition of a python object is written?

前端 未结 0 1040
滥情空心
滥情空心 2021-01-24 05:59

E.g. for:

import numpy as np
x = np.array(1)

I know that the array function is part of the numpy module. However, numpy is quite big, hence is th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题