in pybulletX/mapping_mixin.py [0:0]
def keys(self): for k in self.__dict__.keys(): if not k.startswith("_"): yield k