def __init__(self, *args): """__init__(self) -> B""" _swig_setattr(self, B, 'this', _imports_b.new_B(*args)) _swig_setattr(self, B, 'thisown', 1)
# This is the import runtime testcase. import _imports_a import _imports_b import sys x = _imports_b.new_B() _imports_a.A_hello(x)