gatesn opened this issue a year ago · 1 comments
I'm thinking something like:
py.class(struct { const Self = @This(); pub using namespace py.zig(struct { pub fn myZigOnlyFactoryFunction(...) Self { return py.init(Self, ...); } }); });
Fixed by #140