Kacper Wolkiewicz
Results
2
issues of
Kacper Wolkiewicz
Hi, I would like to read the data from the table in csv or json format, but I don't want to fetch all of the rows but, let's say, 100...
question
As in the title. It always returns `IntervalTree` instance instead of the subclass instance. ```ipython In [1]: from intervaltree import IntervalTree In [2]: class MyTree(IntervalTree): ...: pass ...: In [3]:...