pyccel.ast.fortran_concepts module

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]#

Bases: PyccelAstNode

Class 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_specifier#

The type of the element whose kind parameter should be specified.

The type of the element whose kind parameter should be specified.