FormatSpecification¶
-
class
abjad.system.FormatSpecification.
FormatSpecification
(client=None, coerce_for_equality=None, repr_args_values=None, repr_is_bracketed=None, repr_is_indented=None, repr_kwargs_names=None, repr_text=None, storage_format_args_values=None, storage_format_forced_override=None, storage_format_is_bracketed=None, storage_format_is_indented=True, storage_format_kwargs_names=None, storage_format_text=None, template_names=None)¶ Format specification.
Attributes Summary
Special methods
-
(
AbjadValueObject
).__copy__
(*arguments)¶ Copies Abjad value object.
Returns new Abjad value object.
-
(
AbjadValueObject
).__eq__
(argument)¶ Is true when all initialization values of Abjad value object equal the initialization values of
argument
.Returns true or false.
-
(
AbjadObject
).__format__
(format_specification='')¶ Formats Abjad object.
Set
format_specification
to''
or'storage'
. Interprets''
equal to'storage'
.Returns string.
-
(
AbjadValueObject
).__hash__
()¶ Hashes Abjad value object.
Returns integer.
-
(
AbjadObject
).__repr__
()¶ Gets interpreter representation of Abjad object.
Returns string.
Read-only properties
-
client
¶
-
coerce_for_equality
¶
-
repr_args_values
¶
-
repr_is_bracketed
¶
-
repr_is_indented
¶
-
repr_kwargs_names
¶
-
repr_text
¶
-
storage_format_args_values
¶
-
storage_format_forced_override
¶
-
storage_format_is_bracketed
¶
-
storage_format_is_indented
¶
-
storage_format_kwargs_names
¶
-
storage_format_text
¶
-
template_names
¶
-