Skip to content

Commit c656a60

Browse files
committed
adds printable string shortcut
1 parent 9d6164b commit c656a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

refinery/lib/patterns/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ class formats(_PatternEnum):
595595
integer = int
596596
number = num
597597
string = str
598+
ps = printable
598599

599600
@classmethod
600601
def from_dashname(cls, key: str):

0 commit comments

Comments
 (0)