Commit e014940
committed
export symbols using
Mentioned in #1322
Explanation on how it works - https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#library-interface
Example failing snippet:
```python
import pygit2
def test(repo: pygit2.Repository):
...
```__all__ to avoid typing errors1 parent 894a4dc commit e014940
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments