Home | History | Annotate | Download | only in test

Lines Matching refs:c_io_ns

3065     c_io_ns = dict((name, getattr(io, name)) for name in all_members)
3068 c_io_ns.update((x.__name__, globs["C" + x.__name__]) for x in mocks)
3074 for name, obj in c_io_ns.items():