github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/interpreter/strings.build (about)

     1  TOYS = """
     2  acpi base64 basename blkid blockdev bunzip2 bzcat cal cat catv chattr
     3  whoami xargs xxd yes
     4  """
     5  
     6  TOYS2 = TOYS.strip().replace('\n', ' ').split(' ')
     7  
     8  TOYS3 = TOYS.strip()