SYMBOL INDEX (27 symbols across 3 files) FILE: scripts/build_changelog.py class Tag (line 13) | class Tag(Enum): function get_markdown_hyperlinks (line 20) | def get_markdown_hyperlinks(text: str) -> List[str]: class HistoryHTMLParser (line 27) | class HistoryHTMLParser(HTMLParser): method error (line 28) | def error(self, message): method __init__ (line 31) | def __init__(self): method handle_starttag (line 38) | def handle_starttag(self, tag: str, attrs): method handle_endtag (line 41) | def handle_endtag(self, tag): method handle_data (line 44) | def handle_data(self, data: str): function main (line 62) | def main(): FILE: testSrc/com/jetbrains/python/fixtures/PythonMockSdk.java class PythonMockSdk (line 28) | public final class PythonMockSdk { method PythonMockSdk (line 30) | private PythonMockSdk() { method create (line 33) | public static @NotNull Sdk create(@NotNull String name) { method create (line 37) | public static @NotNull Sdk create(@NotNull LanguageLevel level, Virtua... method create (line 41) | private static @NotNull Sdk create(@NotNull String name, @NotNull Lang... method create (line 45) | public static @NotNull Sdk create(@NotNull String pathSuffix, @NotNull... method create (line 50) | public static @NotNull Sdk create(@NotNull String name, @NotNull Strin... method createRoots (line 69) | private static @NotNull List createRoots(@NotNull @NonNls... method toVersionString (line 83) | private static @NotNull String toVersionString(@NotNull LanguageLevel ... class PyMockSdkType (line 87) | private static final class PyMockSdkType implements SdkTypeId { method PyMockSdkType (line 92) | private PyMockSdkType(@NotNull LanguageLevel level) { method getName (line 96) | @NotNull method getVersionString (line 102) | @Nullable method saveAdditionalData (line 108) | @Override method loadAdditionalData (line 112) | @Nullable FILE: testSrc/com/jetbrains/python/fixtures/PythonTestUtil.java class PythonTestUtil (line 21) | public class PythonTestUtil { method PythonTestUtil (line 22) | private PythonTestUtil() { method getTestDataPath (line 25) | public static String getTestDataPath() {