Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0b5614

Browse files
committed
add warning toJob.delete docstring
1 parent9ce7040 commite0b5614

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎zencoder/core.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ def cancel(self, job_id):
323323

324324
defdelete(self,job_id):
325325
"""
326-
Deletes a job
326+
Deletes the given `job_id`
327+
328+
WARNING: This method is aliased to `Job.cancel` -- it is deprecated in
329+
API version 2 and greater.
327330
"""
328331
returnself.cancel(job_id)
332+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp