Lines Matching defs:signature
635 # If we only have a signature, add the blank line that the
2327 # signature, just a normal docstring". it's True for
2581 # Overrides the name used in a text signature.
2585 # name, *just* for the text signature.
3732 # since functions that accept keyword arguments don't fit this signature
3750 # so the type signature of the function call is an exact match.
3756 # so the type signature of the function call is an exact match.
4884 # don't render a docstring at all, no signature, nothing.
4939 # * if this is not a "docstring_only" signature
4980 # this isn't a real machine-parsable signature,
5008 # because this isn't actually the signature
5011 # (or __new__), then this signature is for
5245 signature = inspect.signature(callable)
5247 for parameter_name, parameter in signature.parameters.items():