When writing python 3 code such as:
function = int
Sonar rule S5806 will flag function
as a built-in keyword. The rule even links to the official python documentation but the official doc never mention this as being reserved AFAIK.
Links:
When writing python 3 code such as:
function = int
Sonar rule S5806 will flag function
as a built-in keyword. The rule even links to the official python documentation but the official doc never mention this as being reserved AFAIK.
Links: