Skip to content

Commit fa5b389

Browse files
committed
Add docstring for AliyunTranscoder
1 parent 54dc6c5 commit fa5b389

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dj_elastictranscoder/transcoder.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,12 @@ def make_input(self, filename):
160160
'Object': quote(filename)})
161161

162162
def start_job(self, obj, transcode_kwargs, message=''):
163-
"""
163+
"""Invoking task of AliyunTranscoder
164+
165+
transcode_kwargs(dict): Detail how to invoke task of AliyunTranscoder
166+
input(str): A json string by make_input
167+
outputs(str): A json string by make_outputs
168+
164169
Transcoder reference: https://help.aliyun.com/document_detail/67664.html
165170
"""
166171
import json

0 commit comments

Comments
 (0)