projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bfa892
)
Add docstring to Channel.get_range.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 13:45:57 +0000
(09:45 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 13:45:57 +0000
(09:45 -0400)
pycomedi/channel.pyx
patch
|
blob
|
history
diff --git
a/pycomedi/channel.pyx
b/pycomedi/channel.pyx
index 015635ff301fe6c28074b54ae3f87ededa57d870..8da695c869ececd8a1c7be73cb61c5f4ac6e8929 100644
(file)
--- a/
pycomedi/channel.pyx
+++ b/
pycomedi/channel.pyx
@@
-97,6
+97,7
@@
cdef class Channel (object):
return ret
def get_range(self, index):
+ "`Range` instance for the `index`\ed range."
return self._get_range(index)
def _find_range(self, unit, min, max):