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

Method names

Lib/importlib/metadata/__init__.py:348–352  ·  view source on GitHub ↗

Return the set of all names of all entry points.

(self)

Source from the content-addressed store, hash-verified

346
347 @property
348 def names(self) -> set[str]:
349 """
350 Return the set of all names of all entry points.
351 """
352 return {ep.name for ep in self}
353
354 @property
355 def groups(self) -> set[str]:

Callers 5

test_ignoredMethod · 0.45
test_namesMethod · 0.45
test_namesMethod · 0.45
fix_scalingFunction · 0.45
findfontMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_ignoredMethod · 0.36
test_namesMethod · 0.36
test_namesMethod · 0.36