c method

c(d)

def c(self, d: List[str]):
    ...
ParameterTypeDescription
dList[str]

See Also