[ buster ]
[ 源代码: python-padme ]
软件包:python-padme(1.1.1-2)
mostly transparent proxy class for Python 2
Padme, named after the Star Wars (tm) character, is a library for creating proxy objects out of any other Python object.
The resulting object is as close to mimicking the original as possible. Some things are impossible to fake in CPython so those are highlighted below. All other operations are silently forwarded to the original.
This package contains the Python 2.x version of the library