chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
debian/control: Build-depend on `python-all-dev', not explicit versions.
[mLib-python]
/
sym.pyx
diff --git
a/sym.pyx
b/sym.pyx
index eab698401b6da211f726539f832e1dd46170d1ce..f456db8f7831220f575cfdab1b6e16c1e0b46fe0 100644
(file)
--- 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)