Commit 63e165bc by Alan Mishchenko

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

parent f591f1cd
...@@ -741,7 +741,7 @@ def cex_get_vector(): ...@@ -741,7 +741,7 @@ def cex_get_vector():
def status_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(): def cex_get():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment