gemseo / third_party / fastjsonschema

indent module

Classes:

Indent(instance)

Functions:

indent(func)

Decorator for allowing to use method as normal method or with context manager for auto-indenting code blocks.

class gemseo.third_party.fastjsonschema.indent.Indent(instance)[source]

Bases: object

gemseo.third_party.fastjsonschema.indent.indent(func)[source]

Decorator for allowing to use method as normal method or with context manager for auto-indenting code blocks.