书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 7676 个相关结果.
  • metering.py

    metering.py metering.py Metering扩展类,继承自extensions.ExtensionDescriptor,提供metering扩展支持。 MeteringPluginBase抽象基础类,继承自service_base.ServicePluginBase。被metering_db.py中的MeteringDbMixi...
  • extraroute.py

    extraroute.py extraroute.py Extraroute类,提供附加的路由支持。
  • dhcpagentscheduler.py

    dhcpagentscheduler.py dhcpagentscheduler.py NetworkSchedulerController类,继承自wsgi.Controller,对网络调度器进行创建、删除和索引。 DhcpAgentsHostingNetworkController类,继承自wsgi.Controller,对dhcp_agent...
  • commands.py

    commands.py commands.py 包括若干命令的实现类:ProbeCommand基类和继承自它的CreateProbe,DeleteProbe,ListProbe,ClearProbe,ExecProbe,PingAll。
  • utils.py

    utils.py utils.py 一些辅助函数,包括查找配置文件,封装subprocess.Popen的subprocess_open,解析映射关系、获取主机名、字典和字符串格式的转化、检查对扩展的支持等等。
  • rpc.py

    rpc.py rpc.py 定义了create_consumer()方法,设置agent 进行RPC时候的消费者。 定义了PluginApi类和PluginReportStateAPI类。两者都是继承自rpc.RpcProxy类。前者代表rpc API在agent一侧部分,用于agent调用plugin的方法。后者是agent汇报自身状态,用于向p...
  • conanfile.py

    conanfile.py conanfile.py The conanfile.py is the recipe file of a package, responsible for defining how to build it and consume it. from conan import ConanFile class...
  • Opensearch-py-ml

    opensearch-py-ml Prerequisites Install opensearch-py-ml API reference Next steps opensearch-py-ml opensearch-py-ml is a Python client that provides a suite of data analyti...
  • nested_sets.py

    Source code for examples.nested_sets.nested_sets Source code for examples.nested_sets.nested_sets """Celko's " Nested Sets " Tree Structure. http://www.intelligententerpr...
  • materialized_paths.py

    Source code for examples.materialized_paths.materialized_paths Source code for examples.materialized_paths.materialized_paths """Illustrates the " materialized paths " pattern....