Пример #1
0
def has_submission(obj, eng):
    """Check if deposition has submission."""
    d = Deposition(obj)
    return d.has_sip()