simpleml.utils.signature_inspection

Utility to inspect supported params

Module Contents

Functions

signature_kwargs_validator(fn, **kwargs)

Takes a function and arbitrary kwargs. Returns the set that match or everything

Attributes

LOGGER

__author__

simpleml.utils.signature_inspection.LOGGER[source]
simpleml.utils.signature_inspection.__author__ = Elisha Yadgaran[source]
simpleml.utils.signature_inspection.signature_kwargs_validator(fn, **kwargs)[source]

Takes a function and arbitrary kwargs. Returns the set that match or everything if function takes arbitrary kwargs

Parameters

fn (Callable) –

Return type

Dict[str, Any]