Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ _padding
Function
_padding
lab/parse_xsd/parse_xsd.py:340–341 ·
view source on GitHub ↗
(type, element)
Source
from the content-addressed store, hash-verified
338
339
def
element_defs(tags):
340
def
_padding(type, element):
341
return
' '
* (type.max_tagname_len - len(element.name))
342
343
s =
''
344
for
tag in tags:
Callers
1
element_defs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…