caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
801 stars 185 forks source link

What does the `cor` in `dt_line_cor` stand for? #92

Open GalacticStarfish opened 6 years ago

GalacticStarfish commented 6 years ago

What does the abbreviation cor in variable named dt_line_cor represent?

This is in the method tree.__get_iter

dt_vline, dt_box, dt_line_cor = dt

clearly vline is "vertical line," but I'm not sure what cor is supposed to signify.

GalacticStarfish commented 5 years ago

I figured it out. "cor" stands for "corner." I really wish someone would write some documentation for the code.