pyccel.ast.fortran_concepts module#
Module representing concepts that are only applicable to Fortran code (e.g. kind specification).
- class pyccel.ast.fortran_concepts.KindSpecification(type_specifier)[source]View on GitHub#
Bases:
PyccelAstNodeClass representing the kind specification of a type.
Class representing the kind specification of a type. This is notably useful for printing the kind in gFTL types.
- Parameters:
type_specifier (PyccelType) – The type of the element whose kind parameter should be specified.
- property type_specifierView on GitHub#
The type of the element whose kind parameter should be specified.
The type of the element whose kind parameter should be specified.