blob: 89c26b841f4b2fb280f8e8bfd6bb62120e53961f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
"""
=====================
Methods vs. Functions
=====================
Placeholder for Methods vs. Functions documentation.
"""
from __future__ import division, absolute_import, print_function
|