Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
class
XsdInt(BaseIntType):
168
@classmethod
169
def
validate(cls, value):
170
cls.validate_int_in_range(value, -2147483648, 2147483647)
171
172
173
class
XsdLong(BaseIntType):
Callers
7
to_xml
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
Calls
1
validate_int_in_range
Method · 0.80
Tested by
no test coverage detected