获取当前成员的路径:

    1. import inspect
    2. import os
    3. print(inspect.getfile(os))