Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created March 29, 2017 01:57
Show Gist options
  • Save ianchen06/939c6d0248a796b86e589a5268d79818 to your computer and use it in GitHub Desktop.
Save ianchen06/939c6d0248a796b86e589a5268d79818 to your computer and use it in GitHub Desktop.
python docs
#!/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