MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/argparse.py:844–864  ·  view source on GitHub ↗
(self,
                 option_strings,
                 dest,
                 nargs=None,
                 const=None,
                 default=None,
                 type=None,
                 choices=None,
                 required=False,
                 help=None,
                 metavar=None)

Source from the content-addressed store, hash-verified

842 """
843
844 def __init__(self,
845 option_strings,
846 dest,
847 nargs=None,
848 const=None,
849 default=None,
850 type=None,
851 choices=None,
852 required=False,
853 help=None,
854 metavar=None):
855 self.option_strings = option_strings
856 self.dest = dest
857 self.nargs = nargs
858 self.const = const
859 self.default = default
860 self.type = type
861 self.choices = choices
862 self.required = required
863 self.help = help
864 self.metavar = metavar
865
866 def _get_kwargs(self):
867 names = [

Callers 14

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected