preprocessor_version property

preprocessor_version property

Gets or sets the preprocessor version.

Definition:

@property
def preprocessor_version(self):
    ...
@preprocessor_version.setter
def preprocessor_version(self, value):
    ...

See Also