classad2 Enumerations

This page exhaustively defines and documents the enumerations in the classad2 module. It is not intended as a tutorial for new users.

class classad2.ParserType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

An enumeration of ClassAd parser types.

Auto

Assuming that the input is a sequence of serialized ClassAds in either the “new” or the “old” format, determine which.

Old

Assume that the input is a sequence of ClassAds serialized in the “old” (or “long”) format.

New

Assume that the input is a sequence of ClassAds serialized in the “new” format.

class classad2.Value(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

An enumeration of special ClassAd values.

Undefined
Error