taurus.core.tango.tangovalidator

This module contains the base taurus name validator classes

Classes

class TangoAttributeNameValidator(*p, **k)[source]

Validator for Tango attribute names. Apart from the standard named groups (scheme, authority, path, query and fragment), the following named groups are created:

Note: brackets on the group name indicate that this group will only contain a string if the URI contains it.

(more info)

class TangoAuthorityNameValidator(*p, **k)[source]

Validator for Tango authority names. Apart from the standard named groups (scheme, authority, path, query and fragment), the following named groups are created:

  • host: tango host name, without port.

  • port: port number

(more info)

class TangoDeviceNameValidator(*p, **k)[source]

Validator for Tango device names. Apart from the standard named groups (scheme, authority, path, query and fragment), the following named groups are created:

Note: brackets on the group name indicate that this group will only contain a string if the URI contains it.

(more info)