Skip to content
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.

Commit

Permalink
Add docstrings to kmod.kmod and kmod.kmod.Kmod.
Browse files Browse the repository at this point in the history
Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Oct 19, 2012
1 parent e17e301 commit ef87aa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kmod/kmod.pyx
Expand Up @@ -9,6 +9,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

"Define the Kmod class"

cimport cython as _cython
cimport _libkmod_h
from error import KmodError as _KmodError
Expand All @@ -19,6 +21,7 @@ import list as _list


cdef class Kmod (object):
"Wrap a struct kmod_ctx* item"
def __cinit__(self):
self._kmod_ctx = NULL

Expand Down

0 comments on commit ef87aa2

Please sign in to comment.