Skip to main content

List with ntt signal mechanism

Project description

ntt-observable-list

ObservableList python

Example

from ntt_observable_list import ObservableList

def PrintList(lst: list) -> None:
    print(lst)

lst = ObservableList([3, 1, 4])
lst.Connect(PrintList)

lst.append(5)   # ---> [3, 1, 4, 5]
lst[1] = 3      # ---> [3, 3, 4, 5]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ntt-observable-list-1.0.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ntt_observable_list-1.0.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file ntt-observable-list-1.0.0.tar.gz.

File metadata

  • Download URL: ntt-observable-list-1.0.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.7

File hashes

Hashes for ntt-observable-list-1.0.0.tar.gz
Algorithm Hash digest
SHA256 833315b1ddf7f904d8859587c5242eccc5c6be6944b7dedd30a6271bd216119f
MD5 76527dcf61162079fc3925cbcc67e2db
BLAKE2b-256 bf95b65f86bd2105a6c2a4d07409a79f95d3296652dfe3e407889bf198bbd2c0

See more details on using hashes here.

File details

Details for the file ntt_observable_list-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ntt_observable_list-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e18e5afb2fdeb3ddae0099b2322ac60f0cb4733e07089e7761d5cb87c835625
MD5 9510a57c8ec7f2a1713a991ab221d9c1
BLAKE2b-256 5aa6bced0c0c6414bc46e14163e083bc6c902c78b7cf712430aef8adcd851ebe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page