mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
temporary commit: introduced MultiLevelAttributeError. many prints to remove
This commit is contained in:
@@ -150,7 +150,7 @@ CallClass()()
|
||||
# -----------------
|
||||
# properties
|
||||
# -----------------
|
||||
class Property(object):
|
||||
class Property():
|
||||
def __init__(self, fget, fset = None, fdel = None, doc = None):
|
||||
self.fget = fget
|
||||
self.fset = fset
|
||||
|
||||
Reference in New Issue
Block a user