basedpyright 1.36.1 → 1.36.2-04e32b2e86da1e6210f2737e52016abd1eb40e4d
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.
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"""This is a template module just for instruction."""
|
|
2
|
-
|
|
3
1
|
import sys
|
|
4
2
|
from typing import Any, ClassVar, final
|
|
5
3
|
|
|
@@ -7,23 +5,12 @@ class Str(str): ...
|
|
|
7
5
|
|
|
8
6
|
@final
|
|
9
7
|
class Xxo:
|
|
10
|
-
|
|
11
|
-
def demo(self) -> None:
|
|
12
|
-
"""demo(o) -> o"""
|
|
13
|
-
...
|
|
8
|
+
def demo(self) -> None: ...
|
|
14
9
|
if sys.version_info >= (3, 11) and sys.platform != "win32":
|
|
15
10
|
x_exports: int
|
|
16
11
|
|
|
17
|
-
def foo(i: int, j: int, /) -> Any:
|
|
18
|
-
|
|
19
|
-
foo(i,j)
|
|
20
|
-
|
|
21
|
-
Return the sum of i and j.
|
|
22
|
-
"""
|
|
23
|
-
...
|
|
24
|
-
def new() -> Xxo:
|
|
25
|
-
"""new() -> new Xx object"""
|
|
26
|
-
...
|
|
12
|
+
def foo(i: int, j: int, /) -> Any: ...
|
|
13
|
+
def new() -> Xxo: ...
|
|
27
14
|
|
|
28
15
|
if sys.version_info >= (3, 10):
|
|
29
16
|
class Error(Exception): ...
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "basedpyright",
|
|
3
3
|
"displayName": "basedpyright",
|
|
4
4
|
"description": "a fork of pyright with various type checking improvements, pylance features and more.",
|
|
5
|
-
"version": "1.36.
|
|
5
|
+
"version": "1.36.2-04e32b2e86da1e6210f2737e52016abd1eb40e4d",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "detachhead"
|