Searched refs:fixedhash (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 67 fixedhash = fn + ":" + str(fstat.st_size) + ":" + str(fstat.st_mtime) 72 parser.parse_python(None, filename=fn, lineno=1, fixedhash=fixedhash+f) 77 parser.parse_python(src, filename=fn, lineno=lineno, fixedhash=fixedhash+f) 326 def parse_python(self, node, lineno=0, filename="<string>", fixedhash=None): argument 327 if not fixedhash and (not node or not node.strip()): 330 if fixedhash: 331 h = fixedhash 351 if fixedhash and not node:
|