check_smiles_contains_no_dot

check_smiles_contains_no_dot(smiles: str) bool[source]

Checks if SMILES contains no dot.

Parameters:

smiles (str) – The SMILES.

Returns:

A boolean if the SMILES meets the given criteria.

Return type:

bool