mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
decorator's that are not found, are now just being ignored / introduced new testing file
This commit is contained in:
@@ -151,6 +151,31 @@ CallClass()()
|
||||
# properties
|
||||
# -----------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class B():
|
||||
@property
|
||||
def r(self):
|
||||
@@ -172,6 +197,8 @@ B().p
|
||||
##? []
|
||||
B().p()
|
||||
|
||||
property2 = property
|
||||
|
||||
# -----------------
|
||||
# class decorators
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user