Lines Matching full:getfile
15 getfile(), getsourcefile(), getsource() - find an object's source code398 def getfile(object):444 filename = getfile(object)466 _filename = getsourcefile(object) or getfile(object)526 file = getfile(object)1003 filename = getsourcefile(frame) or getfile(frame)