treelib icon indicating copy to clipboard operation
treelib copied to clipboard

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

Open GalacticStarfish opened this issue 7 years ago • 1 comments

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 avatar Apr 23 '18 20:04 GalacticStarfish

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

GalacticStarfish avatar May 05 '19 01:05 GalacticStarfish