Home | History | Annotate | Download | only in Lib

Lines Matching refs:getfile

14     getfile(), getsourcefile(), getsource() - find an object's source code
642 def getfile(object):
684 filename = getfile(object)
708 _filename = getsourcefile(object) or getfile(object)
773 file = getfile(object)
1460 filename = getsourcefile(frame) or getfile(frame)