HomeSort by relevance Sort by last modified time
    Searched full:getinnerframes (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 118 records = inspect.getinnerframes(etb, context)
206 records = inspect.getinnerframes(etb, context)
inspect.py 22 getouterframes(), getinnerframes() - get info about frames
1036 def getinnerframes(tb, context=1): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 118 records = inspect.getinnerframes(etb, context)
206 records = inspect.getinnerframes(etb, context)
inspect.py 22 getouterframes(), getinnerframes() - get info about frames
1036 def getinnerframes(tb, context=1): function
    [all...]

Completed in 80 milliseconds