But wondering why it's using ">>". I'm not great with Python. How does this ">>" thing work and why does it make sense to associate elements with ">>".
In this case they’re overriding bitshifting. In terms of why, it does feel like a natural visual choice.
https://github.com/mingrammer/diagrams/blob/master/diagrams/...
Of course C++ has it, and it is one of the great footguns in its arsenal.
In this case they’re overriding bitshifting. In terms of why, it does feel like a natural visual choice.
https://github.com/mingrammer/diagrams/blob/master/diagrams/...