issues
search
google
/
pytype
A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k
stars
279
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow TypedDict to inherit from Generic but mark generic variables as Any
#1843
copybara-service[bot]
opened
17 hours ago
0
Infinite loop at the end of file makes pytype output name-error with global lambda referring to a global variable
#1842
Jik
opened
5 days ago
0
Internal change
#1841
copybara-service[bot]
closed
3 days ago
0
`BadDependencyError` when assigning an inherited classmethod to a variable
#1840
Avasam
opened
1 week ago
0
add _Final class to typing module stubs
#1839
tungol
closed
1 week ago
1
Couldn't import pyi for 'tqdm.notebook' [pyi-error]
#1838
seangies
opened
2 weeks ago
0
internal change
#1837
copybara-service[bot]
opened
2 weeks ago
1
Add type annotations to mixin.py and fix up all places that their type annotation needed fixes after the change. This is the final CL for annotating type in pytype/abstract directory
#1836
copybara-service[bot]
closed
1 week ago
0
Add type annotations to abstract/class_mixin.py and correct / add type annotations that starts to break by the change
#1835
copybara-service[bot]
closed
2 weeks ago
0
CI: Migrate to upload-artifact@v4
#1834
copybara-service[bot]
closed
2 weeks ago
0
Add type annotations to abstract/function.py.
#1833
copybara-service[bot]
closed
2 weeks ago
0
Make _abstract a real module-like object
#1832
copybara-service[bot]
closed
2 weeks ago
0
Add type annotation for ContextWeakrefMixin
#1831
copybara-service[bot]
closed
3 weeks ago
0
Add type annotation on abstract/abstract_utils.py, and also add CFGNode.program which were missing in the cfg.pyi.
#1830
copybara-service[bot]
closed
3 weeks ago
0
Update the return type of `_get_template` as it seems to be wrongly annotated before.
#1829
copybara-service[bot]
closed
3 weeks ago
0
Add missing method of Variable::PasteBindingWithNewData and its type.
#1828
copybara-service[bot]
closed
4 weeks ago
0
Remove unnecessary `__ne__` fallbacks
#1827
copybara-service[bot]
closed
3 weeks ago
0
Annotate type on abstract/_typing.py
#1826
copybara-service[bot]
closed
4 weeks ago
0
Annotate type on abstract/_special_classes.py
#1825
copybara-service[bot]
closed
4 weeks ago
0
Annotate types on abstract/_singletons.py
#1824
copybara-service[bot]
closed
4 weeks ago
0
Annotate type on abstract/_pytd_function.py
#1823
copybara-service[bot]
closed
4 weeks ago
0
Annotate type on abstract/_interpreter_function.py
#1822
copybara-service[bot]
closed
4 weeks ago
0
Annotate type on abstract/_instances.py
#1821
copybara-service[bot]
closed
1 month ago
0
Annotate type on abstract/_instance.base.py
#1820
copybara-service[bot]
closed
1 month ago
0
Annotate type on abstract/_function_base.py, and also correct some types on _base.py and _classes.py that were incorrect.
#1819
copybara-service[bot]
closed
1 month ago
0
Remove an unused utility function.
#1818
johndoknjas
closed
3 weeks ago
5
Add type annotation on abstract/_classes.py.
#1817
copybara-service[bot]
closed
1 month ago
0
CI: Include all modules into pytype checking
#1816
copybara-service[bot]
closed
3 weeks ago
0
Correct the type of unique_parameter_values
#1815
copybara-service[bot]
closed
1 month ago
0
Annotate type on abstract/_base.py.
#1814
copybara-service[bot]
closed
1 month ago
0
Change get_type_key to return an element rather than a set. It seems that the type doesn't match between the super class and the child class, and as I see no test failing this seems to have been a mistake.
#1813
copybara-service[bot]
closed
1 month ago
0
`typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi` does not include properties added in v2.1.0
#1812
martinherrerias
opened
1 month ago
1
Sync up typegraph/CMakeLists.txt
#1811
copybara-service[bot]
closed
1 month ago
0
Manual type annotation API boundaries for every non-test python file in `pytype/typegraph/..` after using merge_pyi.
#1810
copybara-service[bot]
closed
1 month ago
0
Annotate types with the assistance of merge_pyi, and fix manually or remove the places where the type/import are wrong.
#1809
copybara-service[bot]
opened
1 month ago
0
Cross platform congrats
#1808
aesanchezgh
closed
1 month ago
1
Prepare for version 2024.10.11
#1807
copybara-service[bot]
closed
1 month ago
0
Remove obsolete utilities, particularly `strip_prefix`
#1806
copybara-service[bot]
closed
1 month ago
0
Remove `Never` annotations when merging pyi files.
#1805
copybara-service[bot]
closed
1 month ago
0
Fix resolution of ParamSpec in circular dependencies
#1804
copybara-service[bot]
closed
1 month ago
1
Stop exposing fake builtins `generator`, `asyncgenerator`, `coroutine`
#1803
copybara-service[bot]
closed
1 month ago
0
Update the 'main' target
#1802
copybara-service[bot]
closed
1 month ago
0
Print generic builtin names as lowercase
#1801
copybara-service[bot]
closed
1 month ago
0
Stop saving absolute paths in the pytd loader, part 2
#1800
copybara-service[bot]
closed
1 month ago
0
Add a comment about `collections.abc` vs `typing`
#1799
copybara-service[bot]
closed
1 month ago
0
Make `assert_type` more resilient with a string argument
#1798
copybara-service[bot]
closed
1 month ago
0
Unreplaced NamedType error related to ParamSpec and circular dependencies
#1797
tungol
closed
1 month ago
6
Make pytd printer resilient to `visitors.RemoveNamePrefix()`
#1796
copybara-service[bot]
closed
1 month ago
0
Construct the `TypeshedLoader` lazily
#1795
copybara-service[bot]
closed
1 month ago
0
Print union types with the pipe syntax
#1794
copybara-service[bot]
opened
1 month ago
0
Next