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

     1  a, b, c = 'a:b:c'.split(':')
     2  
     3  d, e, f = 'abc.def'.partition('.')