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

Lines Matching full:getsourcefile

15     getfile(), getsourcefile(), getsource() - find an object's source code
440 def getsourcefile(object):
466 _filename = getsourcefile(object) or getfile(object)
527 sourcefile = getsourcefile(object)
1003 filename = getsourcefile(frame) or getfile(frame)