parse_file( (MolFileIOReader)arg1, (str)filename [, (str)type='']) -> object :
parse file, with the possibility of type autodetection.
C++ signature :
utility::vector1<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule>, std::allocator<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule> > > parse_file(core::chemical::sdf::MolFileIOReader {lvalue},std::string [,std::string=''])
parse_file( (MolFileIOReader)arg1, (std_istream)file, (str)type) -> object :
parse file from stream, type must be specified.
C++ signature :
utility::vector1<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule>, std::allocator<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule> > > parse_file(core::chemical::sdf::MolFileIOReader {lvalue},std::istream {lvalue},std::string)
|