tokenize_backtick_quoted_string(token_generator: 'Iterator[tokenize.TokenInfo]', source: 'str', string_start: 'int') -> 'tuple[int, str]'
Moves the token_generator forwards till right after the next backtick.
The generator that yields the tokens of the source string (Tuple[int, str]). The generator is at the first token after the backtick (`)
The Python source code string.
This is the start of backtick quoted string inside the source string.
The token that represents the backtick quoted string. The integer is equal to BACKTICK_QUOTED_STRING (100).
Creates a token from a backtick quoted string.
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them