Home
last modified time | relevance | path

Searched refs:getouterframes (Results 1 – 25 of 150) sorted by relevance

123456

/dports/shells/xonsh/xonsh-0.7.9/tests/
H A Dtest_inspectors.py4 from xonsh.inspectors import getouterframes
10 getouterframes(curr, context=0)
/dports/biology/py-loompy/loompy-3.0.6/loompy/
H A Dutils.py2 from inspect import currentframe, getouterframes
9 frameinfo = getouterframes(currentframe())
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Dtracer.py14 from xonsh.inspectors import find_file, getouterframes
67 for frame, fname, *_ in getouterframes(curr, context=0):
78 for frame, fname, *_ in getouterframes(curr, context=0):
140 for _, fname, lineno, _, lines, _ in getouterframes(curr, context=1)[3:]:
H A Dinspectors.py335 def getouterframes(frame, context=1): function
337 return [FrameInfo(*f) for f in inspect.getouterframes(frame, context=context)]
341 getouterframes = inspect.getouterframes
/dports/devel/py-raven/raven-python-6.10.0/raven/contrib/zope/
H A D__init__.py11 from inspect import getouterframes, currentframe, getinnerframes
57 for frame_info in getouterframes(currentframe()):
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Ddebug.py195 from inspect import currentframe, getouterframes
196 calling_frame = getouterframes(currentframe())[1][0]
/dports/devel/py-os-vif/os_vif-2.7.0/os_vif/internal/
H A D__init__.py19 frames_info = inspect.getouterframes(inspect.currentframe())
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/helpers/
H A Dcomponents.py7 calframe = inspect.getouterframes(curframe, 3)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pockets/
H A Dinspect.py81 caller = inspect.getouterframes(inspect.currentframe())[1][0].f_globals
/dports/devel/py-traitlets/traitlets-5.1.1/traitlets/tests/
H A D_warnings.py48 for f in inspect.getouterframes(frame):
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/_shared/
H A D_warnings.py58 for f in inspect.getouterframes(frame):
/dports/biology/vcflib/vcflib-1.0.2/test/pytest/
H A Drtest.py43 calframe = inspect.getouterframes(curframe, 1)
/dports/devel/py-pympler/Pympler-0.4.2/pympler/
H A Dweb.py30 from inspect import getouterframes
178 stack = getouterframes(frame, 5)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/command/
H A Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/dports/devel/py-cclib/cclib-1.7.1/cclib/parser/
H A Dlogfileparser.py504 … frame, fname, lno, funcname, funcline, index = inspect.getouterframes(inspect.currentframe())[1]
515 … frame, fname, lno, funcname, funcline, index = inspect.getouterframes(inspect.currentframe())[1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dinstrumentation_tracing.py88 frames = inspect.getouterframes(frame)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dinstrumentation_tracing.py88 frames = inspect.getouterframes(frame)
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dinstrumentation_tracing.py88 frames = inspect.getouterframes(frame)

123456