OfKeyword

class OfKeyword

Options for of keyword formatting:

  • always: of is always printed

  • as-needed: of is only printed when required by the grammar

Members defined in OfKeyword (3 members)

binding_connector

RW

When of keyword is printed in binary binding connectors.

type_featuring

RW

When of keyword is printed in type featuring members.

__init__

Attributes

property binding_connector: syside.conf.FormatPreserved[syside.conf.OptionalKw]

When of keyword is printed in binary binding connectors.

property type_featuring: syside.conf.FormatPreserved[syside.conf.OptionalKw]

When of keyword is printed in type featuring members.

Methods

__init__() None