X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/a19eaede18c9176b382df01e4f6c6e5c04a87d0f..addc0c3760b565ead630bd67cc038b31954b9284:/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)