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