nocasedict
  • 1. Introduction
    • 1.1. Functionality
      • 1.1.1. Overriding the default casefold method
    • 1.2. Installation
      • 1.2.1. Supported environments
      • 1.2.2. Installing
      • 1.2.3. Verifying the installation
    • 1.3. Package version
      • __version__
    • 1.4. Compatibility and deprecation policy
  • 2. API Reference
    • 2.1. Class NocaseDict
      • NocaseDict
        • NocaseDict.__casefold__()
        • NocaseDict.__contains__()
        • NocaseDict.__delitem__()
        • NocaseDict.__eq__()
        • NocaseDict.__getitem__()
        • NocaseDict.__ior__()
        • NocaseDict.__iter__()
        • NocaseDict.__len__()
        • NocaseDict.__ne__()
        • NocaseDict.__or__()
        • NocaseDict.__repr__()
        • NocaseDict.__reversed__()
        • NocaseDict.__setitem__()
        • NocaseDict.clear()
        • NocaseDict.copy()
        • NocaseDict.fromkeys()
        • NocaseDict.get()
        • NocaseDict.items()
        • NocaseDict.keys()
        • NocaseDict.keys_nocase()
        • NocaseDict.pop()
        • NocaseDict.popitem()
        • NocaseDict.setdefault()
        • NocaseDict.update()
        • NocaseDict.values()
    • 2.2. Mixin class HashableMixin
      • HashableMixin
        • HashableMixin.__hash__()
    • 2.3. Mixin generator function KeyableByMixin()
      • KeyableByMixin()
  • 3. Development
    • 3.1. Repository
    • 3.2. Setting up the development environment
    • 3.3. Building the documentation
    • 3.4. Testing
    • 3.5. Contributing
    • 3.6. Releasing a version
    • 3.7. Starting a new version
  • 4. Appendix
    • 4.1. References
  • 5. Change log
    • 5.1. nocasedict 2.2.0
    • 5.2. nocasedict 2.1.0
    • 5.3. nocasedict 2.0.4
    • 5.4. nocasedict 2.0.3
    • 5.5. nocasedict 2.0.2
    • 5.6. nocasedict 2.0.1
    • 5.7. nocasedict 2.0.0
    • 5.8. nocasedict 1.1.0
    • 5.9. nocasedict 1.0.4
    • 5.10. nocasedict 1.0.3
    • 5.11. nocasedict 1.0.2
    • 5.12. nocasedict 1.0.1
    • 5.13. nocasedict 1.0.0
    • 5.14. nocasedict 0.5.0
nocasedict
  • Search


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