[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The `cmp` function emulates Python 2's comparison behavior in Python 3."],["It is designed to support Titanoboa's port of apphosting, rather than being a complete emulation of all aspects of Python 2's `cmp`."],["The function takes two objects, `a` and `b`, as arguments for comparison."],["It returns a negative value if `a` is less than `b`, 0 if they are equal, and a positive value if `a` is greater than `b`."]]],[]]