File#
- class File[source]#
Contains everything in a file.
- property directives: MutableSequence[Directive | BlockComment]#
- property raw_directives: MutableSequence[Directive | BlockComment]#
- property raw_directives_with_comments: MutableSequence[Directive | BlockComment]#
- property raw_spacing_after: Sequence[RawTokenModel]#
- property raw_spacing_before: Sequence[RawTokenModel]#
- classmethod from_children(directives: Iterable[Directive | BlockComment]) Self[source]#