Socket
Socket
Sign inDemoInstall

immutableListType

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutableListType

An Immutable List type for python.


Maintainers
1

IMMUTABLES

A series of immutable types for use in python projects.


Immutable Types and why they matter

ImmutableList - The ImmutableList type is a python type that allows you to instantiate a list once and then use the contents of that list. As this list is immutable, it can not be modified in any way.

Set - the Set type in python is mutable. Python's built in frozenset is the immutable version of the Set type. No additional types are needed.

Dict - the Dictionary type in python is mutable. Pythons built in namedtuple type is the immutable version of the dict type. No additional types are needed.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc