polyglot-piranha 0.3.29__cp38-cp38-manylinux_2_34_aarch64.whl → 0.3.31__cp38-cp38-manylinux_2_34_aarch64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- polyglot_piranha/__init__.pyi +3 -0
- polyglot_piranha/polyglot_piranha.cpython-38-aarch64-linux-gnu.so +0 -0
- {polyglot_piranha-0.3.29.dist-info → polyglot_piranha-0.3.31.dist-info}/METADATA +1 -1
- polyglot_piranha-0.3.31.dist-info/RECORD +11 -0
- {polyglot_piranha-0.3.29.dist-info → polyglot_piranha-0.3.31.dist-info}/WHEEL +1 -1
- polyglot_piranha-0.3.29.dist-info/RECORD +0 -11
- {polyglot_piranha-0.3.29.dist-info → polyglot_piranha-0.3.31.dist-info}/licenses/LICENSE +0 -0
- {polyglot_piranha-0.3.29.dist-info → polyglot_piranha-0.3.31.dist-info}/licenses/NOTICE +0 -0
polyglot_piranha/__init__.pyi
CHANGED
@@ -227,6 +227,8 @@ class Rule:
|
|
227
227
|
"Filters to test before applying a rule"
|
228
228
|
is_seed_rule: bool
|
229
229
|
"Marks a rule as a seed rule"
|
230
|
+
delete_comments: bool
|
231
|
+
"Make comment deleting optional"
|
230
232
|
|
231
233
|
def __init__(
|
232
234
|
self,
|
@@ -238,6 +240,7 @@ class Rule:
|
|
238
240
|
holes: set[str] = set(),
|
239
241
|
filters: set[Filter] = set(),
|
240
242
|
is_seed_rule: bool = True,
|
243
|
+
delete_comments: bool = True,
|
241
244
|
):
|
242
245
|
"""
|
243
246
|
Constructs `Rule`
|
Binary file
|
@@ -0,0 +1,11 @@
|
|
1
|
+
LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
|
2
|
+
NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
|
3
|
+
polyglot_piranha-0.3.31.dist-info/METADATA,sha256=JptqKltU8tDdFyjVFpwERODYPo6OOBULMzfvNaMN_Dc,4918
|
4
|
+
polyglot_piranha-0.3.31.dist-info/WHEEL,sha256=KYmHwu-rz_EgJxsneNID8uNIB4N-EFTJ2DIUOVgRuRg,107
|
5
|
+
polyglot_piranha-0.3.31.dist-info/licenses/LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
|
6
|
+
polyglot_piranha-0.3.31.dist-info/licenses/NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
|
7
|
+
polyglot_piranha/__init__.py,sha256=pghVgChf0-NgAG_zd7CzKtvFuBDxg5Wh-GcHx2PoTzg,147
|
8
|
+
polyglot_piranha/__init__.pyi,sha256=yAwOSOFIsxdByRVJ6-38VM2LtkVgrMPa4E3hNEnPwVU,10774
|
9
|
+
polyglot_piranha/polyglot_piranha.cpython-38-aarch64-linux-gnu.so,sha256=O-E40hsMDoFb5o5hxXkyM0kRkmJBYlU13PWjuNfYAX8,24330856
|
10
|
+
polyglot_piranha/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
+
polyglot_piranha-0.3.31.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
polyglot_piranha-0.3.29.dist-info/METADATA,sha256=2ahhMw1HgxPKFkj9o82MlsJ8cdw5B8DF_SyjYF2s6Jk,4918
|
2
|
-
polyglot_piranha-0.3.29.dist-info/WHEEL,sha256=FzmgBqwmJnuupCHGKmqvVo2iyc1l0cvXUGo8Lzdzgk8,107
|
3
|
-
polyglot_piranha-0.3.29.dist-info/licenses/LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
|
4
|
-
polyglot_piranha-0.3.29.dist-info/licenses/NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
|
5
|
-
LICENSE,sha256=7qqytxojDvLpt8CphcCVvEQilegiJ0x_oDkwHJU-1z4,11359
|
6
|
-
NOTICE,sha256=9bEJKCdL0MABjEknpMHXbYBZSkGVGRXYcSxSXS293X0,147
|
7
|
-
polyglot_piranha/__init__.py,sha256=pghVgChf0-NgAG_zd7CzKtvFuBDxg5Wh-GcHx2PoTzg,147
|
8
|
-
polyglot_piranha/__init__.pyi,sha256=fj3vQo-gU4zKyfihElGEjHZvGLZ0LPXV4Dj1_TCw5Is,10673
|
9
|
-
polyglot_piranha/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
polyglot_piranha/polyglot_piranha.cpython-38-aarch64-linux-gnu.so,sha256=hPyLC55ODiR6v3e4b07eOpk1sv8W8PgUpND4T0tD5i0,24331096
|
11
|
-
polyglot_piranha-0.3.29.dist-info/RECORD,,
|
File without changes
|
File without changes
|