def pop(self): return _nlopt.nlopt_doublevector_pop(self)
def pop(*args): return _nlopt.nlopt_doublevector_pop(*args) def __getslice__(*args): return _nlopt.nlopt_doublevector___getslice__(*args)
def pop(self): return _nlopt.nlopt_doublevector_pop(self) def __getslice__(self, *args): return _nlopt.nlopt_doublevector___getslice__(self, *args)
def pop(*args): return _nlopt.nlopt_doublevector_pop(*args)