[source]

get_functions function

keras_autodoc.get_functions(module, exclude: List[str] = None, return_strings: bool = True)

Get all the functions of a module.

Arguments

Returns

A list of strings or a list of functions.


[source]

get_classes function

keras_autodoc.get_classes(module, exclude: List[str] = None, return_strings: bool = True)

Get all the classes of a module.

Arguments

Returns

A list of strings or a list of classes.


[source]

get_methods function

keras_autodoc.get_methods(cls, exclude=None, return_strings=True)

Get all the method of a class.

Arguments

Returns

A list of strings or a list of methods.