test for #414 which doesn't seem to be failing anymore.

This commit is contained in:
Dave Halter
2014-08-04 16:08:47 +02:00
parent 625e88e851
commit cba100a801

View File

@@ -83,6 +83,14 @@ def list_with_non_imports(lst):
lst[1][10] lst[1][10]
def two_dots(a):
"""
:type a: json.decoder.JSONDecoder
"""
#? ['raw_decode']
a.raw_decode
# sphinx returns # sphinx returns
def return_module_object(): def return_module_object():
""" """
@@ -92,6 +100,7 @@ def return_module_object():
#? ['join'] #? ['join']
return_module_object().join return_module_object().join
# ----------------- # -----------------
# epydoc style # epydoc style
# ----------------- # -----------------