Searched refs:BoundArguments (Results 1 – 7 of 7) sorted by relevance
115 Returns :class:`BoundArguments` if ``*args`` and ``**kwargs`` match the122 Returns :class:`BoundArguments`, or raises a :exc:`TypeError` if the240 .. class:: BoundArguments245 .. attribute:: BoundArguments.arguments280 .. attribute:: BoundArguments.args285 .. attribute:: BoundArguments.kwargs
347 class BoundArguments(object): class436 return (issubclass(other.__class__, BoundArguments) and470 _bound_arguments_cls = BoundArguments
622 Returns :class:`BoundArguments` if ``*args`` and ``**kwargs`` match the629 Returns :class:`BoundArguments`, or raises a :exc:`TypeError` if the780 .. class:: BoundArguments785 .. attribute:: BoundArguments.arguments799 However, if needed, use :meth:`BoundArguments.apply_defaults` to add802 .. attribute:: BoundArguments.args807 .. attribute:: BoundArguments.kwargs812 .. attribute:: BoundArguments.signature816 .. method:: BoundArguments.apply_defaults()
2590 class BoundArguments: class2701 if not isinstance(other, BoundArguments):2746 _bound_arguments_cls = BoundArguments
704 Implement informative __repr__ for inspect.BoundArguments. Contributed by
1290 :meth:`BoundArguments.apply_defaults() <inspect.BoundArguments.apply_defaults>`
633 and :class:`inspect.BoundArguments` hold information about the call signatures,