Skip to main content

a python version delegate like C#

Project description

pydelegate

GitHub Build Status PyPI

a python version delegate like C#.

Usage

from pydelegate import Delegate

def func():
    return 1

d = Delegate()
d += func
assert d() == 1

or you can add Delegate to None:

from pydelegate import Delegate

def func():
    return 1

d = None
d += Delegate(func)
assert d() == 1

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

pydelegate-0.3.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

pydelegate-0.3.0-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file pydelegate-0.3.0.tar.gz.

File metadata

  • Download URL: pydelegate-0.3.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.0 Windows/10

File hashes

Hashes for pydelegate-0.3.0.tar.gz
Algorithm Hash digest
SHA256 51f8bbd16e7ffa4bc935fc05035acc0fcc2febf1ce7a4acd76f967a4c57bfc8c
MD5 804b303366673b617711033995ce7fc2
BLAKE2b-256 317cdea85f5bbb0145b512cd1078006d5c1532dc922bdf28f3cb975b2aaf070c

See more details on using hashes here.

File details

Details for the file pydelegate-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: pydelegate-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.0 Windows/10

File hashes

Hashes for pydelegate-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dcddf8f66e29ba415d4d2d77b269536a9afed17f4ba3c5fe1a3b514428f5e2b7
MD5 ab6b7d27d8791543b67deae195ee21f3
BLAKE2b-256 3591b9be9dd4710a6b825fbed9bee98d4cbcb700ff8bf1e7789086d7c9659e2f

See more details on using hashes here.

Supported by

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