Contents Menu Expand Light mode Dark mode Auto light/dark mode
Gradema documentation
Gradema documentation
  • Student Documentation
    • Windows
      • Windows Setup
      • Native Windows Install
      • Windows Subsystem for Linux
  • Development
    • Documentation
    • grade.sh
    • Gradema Development
      • Environment Setup
      • PyPI Publishing
      • Design Decisions
    • Assignment Development
      • Security of Autograder
      • Usage of Gradema
      • Windows Considerations
  • Modules
    • gradema
      • gradema.grader
        • gradema.grader.console
      • gradema.section
      • gradema.test
        • gradema.test.argument
Back to top

gradema.grader.console._util¶

Module Contents¶

Functions¶

indentation(→ str)

indent_text(→ str)

arrow(→ str)

header(→ str)

gradema.grader.console._util.indentation(depth: int) → str¶
gradema.grader.console._util.indent_text(depth: int, text: str) → str¶
gradema.grader.console._util.arrow(depth: int) → str¶
gradema.grader.console._util.header(depth: int, width: int) → str¶
Copyright © 2024, Lavender Shannon
Made with Sphinx and @pradyunsg's Furo
On this page
  • gradema.grader.console._util
    • Module Contents
      • Functions
        • indentation()
        • indent_text()
        • arrow()
        • header()