1
0
forked from VimPlug/jedi

Resolved if/else issues in instances with get_defined_names.

This also means that class tests are now passing, except for private variables, which are not that important.
This commit is contained in:
Dave Halter
2014-11-04 00:23:23 +01:00
parent 1d2980cd2d
commit 8c775e0a18
2 changed files with 17 additions and 35 deletions

View File

@@ -22,6 +22,8 @@ py__bool__() Returns True/False/None; None means that
there's no certainty.
py__bases__(evaluator) Returns a list of base classes.
py__mro__(evaluator) Returns a list of classes (the mro).
py__getattribute__(evaluator, name) Returns a list of attribute values. The
name can be str or Name.
====================================== ========================================
__