1
0
forked from VimPlug/jedi

Remove the old is_generated.

This commit is contained in:
Dave Halter
2014-10-28 02:11:50 +01:00
parent b3d87302f9
commit d667f19c57

View File

@@ -1239,7 +1239,7 @@ class Param(Base):
A helper class for functions. Read only.
"""
__slots__ = ('tfpdef', 'default', 'stars', 'parent', 'is_generated', 'annotation_stmt')
__slots__ = ('tfpdef', 'default', 'stars', 'parent', 'annotation_stmt')
def __init__(self, tfpdef, parent, default=None, stars=0):
self.tfpdef = tfpdef # tfpdef: see grammar.txt