stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
365 stars 118 forks source link

Preserve function docstrings #9

Closed fobdy closed 10 years ago

fobdy commented 10 years ago

Some function docstrings are lost in runtime environment because of require_axis decorator. I think functools.wraps helper will solve this problem.