Reputation: 19
http://enomalism.com/api/pyvb/pyvb.vm.vbVM-class.html
there is a parameter **kw in init(self, **kw) what is it?
Upvotes: 0
Views: 227
Reputation: 2148
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.
Upvotes: 3