is_valid_name
Description:
Validate a property name for a ParamSpec.
This can be useful for dynamically-generated properties which need to be validated at run-time before actually trying to create them.
See canonical parameter names for details of the rules for valid names.
Parameters:
name |
the canonical name of the property |
Returns:
true if |