MCPcopy Index your code
hub / github.com/python/cpython / groups

Method groups

Lib/importlib/metadata/__init__.py:355–359  ·  view source on GitHub ↗

Return the set of all groups of all entry points.

(self)

Source from the content-addressed store, hash-verified

353
354 @property
355 def groups(self) -> set[str]:
356 """
357 Return the set of all groups of all entry points.
358 """
359 return {ep.group for ep in self}
360
361 @classmethod
362 def _from_text_for(cls, text, dist):

Callers 3

get_spaces_firstwordFunction · 0.45
get_window_geometryFunction · 0.45
get_geometryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected