Socket
Socket
Sign inDemoInstall

weakrefmethod

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    weakrefmethod

A WeakMethod class for storing bound methods using weak references.


Maintainers
1

Readme

Python 3.4 include a WeakMethod class, for storing bound methods using weak references (see the Python weakref module <http://docs.python.org/library/weakref.html>_).

This project is a backport of the WeakMethod class, and tests, for Python 2.6. The tests require the unittest2 package <http://pypi.python.org/pypi/unittest2>_.

  • Github repository & issue tracker: https://github.com/twang817/weakrefmethod

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc