(app)
| 11 | |
| 12 | |
| 13 | def setup(app): |
| 14 | app.add_object_type('configtrait', 'configtrait', objname='Config option') |
| 15 | metadata = {'parallel_read_safe': True, 'parallel_write_safe': True} |
| 16 | return metadata |
nothing calls this directly
no outgoing calls
no test coverage detected