pyccel.ast.headers module#
Module containing the AST nodes which represent header information, namely the classes Header and MetaVariable.
- class pyccel.ast.headers.Header[source]View on GitHub#
Bases:
PyccelAstNode
- class pyccel.ast.headers.MetaVariable(name, value)[source]View on GitHub#
Bases:
HeaderRepresents the MetaVariable.
- property nameView on GitHub#
- property valueView on GitHub#