anot 0.0.5__cp312-cp312-win_amd64.whl → 0.0.6__cp312-cp312-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- anot/_anot.cp312-win_amd64.pyd +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 +9 -0
- anot-0.0.5.dist-info/RECORD +0 -9
- {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
anot/_anot.cp312-win_amd64.pyd
CHANGED
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,9 @@
|
|
1
|
+
anot-0.0.6.dist-info/METADATA,sha256=mGZoEu0qqZUVIkrGaUyBb28ejgKAEyhie3S40GiqI_0,2000
|
2
|
+
anot-0.0.6.dist-info/WHEEL,sha256=2fdNHxJvS2bAcI00delQ4QrnR7Oujl4cP2y-SRm5elU,96
|
3
|
+
anot-0.0.6.dist-info/entry_points.txt,sha256=mPWtQta64rfTTLVR2QTtFW5wrpI7NiIGXVM5iRRBfN4,42
|
4
|
+
anot-0.0.6.dist-info/licenses/LICENSE,sha256=YFc2tFnzSazacsYmIt-qeNNkAfo6pb_elMqhfd80X94,1088
|
5
|
+
anot/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
anot/_anot.pyi,sha256=qVS-VfvzZHdJV5ELUYZfOgUEb4DnrVwRRvGk7ZsnrtE,1129
|
7
|
+
anot/__init__.py,sha256=obi_D-AIr8bEnmgYT-RglUcZYFhbrCwTaglMwGa5QIw,353
|
8
|
+
anot/_anot.cp312-win_amd64.pyd,sha256=deFa9l1CWe5zdhjjYenwG-gyTQPfa9MFHol8_4jRQ50,4728320
|
9
|
+
anot-0.0.6.dist-info/RECORD,,
|
anot-0.0.5.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
anot-0.0.5.dist-info/METADATA,sha256=_0HyEjQEWD_NSFhYzLMJJx45eAkBY8YV7g_b252_qH0,2000
|
2
|
-
anot-0.0.5.dist-info/WHEEL,sha256=2fdNHxJvS2bAcI00delQ4QrnR7Oujl4cP2y-SRm5elU,96
|
3
|
-
anot-0.0.5.dist-info/entry_points.txt,sha256=mPWtQta64rfTTLVR2QTtFW5wrpI7NiIGXVM5iRRBfN4,42
|
4
|
-
anot-0.0.5.dist-info/licenses/LICENSE,sha256=YFc2tFnzSazacsYmIt-qeNNkAfo6pb_elMqhfd80X94,1088
|
5
|
-
anot/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
anot/_anot.pyi,sha256=ndYQYG7iiDslQSYs2BylcHVwcPF1JicNwYPbC4tP_gU,1075
|
7
|
-
anot/__init__.py,sha256=obi_D-AIr8bEnmgYT-RglUcZYFhbrCwTaglMwGa5QIw,353
|
8
|
-
anot/_anot.cp312-win_amd64.pyd,sha256=z9ptoDPpLNkFtsgdzinKAzLHWgwlXZWGioDZzVuQPy8,4728320
|
9
|
-
anot-0.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|