vice.core.dataframe.ccsn_yield_table.isotopes ============================================= Type : ``tuple`` The stable isotopes whose yields are reported by the nucleosynthesis study. If this table was generated with a call to vice.yields.ccsne.table with the keyword argument ``isotopic = False``, this attribute will be ``None``. Example Code ------------ >>> import vice >>> example = vice.yields.ccsne.table("c", isotopic = True) >>> example.isotopes ('c12', 'c13')