Ejemplo n.º 1
0
 def has_key(self, key):
     return _cvxcore.IntIntMap_has_key(self, key)
Ejemplo n.º 2
0
 def has_key(self, key: "std::map< int,int >::key_type const &") -> "bool":
     return _cvxcore.IntIntMap_has_key(self, key)