Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python2-simplegeneric

The gsimplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like glen(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. gpickle.dump() and other generic functions found in the Python standard library. As you can see from the above examples, generic functions are actually quite common in Python already, but there is no standard way to create simple ones. This library attempts to fill that gap, as generic functions are an gexcellent alternative to the Visitor pattern_, as well as being a great substitute for most common uses of adaptation. This library tries to be the simplest possible implementation of generic functions, and it therefore eschews the use of multiple or predicate dispatch, as well as avoiding speedup techniques such as C dispatching or code generation. But it has absolutely no dependencies, other than Python 2.4, and the implementation is just a single Python module of less than 100 lines.

Found 2 sites for python2-simplegeneric

Found 6 RPM for python2-simplegeneric

PackageSummaryDistributionDownload
python2-simplegeneric-0.8.1-8.noarch.htmlSimple generic Python functionsOpenMandriva Cooker for x86_64python2-simplegeneric-0.8.1-8.noarch.rpm
python2-simplegeneric-0.8.1-8.noarch.htmlSimple generic Python functionsOpenMandriva Cooker for aarch64python2-simplegeneric-0.8.1-8.noarch.rpm
python2-simplegeneric-0.8.1-8.noarch.htmlSimple generic Python functionsOpenMandriva 5.0 for x86_64python2-simplegeneric-0.8.1-8.noarch.rpm
python2-simplegeneric-0.8.1-8.noarch.htmlSimple generic Python functionsOpenMandriva 5.0 for aarch64python2-simplegeneric-0.8.1-8.noarch.rpm
python2-simplegeneric-0.8.1-bp153.1.21.noarch.htmlSimple generic functions (similar to Python's own len(), pickle.dump(), etc)OpenSuSE Leap 15.3 for noarchpython2-simplegeneric-0.8.1-bp153.1.21.noarch.rpm
python2-simplegeneric-0.8.1-lp152.4.1.noarch.htmlSimple generic functions (similar to Python's own len(), pickle.dump(), etc)OpenSuSE Leap 15.2 for noarchpython2-simplegeneric-0.8.1-lp152.4.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet