Locals

LocalClass is a helper class for formatting the output of the locale variables

locals

class siginfo.localclass.LocalClass(local_vars, columns=80)[source]

Formats the locale object for display in the tty.

Can handle any kind of object to format it in a

KEY

TYPE

VALUE

like table

Parameters:
  • local_vars (object) – Object to display in table. key will be one row

  • columns (int) – Width (in columns) of the output stream. Default: 80