Minor clarifications in ev.py.
This commit is contained in:
parent
551a91caef
commit
fcc338c027
1 changed files with 3 additions and 0 deletions
3
ev.py
3
ev.py
|
|
@ -193,6 +193,9 @@ class SystemCmds(object):
|
||||||
To access in code, do 'from ev import syscmdkeys' then
|
To access in code, do 'from ev import syscmdkeys' then
|
||||||
access the properties on the imported syscmdkeys object.
|
access the properties on the imported syscmdkeys object.
|
||||||
|
|
||||||
|
For example, try objects.all() to get all
|
||||||
|
ObjectDB objects in the database.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from src.commands import cmdhandler
|
from src.commands import cmdhandler
|
||||||
CMD_NOINPUT = cmdhandler.CMD_NOINPUT
|
CMD_NOINPUT = cmdhandler.CMD_NOINPUT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue