Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@qi.bind(qi.String, (qi.String, qi.Int32), "plik")
def plok(self, name, index):
print("ploK")
return name[index]