PyDio
stable
  • Installation
  • Quickstart
  • API Reference
    • pydio.api - All core classes in one place
    • pydio.base - Interface definitions
    • pydio.exc - Base exceptions
    • pydio.injector - Dependency injector
    • pydio.keys - Key wrappers for special purposes
    • pydio.provider - Object factory provider
  • Changelog
  • License
PyDio
  • »
  • API Reference
  • Edit on GitHub

API Reference

  • pydio.api - All core classes in one place
    • Injector
      • Injector.AlreadyClosedError
      • Injector.NoProviderFoundError
      • Injector.OutOfScopeError
      • Injector.close()
      • Injector.env
      • Injector.inject()
      • Injector.is_closed()
      • Injector.scoped()
    • Provider
      • Provider.DoubleRegistrationError
      • Provider.attach()
      • Provider.get()
      • Provider.has_awaitables()
      • Provider.provides()
      • Provider.register_func()
      • Provider.register_instance()
    • Variant
      • Variant.key
      • Variant.kwargs
  • pydio.base - Interface definitions
    • IFactory
      • IFactory.close()
      • IFactory.get_instance()
    • IInjector
      • IInjector.close()
      • IInjector.inject()
      • IInjector.scoped()
    • IUnboundFactory
      • IUnboundFactory.bind()
      • IUnboundFactory.is_awaitable()
      • IUnboundFactory.scope
    • IUnboundFactoryRegistry
      • IUnboundFactoryRegistry.get()
      • IUnboundFactoryRegistry.has_awaitables()
  • pydio.exc - Base exceptions
    • Base
      • Base.message_template
      • Base.params
    • InjectorError
    • ProviderError
  • pydio.injector - Dependency injector
    • Injector
      • Injector.AlreadyClosedError
      • Injector.NoProviderFoundError
      • Injector.OutOfScopeError
      • Injector.close()
      • Injector.env
      • Injector.inject()
      • Injector.is_closed()
      • Injector.scoped()
  • pydio.keys - Key wrappers for special purposes
    • Variant
      • Variant.key
      • Variant.kwargs
  • pydio.provider - Object factory provider
    • Provider
      • Provider.DoubleRegistrationError
      • Provider.attach()
      • Provider.get()
      • Provider.has_awaitables()
      • Provider.provides()
      • Provider.register_func()
      • Provider.register_instance()
Previous Next

© Copyright 2021, Maciej Wiatrzyk <maciej.wiatrzyk@gmail.com>. Revision 5f40f6de.

Built with Sphinx using a theme provided by Read the Docs.