Lines Matching +full:add +full:- +full:path
16 Each pair is a pattern ID and pattern path
18 Each pair is an output ID and an output path
53 a = str("%s -> %s%s(%d)\n" % (g,' ' * self.ident, str(self.data),self.id))
91 # New path for this node (when we want a new subfolder
109 def path(self): member in TreeElem
118 return(os.path.join(self.parent._fullPath() , self.path))
123 return(os.path.normpath(self._fullPath()))
128 if p and self.path:
129 return(p + ":" + self.path)
132 if self.path:
133 return(self.path)
144 """ Add a group to this node
147 g (TreeElem) : group to add
236 """ Add a new pattern
240 thePath (str) : pattern path
248 """ Add a new parameter file
251 paramKind (int) : parameter kind (path or generator)
253 thePath (str or list) : parameter path or generator data
261 """ Add a new output
265 thePath (str) : output path
274 filePath (str) : Path to the description file
284 #print("-%s-" % leftSpaces)
290 regPat = r'^[ \t]+Pattern[ \t]+([a-zA-Z0-9_]+)[ \t]*:[ \t]*(.+)$'
291 regOutput = r'^[ \t]+Output[ \t]+([a-zA-Z0-9_]+)[ \t]*:[ \t]*(.+)$'
312 # print(" -> %d" % (identLevel))
314 # print("%d -> %d" % (current.ident,identLevel))
333 # Same identation, we add to parent
339 #print("--")