Searched refs:ProxyFactory (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dproxy.py252 class ProxyFactory(object): class in inherits:object
268 Parent = ProxyFactory(search_self = False, search_up = True)
269 Self = ProxyFactory(search_self = True, search_up = False)

Completed in 4 milliseconds