MCPcopy Index your code
hub / github.com/python/cpython / Sig

Class Sig

Lib/test/test_argparse.py:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 os.chmod(self.create_writable_file(filename), stat.S_IREAD)
137
138class Sig(object):
139
140 def __init__(self, *args, **kwargs):
141 self.args = args
142 self.kwargs = kwargs
143
144
145class NS(object):

Calls

no outgoing calls

Tested by 1

__init__Method · 0.68