Skip to content

Commit 2b1f8bb

Browse files
author
Chris Turner
committed
datajoint/admin.py: document dj.kill() order_by argument
1 parent 8dfce7a commit 2b1f8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datajoint/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def kill(restriction=None, connection=None, order_by=None): # pragma: no cover
2626
view and kill database connections.
2727
:param restriction: restriction to be applied to processlist
2828
:param connection: a datajoint.Connection object. Default calls datajoint.conn()
29+
:param order_by: order by string clause for output ordering. defaults to 'id'.
2930
3031
Restrictions are specified as strings and can involve any of the attributes of
3132
information_schema.processlist: ID, USER, HOST, DB, COMMAND, TIME, STATE, INFO.

0 commit comments

Comments
 (0)