Home
last modified time | relevance | path

Searched defs:decoratornames (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/astroid/
H A Dscoped_nodes.py754 def decoratornames(self): member in Function
765 decoratornames = cached(decoratornames) variable in Function
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dscoped_nodes.py1820 def decoratornames(self, context=None): member in FunctionDef