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]
/
atom.pyx
diff --git
a/atom.pyx
b/atom.pyx
index cee88b90fec7f3da379770f2b1fab2245e9eee56..5c637227f73512148917e73f1773aa57826a7df7 100644
(file)
--- a/
atom.pyx
+++ b/
atom.pyx
@@
-37,6
+37,7
@@
cdef class AtomIter:
return me
def atoms():
+ """atoms() -> ITER: return iterator over known atoms"""
return AtomIter()
###----- That's all, folks --------------------------------------------------