summaryrefslogtreecommitdiff
path: root/astroid/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-5/+5
* Update the docstring of object_type in order to make it clearer for its actua...Claudiu Popa2015-10-291-2/+4
* Add support for indexing containers with instances which provides an __index_...Claudiu Popa2015-10-221-0/+24
* Add tests for aliasesCeridwen2015-08-211-1/+1
* Convert line endings for some files back to DOSCeridwen2015-08-151-158/+158
* Merge main into defaultCeridwen2015-08-141-7/+9
|\
| * Move InferenceContext and CallContext into astroid.contextClaudiu Popa2015-08-121-1/+2
| * Move YES to astroid.util.Claudiu Popa2015-08-091-4/+5
| * Return YES if no types could be deduced for the type builtin.Claudiu Popa2015-08-021-1/+1
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-156/+156
|/
* Add helpers.is_supertype and helpers.is_subtype, two functions for checking i...Claudiu Popa2015-06-261-16/+77
* Add astroid.helpers, a module of various useful utilities which don't belong ...Claudiu Popa2015-06-241-0/+95