Trees | Indices | Help |
|
---|
|
1 # 2 # Copyright (C) 2003-2006 greg Landrum and Rational Discovery LLC 3 # 4 # @@ All Rights Reserved @@ 5 # This file is part of the RDKit. 6 # The contents are covered by the terms of the BSD license 7 # which is included in the file license.txt, found at the root 8 # of the RDKit source tree. 9 # 10 """ Supplies an abstract class for working with sequences of molecules 11 12 """ 13 1416 """ we must, at minimum, support forward iteration 17 18 """ 19 22 25 29 36 42 43 __next__ = next # PY344
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 26 11:18:47 2018 | http://epydoc.sourceforge.net |