lilypondfiletools.DateTimeToken

Inheritance diagram of abjad.tools.lilypondfiletools.DateTimeToken.DateTimeToken.DateTimeToken

class abjad.tools.lilypondfiletools.DateTimeToken.DateTimeToken.DateTimeToken[source]

New in version 2.0.

Date time token:

abjad> lilypondfiletools.DateTimeToken()
DateTimeToken(...)

Return date / time token.

Read-only Properties

DateTimeToken.format[source]

Format contribution of date time token:

abjad> lilypondfiletools.DateTimeToken().format
'...'

Return string.

Special Methods

DateTimeToken.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

DateTimeToken.__eq__(arg)

True when id(self) equals id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

DateTimeToken.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

DateTimeToken.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

DateTimeToken.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

DateTimeToken.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

DateTimeToken.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

DateTimeToken.__ne__(arg)

True when id(self) does not equal id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

DateTimeToken.__repr__()[source]
DateTimeToken.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

DateTimeToken.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page