bundles / papyri 0.0.10 / papyri / gen / DFSCollector
class
papyri.gen:DFSCollector
source: /papyri/gen.py :347
Signature
class DFSCollector ( root : ModuleType , others : list[ModuleType] ) Members
Summary
Depth first search collector.
Extended Summary
Will scan documentation to find all reachable items in the namespace of our root object (we don't want to go scan other libraries).
Three was some issues with BFS collector originally, I'm not sure I remember what.
Aliases
-
papyri.gen.DFSCollector