tooluniverse.tools.PubChem_get_compound_synonyms_by_CID moduleΒΆ PubChem_get_compound_synonyms_by_CID Get complete list of synonyms for compound by CID. tooluniverse.tools.PubChem_get_compound_synonyms_by_CID.PubChem_get_compound_synonyms_by_CID(cid, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ Get complete list of synonyms for compound by CID. Parameters: cid (int) β Compound ID to query synonyms for, e.g., 2244. stream_callback (Callable, optional) β Callback for streaming output use_cache (bool, default False) β Enable caching validate (bool, default True) β Validate parameters Return type: Any