No project description provided
Project description
If you use the weakref module, you may be aware that some object do not support being weakly referenced to. For example, built-ins dict and list.
Trying to create a weak reference will raise a TypeError.
There does not seam to be any way from Python itself to check whether an object can be weakref’d, though the CPython C-layer make that pretty easy.
This just exposes this functionality at the python level
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
weakrefable-0.0.1.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for weakrefable-0.0.1-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acf6b9bfd500c7217b547038addf41ec4eaddae8ee9d2542e0cab8dd01a6bfe6 |
|
MD5 | 65c5626119f5c87c91f1b74b63d0c418 |
|
BLAKE2b-256 | 5640b30c00581772f02c6923b87aa61678578db142823def6f664b173a681d1f |