pystencils.types.PsType#
- class pystencils.types.PsType(const=False)#
Base class for all pystencils types.
- Parameters:
const (
bool
) – Const-qualification of this typeargs (Any)
kwargs (Any)
- Return type:
Any
- property required_headers: set[str]#
The set of header files required when this type occurs in generated code.