in pbspro/src/pbspro/resource.py [0:0]
def parse(self, expr: str) -> Any: expr = str(expr) return [x.strip() for x in expr.split(",")]