issues Search Results · repo:ionelmc/python-hunter language:Python
Filter by
99 results
(60 ms)99 results
inionelmc/python-hunter (press backspace or delete to remove)Description
When using the following example after installation:
import hunter
hunter.trace(module= posixpath , action=hunter.CallPrinter)
import os
os.path.join( a , b )
I get the following output: ...
jdeinum
- Opened on Oct 17, 2024
- #125
Does anyone know why my output when tracing the function calls of a Python program looks like this?
image
johnammon75
- 4
- Opened on Jul 2, 2024
- #123
As said in the doc, there s a flag named builtin in Filtering session, but I still can t get it tracing open() calls
with the following snippet.
import hunter
hunter.trace(hunter.Q(builtin=True, function= ...
qlibp
- 3
- Opened on Feb 19, 2024
- #121
Trying it like this:
PYTHONHUNTER= Q(kind= line ,lineno=253,module_in=[ mymodule ],action=Debugger())
But the debugger starts not at the specified line (which is a variable assignment), but below it ...
max-arnold
- 2
- Opened on Dec 5, 2023
- #120
Is it possible next time on release new version make the github release to have entry on
https://github.com/ionelmc/python-hunter/releases like it was up to 3.5.0? 🤔
I m asking because only on make gh ...
kloczek
- Opened on Aug 27, 2023
- #117
Python 3.11 will soon be default in Gentoo, so new release is needed.
CyberTailor
- 2
- Opened on Feb 26, 2023
- #115
=== Testing for py39-hunter-3.5.1
=== py39-hunter-3.5.1 depends on package: py39-pytest =7,1 - found
=== py39-hunter-3.5.1 depends on file: /usr/local/bin/python3.9 - found
cd /usr/ports/devel/py-hunter/work-py39/hunter-3.5.1 ...
yurivict
- 1
- Opened on Feb 5, 2023
- #114
Importlib is not used from the Python source code, but from a frozen variant. The problem is, the module has no source
code, so I get NO SOURCE: Source code string for frozen importlib._bootstrap_external ...
DUOLabs333
- 1
- Opened on Nov 6, 2022
- #112
When an exception is triggered and a Traceback is generated, hunter does not show the calls traceback makes (eg, it
shows the opening of the files traceback does to get the lines needed, but does not show ...
DUOLabs333
- 8
- Opened on Oct 6, 2022
- #111

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.