mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-31 09:14:21 +08:00
* end_pos calculation didn't respect multiline tokens * replaced all index access to Token * wrapped all code that injects token tuples with Token.from_tuple() * repr of Token is still its tuple form!? * PEP8 where I read or wrote code