Home »
MCQs »
CherryPy MCQs
Which of the following kid template commands in CherryPy returns the output content as an iterator?
66. Which of the following kid template commands in CherryPy returns the output content as an iterator?
- write
- Serialize
- Generate
Answer: C) Generate
Explanation:
The generate command returns the output content as an iterator.