:right-sidebar: True TokenType =================================================================== .. currentmodule:: gi.repository.GLib .. class:: TokenType :no-contents-entry: The possible types of token returned from each :func:`~gi.repository.GLib.Scanner.get_next_token` call. Fields ------ .. rst-class:: interim-class .. class:: TokenType :no-index: .. attribute:: BINARY The type of the None singleton. .. attribute:: CHAR The type of the None singleton. .. attribute:: COMMA The type of the None singleton. .. attribute:: COMMENT_MULTI The type of the None singleton. .. attribute:: COMMENT_SINGLE The type of the None singleton. .. attribute:: EOF The type of the None singleton. .. attribute:: EQUAL_SIGN The type of the None singleton. .. attribute:: ERROR The type of the None singleton. .. attribute:: FLOAT The type of the None singleton. .. attribute:: HEX The type of the None singleton. .. attribute:: IDENTIFIER The type of the None singleton. .. attribute:: IDENTIFIER_NULL The type of the None singleton. .. attribute:: INT The type of the None singleton. .. attribute:: LEFT_BRACE The type of the None singleton. .. attribute:: LEFT_CURLY The type of the None singleton. .. attribute:: LEFT_PAREN The type of the None singleton. .. attribute:: NONE The type of the None singleton. .. attribute:: OCTAL The type of the None singleton. .. attribute:: RIGHT_BRACE The type of the None singleton. .. attribute:: RIGHT_CURLY The type of the None singleton. .. attribute:: RIGHT_PAREN The type of the None singleton. .. attribute:: STRING The type of the None singleton. .. attribute:: SYMBOL The type of the None singleton.