def getset(self): from cppyy.gbl import std s = std.set("int")() s.insert(1) s.insert(2) s.insert(3) return s