anot 0.0.5__cp310-cp310-musllinux_1_2_x86_64.whl → 0.0.6__cp310-cp310-musllinux_1_2_x86_64.whl
Sign up to get free protection for your applications and to get access to all the features.
- anot/_anot.cpython-310-x86_64-linux-gnu.so +0 -0
- anot/_anot.pyi +6 -4
- {anot-0.0.5.dist-info → anot-0.0.6.dist-info}/METADATA +1 -1
- anot-0.0.6.dist-info/RECORD +10 -0
- anot-0.0.5.dist-info/RECORD +0 -10
- {anot-0.0.5.dist-info → anot-0.0.6.dist-info}/WHEEL +0 -0
- {anot-0.0.5.dist-info → anot-0.0.6.dist-info}/entry_points.txt +0 -0
- {anot-0.0.5.dist-info → anot-0.0.6.dist-info}/licenses/LICENSE +0 -0
Binary file
|
anot/_anot.pyi
CHANGED
@@ -20,8 +20,8 @@ class SyntaxContext:
|
|
20
20
|
*,
|
21
21
|
node_type: str,
|
22
22
|
parent_type: str,
|
23
|
-
associated_name: Optional[str],
|
24
|
-
variable_name: Optional[str],
|
23
|
+
associated_name: Optional[str] = None,
|
24
|
+
variable_name: Optional[str] = None,
|
25
25
|
) -> None: ...
|
26
26
|
|
27
27
|
class Location:
|
@@ -34,8 +34,10 @@ class Annotation:
|
|
34
34
|
kind: str
|
35
35
|
content: str
|
36
36
|
location: Location
|
37
|
-
|
38
|
-
def __init__(
|
37
|
+
context: SyntaxContext
|
38
|
+
def __init__(
|
39
|
+
self, *, kind: str, content: str, location: Location, context: SyntaxContext
|
40
|
+
) -> None: ...
|
39
41
|
|
40
42
|
def extract_annotations(content: str, file_type: str) -> List[Annotation]: ...
|
41
43
|
def format_annotations(annotations: List[Annotation], format: str) -> str: ...
|
@@ -0,0 +1,10 @@
|
|
1
|
+
anot-0.0.6.dist-info/METADATA,sha256=yMkK9x6Rs6QXb51QqBWon0u9BgVwnLi9e_bf0D-YAmI,1961
|
2
|
+
anot-0.0.6.dist-info/WHEEL,sha256=rYFI8EztUBy8DW7s_sYoMUoQj6EP-gQmAO1QGruLaIM,107
|
3
|
+
anot-0.0.6.dist-info/entry_points.txt,sha256=mPWtQta64rfTTLVR2QTtFW5wrpI7NiIGXVM5iRRBfN4,42
|
4
|
+
anot-0.0.6.dist-info/licenses/LICENSE,sha256=4D2nzrtS-eVgo2u4a_1FtAW5ZR03wSoCRRjDLhs45_w,1067
|
5
|
+
anot.libs/libgcc_s-1e52349c.so.1,sha256=Ani0u_W_tB8ESsFePO4D2mn2lrgWLhyFdw6RETxBTYM,437537
|
6
|
+
anot/__init__.py,sha256=x8GiUNmA2g-xjluvl8dixs0h8LdajMDJ72D7eGYQuJs,330
|
7
|
+
anot/_anot.pyi,sha256=RdumOMDOd5LPiKQrJi2cnESWvL5J1UjDOCSQuEgBMXo,1085
|
8
|
+
anot/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
+
anot/_anot.cpython-310-x86_64-linux-gnu.so,sha256=j_WvpzewcY_KxQ8z0uws7UpU23b6RPm0wcP8HblaiII,5991169
|
10
|
+
anot-0.0.6.dist-info/RECORD,,
|
anot-0.0.5.dist-info/RECORD
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
anot-0.0.5.dist-info/METADATA,sha256=gvAhH17rkjH8zMtIKowcOOqF1VGvUtuahiRKSbln8U0,1961
|
2
|
-
anot-0.0.5.dist-info/WHEEL,sha256=rYFI8EztUBy8DW7s_sYoMUoQj6EP-gQmAO1QGruLaIM,107
|
3
|
-
anot-0.0.5.dist-info/entry_points.txt,sha256=mPWtQta64rfTTLVR2QTtFW5wrpI7NiIGXVM5iRRBfN4,42
|
4
|
-
anot-0.0.5.dist-info/licenses/LICENSE,sha256=4D2nzrtS-eVgo2u4a_1FtAW5ZR03wSoCRRjDLhs45_w,1067
|
5
|
-
anot.libs/libgcc_s-1e52349c.so.1,sha256=Ani0u_W_tB8ESsFePO4D2mn2lrgWLhyFdw6RETxBTYM,437537
|
6
|
-
anot/_anot.pyi,sha256=3YyirT8YqpjbTHu-a2ZOUk30nPLcb6ZsPGurx7LHECQ,1033
|
7
|
-
anot/__init__.py,sha256=x8GiUNmA2g-xjluvl8dixs0h8LdajMDJ72D7eGYQuJs,330
|
8
|
-
anot/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
anot/_anot.cpython-310-x86_64-linux-gnu.so,sha256=Kfq0bEKfbHRRIfpouoi0hsOD2-TJAohB-qvEhaI5iIA,5991169
|
10
|
-
anot-0.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|