bindings: python: don't call gpiod_LineBulk_init() directly
authorBartosz Golaszewski <bartekgola@gmail.com>
Sun, 22 Jul 2018 13:23:59 +0000 (15:23 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 22 Jul 2018 13:23:59 +0000 (15:23 +0200)
commitf8221bc88b8e09929be37bb8f42117b511dc2836
tree66144064a7201e3755b48c1b31488cd3d20a34b4
parente03e802add34085572b9a2562c511695477bfa3b
bindings: python: don't call gpiod_LineBulk_init() directly

We can instantiate an object of a type by "calling" it's type structure
using PyObject_CallObject(). It will internally call the constructor so
use it to shrink the code.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/python/gpiodmodule.c