Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
uWSGI / t / python / testba.py
Size: Mime:
import array
def application(e, sr):
    sr('200 OK', [('Content-Type','text/html')])
    a = array.array('b',[54,55,56,57])
    yield a
    yield bytearray(b'abcdef')
    yield b'ciao'