Trees | Indices | Help |
|
---|
|
object --+ | VLib.Node.VLibNode --+ | DbFpSupplier --+ | ForwardDbFpSupplier
DbFp supplier supporting only forward iteration >>> import os.path >>> from rdkit.Dbase.DbConnection import DbConnect >>> fName = RDConfig.RDTestDatabase >>> conn = DbConnect(fName,'simple_combined') >>> suppl = ForwardDbFpSupplier(conn.GetData()) we can loop over the supplied fingerprints: >>> fps = [] >>> for fp in suppl: ... fps.append(fp) >>> len(fps) 12
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
DbResults should be a subclass of Dbase.DbResultSet.DbResultBase
|
resets our iteration state
|
NOTE: this has side effects |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 23 18:49:15 2016 | http://epydoc.sourceforge.net |