/
lib
/
python3
/
dist-packages
/
twisted
/
test
/
File Upload :
llllll
Current File: //lib/python3/dist-packages/twisted/test/process_getargv.py
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Used by L{twisted.test.test_process}. """ from __future__ import absolute_import, division from sys import stdout, argv if __name__ == "__main__": stdout.write(chr(0).join(argv)) stdout.flush()
Copyright ©2k19 -
Hexid
|
Tex7ure