Home | History | Annotate | Download | only in python2.7

Lines Matching defs:getfile

15     getfile(), getsourcefile(), getsource() - find an object's source code
398 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)