Created
March 29, 2017 01:57
-
-
Save ianchen06/939c6d0248a796b86e589a5268d79818 to your computer and use it in GitHub Desktop.
python docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding: utf-8 | |
""" | |
writeup | |
~~~~~~~ | |
Writeup the binary. | |
:copyright: (c) 2017 YingHao Chen | |
""" | |
def hello(name): | |
:param path: The path of the file to wrap | |
:type path: str | |
:param field_storage: The :class:`FileStorage` instance to wrap | |
:type field_storage: FileStorage | |
:param temporary: Whether or not to delete the file when the File | |
instance is destructed | |
:type temporary: bool | |
:returns: A buffered writable file descriptor | |
:rtype: BufferedFileStorage | |
return name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment