OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndecorators
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py
379
ndecorators
= len(node.decorators.nodes)
381
ndecorators
= 0
391
for i in range(
ndecorators
):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py
379
ndecorators
= len(node.decorators.nodes)
381
ndecorators
= 0
391
for i in range(
ndecorators
):
[
all
...]
Completed in 177 milliseconds