Finding All Used Classes, Methods and Functions of a Python Module (mostlynerdless.de) 1 points by parttimenerd 2y ago ↗ HN
[–] parttimenerd 2y ago ↗ Sometimes all you need is a list to find all the used classes, methods, and functions of a Python module, to proceed with your secret side project. Using sys.settrace makes it possible to write a small helper tool for this purpose with ease.I'm the author, AMA.
1 comment
[ 2.8 ms ] story [ 11.0 ms ] threadI'm the author, AMA.