orkes.graph.is_typeddict_class#

orkes.graph.is_typeddict_class(obj)[source]#

Checks if an object is a TypedDict class.

Parameters:

obj – The object to check.

Returns:

True if the object is a TypedDict class, False otherwise.

Return type:

bool