http://enomalism.com/api/pyvb/pyvb.vm.vbVM-class.html
there is a parameter **kw in init(self, **kw) what is it?
http://enomalism.com/api/pyvb/pyvb.vm.vbVM-class.html
there is a parameter **kw in init(self, **kw) what is it?
A dictionary of arbitrary keyword arguments. See http://docs.python.org/tutorial/controlflow.html#keyword-arguments
If it really is a question about that concrete API, then please excuse me, I was typing faster than thinking.