python-efl/efl/eo
Kai Huuhko be547283f0 Eo: Speed up, and fix a cornercase in, _properties_from_keyword_args.
hasattr tries getattr which can be variedly slow, so check dict instead.

This also fixes it in cases where the property doesn't have a __get__
function.
2013-10-30 03:19:03 +02:00
..
efl.eo.pyx Eo: Speed up, and fix a cornercase in, _properties_from_keyword_args. 2013-10-30 03:19:03 +02:00