1
0
forked from VimPlug/jedi

Refactor the mixed objects a bit to make at least some interpreter tests pass.

This commit is contained in:
Dave Halter
2016-12-16 17:17:03 +01:00
parent 575352d4b6
commit 9ac301d0c3
7 changed files with 93 additions and 114 deletions

View File

@@ -2,10 +2,9 @@ from jedi.common import unite
class Context(object):
api_type = 'instance'
api_type = None
"""
Most contexts are just instances of something, therefore make this the
default to make subclassing a lot easier.
To be defined by subclasses.
"""
predefined_names = {}