fparser.two.Fortran2008.declaration_construct_c1112 =================================================== .. py:module:: fparser.two.Fortran2008.declaration_construct_c1112 .. autoapi-nested-parse:: Module containing Fortran2008 Declaration_Construct constraint C1112 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.declaration_construct_c1112.Declaration_Construct_C1112 Module Contents --------------- .. py:class:: Declaration_Construct_C1112(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Declaration_Construct` Fortran 2008 constraint C1112 C1112 A submodule specification-part shall not contain a format-stmt, entry-stmt, or stmt-function-stmt. This class specialises 'Declaration_Construct' to remove 'Format_Stmt', 'Entry_Stmt' and 'Stmt_Function_Stmt' .. py:attribute:: subclass_names :value: ['Derived_Type_Def', 'Entry_Stmt', 'Enum_Def', 'Format_Stmt', 'Interface_Block',...