Lines Matching refs:split
40 def __init__(self, split):
41 self.split = split
43 values = value.split(self.split)
74 # if action=split, but allows the option arguments
75 # themselves to be lists separated by the split variable'''
77 if kwargs.get('action', None) == 'append' and 'split' in kwargs:
78 split = kwargs.pop('split')
82 kwargs['callback'] = splitter(split)