objspace.usemodules.parserΒΆ

  • name: parser
  • description: use module parser
  • command-line: –withmod-parser
  • command-line for negation: –withoutmod-parser
  • option type: boolean option
  • default: True

Use the ‘parser’ module. This is PyPy implementation of the standard library ‘parser’ module (e.g. if this option is enabled and you say import parser you get this module). It is enabled by default.

Previous topic

objspace.usemodules.crypt

Next topic

objspace.usemodules._pypyjson

This Page