Searched refs:BoundArguments (Results 1 – 7 of 7) sorted by relevance
665 Returns :class:`BoundArguments` if ``*args`` and ``**kwargs`` match the672 Returns :class:`BoundArguments`, or raises a :exc:`TypeError` if the842 .. class:: BoundArguments847 .. attribute:: BoundArguments.arguments860 However, if needed, use :meth:`BoundArguments.apply_defaults` to add867 .. attribute:: BoundArguments.args872 .. attribute:: BoundArguments.kwargs877 .. attribute:: BoundArguments.signature881 .. method:: BoundArguments.apply_defaults()
2753 class BoundArguments: class2864 if not isinstance(other, BoundArguments):2909 _bound_arguments_cls = BoundArguments
704 Implement informative __repr__ for inspect.BoundArguments. Contributed by
602 `inspect.Signature.parameters` and `inspect.BoundArguments.arguments` are
1290 :meth:`BoundArguments.apply_defaults() <inspect.BoundArguments.apply_defaults>`
528 :attr:`inspect.BoundArguments.arguments` is changed from ``OrderedDict`` to regular
633 and :class:`inspect.BoundArguments` hold information about the call signatures,