AccessURL

class pyvo.io.vosi.voresource.AccessURL(config=None, pos=None, _name='accessURL', use=None, **kwargs)[source]

Bases: ContentMixin, Element

AccessURL element as described in http://www.ivoa.net/xml/VOResource/v1.0

The URL (or base URL) that a client uses to access the service. How this URL is to be interpreted and used depends on the specific Interface subclass

Attributes Summary

use

A flag indicating whether this should be interpreted as a base URL, a full URL, or a URL to a directory that will produce a listing of files.

Attributes Documentation

use

A flag indicating whether this should be interpreted as a base URL, a full URL, or a URL to a directory that will produce a listing of files.

Possible values:

full:

Assume a full URL–that is, one that can be invoked directly without alteration. This usually returns a single document or file.

base:

Assume a base URL–that is, one requiring an extra portion to be appended before being invoked.

dir:

Assume URL points to a directory that will return a listing of files.