Context ( antares.context.Context )

Antares context module.

class antares.context.Context

Represents a context object in general. It is the super class for all of the concrete context objects.

Attributes Summary

Methods Summary

isValidProperty(propname) Check whether the given property ‘propname’ is valid.

Attributes Documentation

Methods Documentation

isValidProperty(propname)

Check whether the given property ‘propname’ is valid.

Parameters:propname (string) – the name of property to be checked
Returns:True if valid, otherwise False.