Searched refs:as_instance (Results 1 – 3 of 3) sorted by relevance
74 def _get_signature_object(func, as_instance, eat_self): argument80 if isinstance(func, type) and not as_instance:
64 def _get_signature_object(func, as_instance, eat_self): argument70 if isinstance(func, type) and not as_instance:
170 def _get_signature_object(func, as_instance, eat_self): argument176 if isinstance(func, ClassTypes) and not as_instance: