mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-26 02:08:37 +08:00
Get finally rid of context.type.
This commit is contained in:
@@ -2,7 +2,6 @@ from jedi.common import unite
|
||||
|
||||
|
||||
class Context(object):
|
||||
type = None # TODO remove
|
||||
api_type = 'instance'
|
||||
"""
|
||||
Most contexts are just instances of something, therefore make this the
|
||||
|
||||
Reference in New Issue
Block a user