Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Config
class Base:: Formatter:: HTML:: ModuleListing
Files: Synopsis/Config.py

Config for ModuleListing module.

Attributes:
child_typesThe types of children to include in the module listing. Children are found by looking for Module AST nodes, but their (string) type may depend on other factors (eg: Python creates Package and Module types). The default is to just print all Module AST nodes.