pkg.EntryPointGroup

pkg.EntryPointGroup describes a related group of pkg.EntryPoint.

class pkg.EntryPointGroup

Methods

pkg.EntryPointGroup.description()

Returns the description of the entry point group.

pkg.EntryPointGroup.entrypoints()

Returns an iterator over pkg.EntryPoint members contained in this pkg.EntryPointGroup.

pkg.EntryPointGroup.name()

Returns the name of the entry point group.

Special methods

__eq__, __ge__, __gt__, __le__, __lt__, __ne__