Package gavo :: Package protocols :: Module simbadinterface :: Class Sesame
[frames] | no frames]

Class Sesame

source code

object --+
         |
        Sesame

is a simple interface to the simbad name resolver.

Instance Methods
 
__init__(self, id='simbad', debug=False, saveNew=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
query(self, ident) source code
 
getPositionFor(self, identifier) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  SVC_URL = 'http://cdsweb.u-strasbg.fr/cgi-bin/nph-sesame/-ox/SN?'
Properties

Inherited from object: __class__

Method Details

__init__(self, id='simbad', debug=False, saveNew=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)