features property

features property

Gets the supported features.

Remarks

Learn more: | | |

Example

If the feature isn’t supported, the method returns null instead of the value. Some operations may consume significant time. So it’s not optimal to call the method to just check the support for the feature. For this purpose Features property is used:

Definition:

@property
def features(self):
    ...

See Also