nocaselist
2.0.3
  • 1. Introduction
    • 1.1. Functionality
    • 1.2. Overriding the default casefold method
    • 1.3. Supported environments
    • 1.4. Installing
    • 1.5. Verifying the installation
      • 1.5.1. Package version
        • __version__
      • 1.5.2. Compatibility and deprecation policy
  • 2. API Reference
    • 2.1. Class NocaseList
      • NocaseList
        • NocaseList.__casefold__()
        • NocaseList.__getstate__()
        • NocaseList.__setstate__()
        • NocaseList.__setitem__()
        • NocaseList.__delitem__()
        • NocaseList.__contains__()
        • NocaseList.__add__()
        • NocaseList.__iadd__()
        • NocaseList.__mul__()
        • NocaseList.__rmul__()
        • NocaseList.__imul__()
        • NocaseList.__reversed__()
        • NocaseList.__eq__()
        • NocaseList.__ne__()
        • NocaseList.__gt__()
        • NocaseList.__lt__()
        • NocaseList.__ge__()
        • NocaseList.__le__()
        • NocaseList.count()
        • NocaseList.copy()
        • NocaseList.clear()
        • NocaseList.index()
        • NocaseList.append()
        • NocaseList.extend()
        • NocaseList.insert()
        • NocaseList.pop()
        • NocaseList.remove()
        • NocaseList.reverse()
        • NocaseList.sort()
  • 3. Development
    • 3.1. Repository
    • 3.2. Setting up the development environment
    • 3.3. Building the documentation
    • 3.4. Testing
    • 3.5. Testing from the source archives on Pypi or GitHub
    • 3.6. Contributing
    • 3.7. Releasing a version to PyPI
    • 3.8. Starting a new version
  • 4. Appendix
    • 4.1. References
  • 5. Change log
    • 5.1. nocaselist 2.0.3
    • 5.2. nocaselist 2.0.2
    • 5.3. nocaselist 2.0.1
    • 5.4. nocaselist 2.0.0
    • 5.5. nocaselist 1.1.0
    • 5.6. nocaselist 1.0.6
    • 5.7. nocaselist 1.0.5
    • 5.8. nocaselist 1.0.4
    • 5.9. nocaselist 1.0.3
    • 5.10. nocaselist 1.0.2
    • 5.11. nocaselist 1.0.1
    • 5.12. nocaselist 1.0.0
nocaselist
  • Index
  • Edit on GitHub

Index

_ | A | C | D | E | I | N | P | R | S

_

  • __add__() (nocaselist.NocaseList method)
  • __casefold__() (nocaselist.NocaseList static method)
  • __contains__() (nocaselist.NocaseList method)
  • __delitem__() (nocaselist.NocaseList method)
  • __eq__() (nocaselist.NocaseList method)
  • __ge__() (nocaselist.NocaseList method)
  • __getstate__() (nocaselist.NocaseList method)
  • __gt__() (nocaselist.NocaseList method)
  • __iadd__() (nocaselist.NocaseList method)
  • __imul__() (nocaselist.NocaseList method)
  • __le__() (nocaselist.NocaseList method)
  • __lt__() (nocaselist.NocaseList method)
  • __mul__() (nocaselist.NocaseList method)
  • __ne__() (nocaselist.NocaseList method)
  • __reversed__() (nocaselist.NocaseList method)
  • __rmul__() (nocaselist.NocaseList method)
  • __setitem__() (nocaselist.NocaseList method)
  • __setstate__() (nocaselist.NocaseList method)
  • __version__ (in module nocaselist._version)

A

  • append() (nocaselist.NocaseList method)

C

  • clear() (nocaselist.NocaseList method)
  • copy() (nocaselist.NocaseList method)
  • count() (nocaselist.NocaseList method)

D

  • Default Case Folding in The Unicode Standard

E

  • extend() (nocaselist.NocaseList method)

I

  • index() (nocaselist.NocaseList method)
  • insert() (nocaselist.NocaseList method)

N

  • NocaseList (class in nocaselist)

P

  • pop() (nocaselist.NocaseList method)
  • Python Glossary

R

  • remove() (nocaselist.NocaseList method)
  • reverse() (nocaselist.NocaseList method)

S

  • sort() (nocaselist.NocaseList method)

© Copyright . Revision 841285cb.

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