@@ -116,8 +116,8 @@ def anchor(self):
116
116
- One of the following enumeration values:
117
117
['free']
118
118
- A string that matches one of the following regular expressions:
119
- ['^x([2-9]| [1-9] [0-9]+)?( domain)?$',
120
- '^y([2-9]| [1-9] [0-9]+)?( domain)?$']
119
+ ['^x(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$',
120
+ '^y(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$']
121
121
122
122
Returns
123
123
-------
@@ -786,8 +786,8 @@ def matches(self):
786
786
787
787
The 'matches' property is an enumeration that may be specified as:
788
788
- A string that matches one of the following regular expressions:
789
- ['^x([2-9]| [1-9] [0-9]+)?( domain)?$',
790
- '^y([2-9]| [1-9] [0-9]+)?( domain)?$']
789
+ ['^x(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$',
790
+ '^y(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$']
791
791
792
792
Returns
793
793
-------
@@ -930,8 +930,8 @@ def overlaying(self):
930
930
- One of the following enumeration values:
931
931
['free']
932
932
- A string that matches one of the following regular expressions:
933
- ['^x([2-9]| [1-9] [0-9]+)?( domain)?$',
934
- '^y([2-9]| [1-9] [0-9]+)?( domain)?$']
933
+ ['^x(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$',
934
+ '^y(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$']
935
935
936
936
Returns
937
937
-------
@@ -1129,8 +1129,8 @@ def scaleanchor(self):
1129
1129
- One of the following enumeration values:
1130
1130
[False]
1131
1131
- A string that matches one of the following regular expressions:
1132
- ['^x([2-9]| [1-9] [0-9]+)?( domain)?$',
1133
- '^y([2-9]| [1-9] [0-9]+)?( domain)?$']
1132
+ ['^x(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$',
1133
+ '^y(\\ [2-9\\ ]| \\ [1-9\\ ] \\ [0-9\\ ]+)?( domain)?$']
1134
1134
1135
1135
Returns
1136
1136
-------
0 commit comments