Contents Menu Expand Light mode Dark mode Auto light/dark mode
interactions.py 4.4.0-beta.1 documentation
interactions.py 4.4.0-beta.1 documentation

Pages:

  • Quickstart
  • API Reference
    • Bot Client
    • API Models
      • Audit-Log Models
      • Channel Models
      • Emoji Models
      • Guild Models
      • Gateway-specific Event Models
      • Flag Bitshift Models
      • Member Models
      • Message Models
      • Miscellanous Models
      • Presence Models
      • Role Models
      • Team Models
      • User Models
      • Webhook Models
      • Enumerable Objects
    • Commands & Components
      • Application Command Models
      • Component Models
      • Miscellaneous Models
    • Event Context
    • Utilities
      • The get utility method
      • Utility Functions
      • Abstract Base Classes (ABCs)
        • Iterator ABCs
        • Context Manager ABCs
    • HTTP
    • External Framework
      • Getting started.
      • Core Model
      • Converter Model
      • Error Exceptions
      • Versioning Models
  • Event Documentation
  • Frequently Asked Questions
  • Migration
  v: latest
Versions
latest
unstable
legacy-v3
legacy
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Abstract Base Classes (ABCs)#

Important

This page contains metaclasses. As this is an advanced Python topic you should not try to use these methods if you don’t have the experience.

  • Iterator ABCs
    • BaseAsyncIterator
    • BaseIterator
    • DiscordPaginationIterator
  • Context Manager ABCs
    • BaseAsyncContextManager
    • BaseContextManager
Next
Iterator ABCs
Previous
Utility Functions
Copyright © 2022, goverfl0w
Made with Sphinx and @pradyunsg's Furo