On Tue, 1 Jun 2021, Dennis Lee Bieber wrote:

        I suspect you really should be stepping INTO the calls, not just
invoking the functions completely and going to the next LOCAL statement.

$ /development/business_tracker/activitytypes.py(1)<module>()
-> import sys
(Pdb) s
$ /development/business_tracker/activitytypes.py(2)<module>()
-> import logging
(Pdb) s
--Call--
<frozen importlib._bootstrap>(978)_find_and_load()
(Pdb) s

Now I'll go learn what this means.

Rich
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to