X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/6deaef4760500e22bf3c3400dbd19437e4c2a71f..HEAD:/sym.pyx diff --git a/sym.pyx b/sym.pyx index eab6984..f456db8 100644 --- a/sym.pyx +++ b/sym.pyx @@ -28,6 +28,11 @@ cdef struct _sym_entry: PyObject *v cdef class SymTable (Mapping): + """ + SymTable([DICT], **KW) + + A mapping keyed by strings. + """ cdef sym_table _t cdef int _init(me) except -1: sym_create(&me._t)