pykythe
pykythe copied to clipboard
src_browser.js mouse-over @dataclass(frozen=True)
When mouseover True, no highlighting.
Code has been added to catch this case, in mouseoverAnchor:
(g_anchor_to_anchors[mouse_target.id] || [])
Also, the bare word "dataclasses" in from dataclasses import dataclass doesn't handle mouseover.
And the "." in from . import pod isn't highlighted.
These probably have to do with the new code for mouseover (g_anchor_to_anchors).