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