Lines Matching refs:split
74 grist, split, value = feature.partition('>')
77 if not value and not split:
97 split = __re_grist_and_value.match (name)
98 if not split:
101 return split.group (1)
131 split = os.path.splitext (name)
132 return split [0] + new_suffix
146 split = id.split ('.', 1)
147 toolset = split [0]
149 if len (split) > 1:
150 name = split [1]