The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
IoRegistry.py
Go to the documentation of this file.
14
15from GaudiMP.FdsRegistry import FdsDict
16
17
18class IoRegistry(object):
19 """Singleton class to hold I/O registration and fds information"""
20
21 instances = dict() # { 'io-comp-name' : {'oldfname':'newfname',...},... }
22 fds_dict = FdsDict()
23 pass # IoRegistry