immutabledict.pxd 291 B

12345678
  1. # cyextension/immutabledict.pxd
  2. # Copyright (C) 2005-2024 the SQLAlchemy authors and contributors
  3. # <see AUTHORS file>
  4. #
  5. # This module is part of SQLAlchemy and is released under
  6. # the MIT License: https://www.opensource.org/licenses/mit-license.php
  7. cdef class immutabledict(dict):
  8. pass