MCPcopy Create free account
hub / github.com/scanny/python-pptx / __init__

Method __init__

spec/gen_spec/gen_spec.py:130–133  ·  view source on GitHub ↗
(self, name, val)

Source from the content-addressed store, hash-verified

128
129class AdjustmentValue(object):
130 def __init__(self, name, val):
131 super(AdjustmentValue, self).__init__()
132 self.name = name
133 self.val = val
134
135
136def create_tables(c):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected