16 Function to get a list of supported programming languages. |
16 Function to get a list of supported programming languages. |
17 |
17 |
18 @return list of supported programming languages |
18 @return list of supported programming languages |
19 @rtype list of str |
19 @rtype list of str |
20 """ |
20 """ |
21 return list(FrameworkNames.keys()) |
21 return list(FrameworkNames) |
22 |
22 |
23 |
23 |
24 def isLanguageSupported(language): |
24 def isLanguageSupported(language): |
25 """ |
25 """ |
26 Function to check, if the given programming language is supported by any |
26 Function to check, if the given programming language is supported by any |