文件操作 - extension.cpython-311.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/stevedore/__pycache__/extension.cpython-311.pyc
编辑文件内容
� ��Ocg9 � � � d Z ddlZddlZddlmZ ddlmZ ej e� � Z G d� de � � Z G d� d e � � ZdS ) zExtensionManager � N� )�_cache)� NoMatchesc �p � e Zd ZdZd� Zed� � � Zed� � � Zed� � � Zed� � � Z dS )� Extensiona� Book-keeping object for tracking extensions. The arguments passed to the constructor are saved as attributes of the instance using the same names, and can be accessed by the callables passed to :meth:`map` or when iterating over an :class:`ExtensionManager` directly. :param name: The entry point name. :type name: str :param entry_point: The EntryPoint instance returned by :mod:`entrypoints`. :type entry_point: EntryPoint :param plugin: The value returned by entry_point.load() :param obj: The object returned by ``plugin(*args, **kwds)`` if the manager invoked the extension on load. c �>