You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / core / magic_arguments / ArgMethodWrapper

class

IPython.core.magic_arguments:ArgMethodWrapper

source: /IPython/core/magic_arguments.py :247

Signature

class   ArgMethodWrapper ( * args ** kwds )

Members

Summary

Base class to define a wrapper for ArgumentParser method.

Extended Summary

Child class must define either _method_name or add_to_parser.

Aliases

  • IPython.core.magic_arguments.ArgMethodWrapper