Home
last modified time | relevance | path

Searched refs:tup (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/tools/lldbmacros/core/ !
H A Dcaching.py338 def __init__(self, tup, hash=hash): argument
339 self[:] = tup
340 self.hashvalue = hash(tup)