[[["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 2023-04-26 UTC."],[[["`NumberField` represents a field with a numeric value, inheriting from `Field`."],["The `NumberField` constructor takes `name` and `value` as arguments, where `name` is the field's name and `value` is the numeric value."],["Attempting to set a non-numeric `value` will raise a `TypeError`, and setting an out of range value will raise a `ValueError`."],["Key attributes include `language`, `name`, and `value`, which respectively return the language code, the field's name, and the field's numeric value."],["`NumberField` has the methods `__eq__` and `__ne__` that are used to check the equality and inequality of the values respectively."]]],[]]