Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/e/r/erp5-HEAD/product/ERP5Type/ERP5Type.py erp5(Download)
continue elif k == 'id': k, v = 'role_name', tuple(x.strip() for x in v.split(';')) elif k in ('base_category', 'category'): k, v = 'role_' + k, tuple(y for y in (x.strip() for x in v) if y)