Skip to content

Commit 6646ee5

Browse files
committed
Update documentation
1 parent b7901e3 commit 6646ee5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

py2bit.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ Returns:\n\
186186
>>> import py2bit\n\
187187
>>> tb = py2bit.open(\"test/test.2bit\", storeMasked=True)\n\
188188
>>> print(tb.softMaskedBlocks(\"chr1\")\n\
189+
[(62, 70)]\n\
190+
>>> print(tb.softMaskedBlocks(\"chr1\", 0, 50)\n\
191+
[]\n\
189192
>>> tb.close()"},
190193
{"__enter__", (PyCFunction) py2bitEnter, METH_NOARGS, NULL},
191194
{"__exit__", (PyCFunction) py2bitClose, METH_VARARGS, NULL},

0 commit comments

Comments
 (0)