Move files
This commit is contained in:
parent
b97b20ba88
commit
c046d64a98
16 changed files with 35 additions and 36 deletions
|
|
@ -5,7 +5,7 @@ from typing import Any, Callable, Dict, Mapping, Sequence
|
|||
def get_arguments(
|
||||
func: Callable, args: Sequence[Any], kwargs: Mapping[str, Any]
|
||||
) -> Dict[str, Any]:
|
||||
"""Return mapping from parameter names to actual argument values"""
|
||||
"""Return mapping from parameter names to actual argument values."""
|
||||
|
||||
signature = inspect.signature(func)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue