bindings: python: use PyObject_CallMethod() where possible
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 6 Jun 2018 10:15:54 +0000 (12:15 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 7 Jun 2018 06:56:05 +0000 (08:56 +0200)
commit18d286843b2218b01c2d07375806bb34f2f7cac9
tree41071f0b30efe4809098edd4dce1d3bab694ad9a
parentc698430876f84e53eb8337a91bce27f7b1dd8944
bindings: python: use PyObject_CallMethod() where possible

Avoid directly calling method callbacks. Use the routine provided by
Python API instead where possible.

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