MCPcopy Create free account
hub / github.com/tanelpoder/0xtools / __init__

Method __init__

lib/0xtools/argparse.py:885–897  ·  view source on GitHub ↗
(self,
                 option_strings,
                 dest,
                 default=False,
                 required=False,
                 help=None)

Source from the content-addressed store, hash-verified

883class _StoreTrueAction(_StoreConstAction):
884
885 def __init__(self,
886 option_strings,
887 dest,
888 default=False,
889 required=False,
890 help=None):
891 super(_StoreTrueAction, self).__init__(
892 option_strings=option_strings,
893 dest=dest,
894 const=True,
895 default=default,
896 required=required,
897 help=help)
898
899
900class _StoreFalseAction(_StoreConstAction):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected