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

Lines Matching full:isframe

11         isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object):
415 if isframe(object):
572 if isframe(object):
1000 if not isframe(frame):