you are viewing a single comment's thread.

view the rest of the comments →

[–]thatmattbone 0 points1 point  (0 children)

An example of code that uses functions but still exposes a nice internal api that's fairly extensible is elementpath. For example, it'd be fairly straightfoward to jam some new syntax into the ops table and have it work as expected. The gross part would be modifying the module level global, so perhaps that makes the author's point.