summaryrefslogtreecommitdiff
path: root/astroid/inference_tip.py
Commit message (Expand)AuthorAgeFilesLines
* 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