src/eric7/Testing/__init__.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10372:1444b4bee64b 10373:093dcebe5ecb
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

eric ide

mercurial