EduLint
  • User guides
    • Student
    • Teacher
      • Choosing configuration
      • Distributing the configuration
      • Students use EduLint
      • Running EduLint for evaluation
    • Researcher
  • Running EduLint
    • Use online instance
    • Use local installation
      • Using pipx
      • Using pip
      • Using Docker
      • Edulint with optional dependencies
      • Additional usage examples
    • Use Thonny plugin
  • FAQ
  • Configuration
    • Configuration through comments in the code
    • Configuration through CLI
    • Configuration files
      • Setting configuration file
      • Creating custom configuration
        • Format
        • Configuration inheritance
        • Custom option sets
    • Options
  • Packaged configurations
    • Default
    • Extension groups
      • Enhancement
      • Python-specific
      • Complexity
  • Custom changes
    • Custom checkers
    • Tweakers
  • Translating messages
    • Message translation format
    • Setting language translations
  • Message Explanations
  • Package API
    • Basic usage example
    • Full reference
      • Arg
        • Arg.option
        • Arg.val
      • ImmutableConfig
        • ImmutableConfig.config
      • Problem
        • Problem.code
        • Problem.column
        • Problem.end_column
        • Problem.end_line
        • Problem.line
        • Problem.path
        • Problem.source
        • Problem.symbol
        • Problem.text
      • Translation
        • Translation.extracts
        • Translation.translate()
        • Translation.translate_extracts()
        • Translation.translation
      • check_code()
      • get_message_explanations()
EduLint
  • Index

Index

A | C | E | G | I | L | M | O | P | S | T | V

A

  • Arg (class in edulint)

C

  • check_code() (in module edulint)
  • code (edulint.Problem attribute)
  • column (edulint.Problem attribute)
  • config (edulint.ImmutableConfig attribute)

E

  • edulint
    • module
  • end_column (edulint.Problem attribute)
  • end_line (edulint.Problem attribute)
  • extracts (edulint.Translation attribute)

G

  • get_message_explanations() (in module edulint)

I

  • ImmutableConfig (class in edulint)

L

  • line (edulint.Problem attribute)

M

  • module
    • edulint

O

  • option (edulint.Arg attribute)

P

  • path (edulint.Problem attribute)
  • Problem (class in edulint)

S

  • source (edulint.Problem attribute)
  • symbol (edulint.Problem attribute)

T

  • text (edulint.Problem attribute)
  • translate() (edulint.Translation method)
  • translate_extracts() (edulint.Translation method)
  • Translation (class in edulint)
  • translation (edulint.Translation attribute)

V

  • val (edulint.Arg attribute)

© Copyright 2024, Anna Rechtackova.

Built with Sphinx using a theme provided by Read the Docs.