Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ text_get_fixture
Method
text_get_fixture
tests/text/test_text.py:1193–1196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1191
1192
@pytest.fixture
1193
def
text_get_fixture(self):
1194
r = element(
'a:r/a:t"foobar"'
)
1195
run = _Run(r, None)
1196
return
run,
"foobar"
1197
1198
# fixture components -----------------------------------
1199
Callers
nothing calls this directly
Calls
2
_Run
Class · 0.90
element
Function · 0.85
Tested by
no test coverage detected