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.EntryPointmembers contained in thispkg.EntryPointGroup.
- pkg.EntryPointGroup.name()¶
Returns the name of the entry point group.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__