summaryrefslogtreecommitdiff
path: root/astroid/inference_tip.py
Commit message (Expand)AuthorAgeFilesLines
* Add disableJacob Walls2023-05-151-1/+2
* Add a bound to the inference tips cacheJacob Walls2023-05-151-3/+9
* Add `InferenceContext.is_empty()`Jacob Walls2023-05-151-0/+3
* Remove cache entries in all exit pathsJacob Walls2023-05-151-3/+10
* Improve typing of inference functions (#2166)Jacob Walls2023-05-071-24/+27
* Complete cache key for inference tip (#2158)Jacob Walls2023-05-061-8/+22
* Import `typing_extensions` under version guard.Jacob Walls2023-05-061-2/+6
* Remove dependency on ``wrapt``Daniël van Noord2023-04-011-18/+22
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Create ``UninferableBase``Daniël van Noord2023-02-051-8/+3
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-2/+2
* Finish typing of ``astroid.manager.py`` (#1806)Daniël van Noord2022-09-211-1/+1
* Revert "Add a bound to the inference tips cache (#1565)" (#1570)Jacob Walls2022-05-171-5/+1
* Add a bound to the inference tips cache (#1565)Jacob Walls2022-05-151-1/+5
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+2
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-3/+3
* Move ``InferFn`` to ``typing.py``Daniël van Noord2022-03-121-1/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+1
* Fix recursion error for inference of self-referencing class attribute (#1392)Daniël van Noord2022-02-211-3/+17
* Removed mutable default value in _inference_tip_cache (#1139)Sergei Lebedev2021-08-271-18/+15
* Add typing for 'inference_tip'Pierre Sassoulas2021-07-061-2/+8
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-2/+2
* Create a file for inference tipPierre Sassoulas2021-06-151-0/+71