mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
basically working descriptors!
This commit is contained in:
@@ -187,10 +187,10 @@ class B():
|
||||
def r(self, value):
|
||||
pass
|
||||
|
||||
#? []
|
||||
B().r.
|
||||
#? []
|
||||
B().r()
|
||||
#? int()
|
||||
B().r
|
||||
|
||||
class Decorator(object):
|
||||
def __init__(self, func):
|
||||
|
||||
Reference in New Issue
Block a user