@@ -116,8 +116,8 @@ def anchor(self):
116116 - One of the following enumeration values:
117117 ['free']
118118 - 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)?$']
121121
122122 Returns
123123 -------
@@ -786,8 +786,8 @@ def matches(self):
786786
787787 The 'matches' property is an enumeration that may be specified as:
788788 - 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)?$']
791791
792792 Returns
793793 -------
@@ -930,8 +930,8 @@ def overlaying(self):
930930 - One of the following enumeration values:
931931 ['free']
932932 - 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)?$']
935935
936936 Returns
937937 -------
@@ -1129,8 +1129,8 @@ def scaleanchor(self):
11291129 - One of the following enumeration values:
11301130 [False]
11311131 - 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)?$']
11341134
11351135 Returns
11361136 -------
0 commit comments