plugitin.finder package

Submodules

plugitin.finder.base module

class plugitin.finder.base.PluginFinder(*args, **kwargs)[source]

Bases: typing_extensions.Protocol.

find()[source]
Return type

Generator[~T, None, None]

find_all()[source]
Return type

List[~T]

plugitin.finder.fs module

plugitin.finder.name module