Base class for groups which contain declarations. This class doesn't correspond to any language construct. Rather, it may be used with comment-embedded grouping tags to regroup declarations that are to appear together in the manual.
| Operations Summary: | |
| __init__(self, file, line, language, type, name) [Source] | |
| declarations(self) The list of declarations in this group [Source] | |
| accept(self, visitor) [Source] | |
| Operations Inherited from Declaration | |
| file, line, language, type, name, comments, accessibility, set_name, set_accessibility | |