90694f121865073c93123c41046349ca84eb1a25
Python 3's filter and map functions returns an iterator which you can't call len() on. Since we'll want to use len() later, we put the filter results into a tuple. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
…
…
Description
Mirocom EDK2 fork
Languages
C
71.3%
Assembly
17%
Python
8.3%
Rich Text Format
1.3%
C++
0.8%
Other
0.9%