We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad5ca8 commit a59d349Copy full SHA for a59d349
1 file changed
scripts/templates/helper.py
@@ -28,7 +28,7 @@ def is_class(obj):
28
@staticmethod
29
def is_experimental(obj):
30
try:
31
- return True if re.search("Exp$", obj['name']) else False
+ return True if re.search("Exp[0-9]*$", obj['name']) else False
32
except:
33
return False
34
0 commit comments