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

Method validate

src/pptx/oxml/simpletypes.py:169–170  ·  view source on GitHub ↗
(cls, value)

Source from the content-addressed store, hash-verified

167class XsdInt(BaseIntType):
168 @classmethod
169 def validate(cls, value):
170 cls.validate_int_in_range(value, -2147483648, 2147483647)
171
172
173class XsdLong(BaseIntType):

Callers 7

to_xmlMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45

Calls 1

validate_int_in_rangeMethod · 0.80

Tested by

no test coverage detected