Searched refs:_call_attribute (Results 1 – 1 of 1) sorted by relevance
308 setattr(type(obj), "__call__", _call_attribute)671 def _call_attribute(instance, *args, **kwargs): function