def _entry_points():
# type: () -> DefaultDict[str, Dict[str, pkg_resources.EntryPoint]]
"""Discover all entry points for required groups if they have not already been found.
:returns: Mapping of group to name to entry points
:rtype: dict
"""
if not _ENTRY_POINTS:
_discover_entry_points()
return _ENTRY_POINTS
master_key_parsing.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录