Add docstrings for utils.net

Cleaning up a little technical debt by adding docstrings
for our public APIs.

Note: I plan to submit a patch per file as part of this bug work.
These patches won't depend on each other. The last patch of
the series will close the bug.

Change-Id: I3d51dfec0526062ecfad527121e3fa37387c22db
Closes-Bug: #1614594
This commit is contained in:
Boden R 2016-08-22 16:48:03 -06:00
parent 72c7cd2d31
commit 5fbbfcc2d3

View File

@ -15,4 +15,8 @@ import socket
def get_hostname():
"""Get the hostname of the system.
:returns: The hostname of the system.
"""
return socket.gethostname()