Home »
MCQs »
CherryPy MCQs
Which of the following kid template commands in CherryPy returns a string representation of the output content?
65. Which of the following kid template commands in CherryPy returns a string representation of the output content?
- write
- Serialize
- Generate
Answer: B) Serialize
Explanation:
Serialize function returns a string representation of the output content.