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

Поисковые слова: туманность андромеды
lsst.tcc: tcc.cmd.showObject Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.cmd.showObject Namespace Reference

Functions

def showObject
 Implement the "show object" command. More...
 
def showObjectFields
 Write fields from the object block. More...
 

Variables

list __all__ = ["showObject"]
 

Function Documentation

def tcc.cmd.showObject.showObject (   tccActor,
  userCmd 
)

Implement the "show object" command.

Parameters
[in,out]tccActortcc actor reads tccActor.obj
[in,out]userCmduser command; if showFull is None then parsedCmd attribute must be set

Definition at line 7 of file showObject.py.

def tcc.cmd.showObject.showObjectFields (   tccActor,
  userCmd,
  showFull = None 
)

Write fields from the object block.

Parameters
[in,out]tccActortcc actor reads tccActor.obj
[in,out]userCmduser command that this output should be associated with
[in]showFull:If None, show only changed fields (and others that may be grouped with a changed field) If False, show user-set values If True, show all parameters

Definition at line 22 of file showObject.py.

Variable Documentation

list tcc.cmd.showObject.__all__ = ["showObject"]

Definition at line 5 of file showObject.py.