How to use the qi.String function in qi

To help you get started, we’ve selected a few qi examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aldebaran / libqi / python / examples / qiservice.py View on Github external
    @qi.bind(qi.String, (qi.String, qi.Int32), "plik")
    def plok(self, name, index):
        print("ploK")
        return name[index]