MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / __init__

Method __init__

lib/0xtools/argparse.py:785–805  ·  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

783 """
784
785 def __init__(self,
786 option_strings,
787 dest,
788 nargs=None,
789 const=None,
790 default=None,
791 type=None,
792 choices=None,
793 required=False,
794 help=None,
795 metavar=None):
796 self.option_strings = option_strings
797 self.dest = dest
798 self.nargs = nargs
799 self.const = const
800 self.default = default
801 self.type = type
802 self.choices = choices
803 self.required = required
804 self.help = help
805 self.metavar = metavar
806
807 def _get_kwargs(self):
808 names = [

Callers 13

__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