mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
This adds comments documentign the meaning of the type flag bits `MP_TYPE_FLAG_IS_SUBCLASSED` and `MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS`, for consistency with the comments added later on documenting the other flags. These flags were were originally made part of the public API inc3450effd4. This block of doc comments was only added later on when `MP_TYPE_FLAG_EQ_NOT_REFLEXIVE`, `MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE`, and `MP_TYPE_FLAG_EQ_HAS_NEQ_TEST` were added in9ec1caf42e. Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
62 KiB
62 KiB