Searched defs:decorators (Results 1 – 8 of 8) sorted by relevance
| /external/python/cpython2/Lib/ |
| D | symbol.py | 17 decorators = 260 variable
|
| /external/python/cpython3/Include/ |
| D | graminit.h | 7 #define decorators 260 macro
|
| /external/python/cpython2/Include/ |
| D | graminit.h | 7 #define decorators 260 macro
|
| /external/python/cpython3/Lib/ |
| D | symbol.py | 17 decorators = 260 variable
|
| /external/python/apitools/apitools/gen/ |
| D | extended_descriptor.py | 134 decorators = messages.StringField(102, repeated=True) variable in ExtendedMessageDescriptor
|
| /external/tensorflow/tensorflow/tools/docs/ |
| D | parser.py | 932 def decorators(self): member in _FunctionPageInfo 1134 def _add_method(self, short_name, full_name, obj, doc, signature, decorators): argument
|
| /external/python/cpython2/Lib/compiler/ |
| D | transformer.py | 227 def decorators(self, nodelist): member in Transformer
|
| D | ast.py | 311 def __init__(self, name, bases, doc, code, decorators = None, lineno=None): argument 547 def __init__(self, decorators, name, argnames, defaults, flags, doc, code, lineno=None): argument
|