Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/exit_8py_source.html
Дата изменения: Tue Sep 15 02:25:37 2015
Дата индексирования: Sun Apr 10 00:17:16 2016
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
lsst.tcc: python/tcc/cmd/exit.py Source File
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
exit.py
Go to the documentation of this file.
1 from __future__ import division, absolute_import
2 
3 __all__ = ["exit"]
4 
5 def exit(tccActor, cmd=None):
6  """Disconnect yourself
7  @param[in,out] tccActor tcc actor
8  @param[in,out] userCmd exit command
9  """
10  sock = tccActor.userDict[cmd.userID]
11  sock.close()
def exit
Definition: exit.py:5