Added Python API status_get_vector() similar to cex_get_vector().

This commit is contained in:
Alan Mishchenko
2013-09-04 17:32:16 -07:00
parent f591f1cd9a
commit 63e165bc5f
+1 -1
View File
@@ -741,7 +741,7 @@ def cex_get_vector():
def status_get_vector():
return [ _Cex(_status_get_vec(i)) for i in xrange(_status_get_vec_len()) ]
return [ _status_get_vec(i) for i in xrange(_status_get_vec_len()) ]
def cex_get():