lookatme.contrib.terminal module

This module defines a built-in contrib module that enables terminal embedding within a slide.

class lookatme.contrib.terminal.TerminalExSchema(*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict[KT, VT] = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)[source]

Bases: marshmallow.schema.Schema

The schema used for terminal-ex code blocks.

class Meta[source]

Bases: object

render_module

alias of YamlRender

opts = <marshmallow.schema.SchemaOpts object>
class lookatme.contrib.terminal.YamlRender[source]

Bases: object

dumps()
loads()
lookatme.contrib.terminal.render_code(token, body, stack, loop)[source]
lookatme.contrib.terminal.shutdown()[source]