Lichen

lib/posix/random.py

601:adcdaeb19307
2017-02-19 Paul Boddie Fixed the context test and set operation to replace the local context with any applicable attribute context. Added a test of method rebinding that requires this fix. method-wrapper-for-context
     1 #!/usr/bin/env python     2      3 def urandom(n): pass     4      5 # vim: tabstop=4 expandtab shiftwidth=4