MCPcopy Create free account

hub / github.com/scanny/python-pptx / endpoints

Endpoints20 in github.com/scanny/python-pptx

Routeadd_timing_fixture
pytest.fixture( params=[ (0, 1), # no timing gets timing with one video (1, 2
tests/shapes/test_shapetree.py:None
Routehas_title_set_fixture
pytest.fixture( params=[ ("c:chart", True, "c:chart/c:title/(c:layout,c:overlay{val=0})"),
tests/chart/test_chart.py:None
Routeit_can_get_a_matching_relationship_to_help
pytest.mark.parametrize( "target_ref, is_external, expected_value", ( ("http://url
tests/opc/test_package.py:None
Routeit_knows_whether_it_is_external
pytest.mark.parametrize( "target_mode, expected_value", ((RTM.INTERNAL, False), (RTM.EXTERNAL,
tests/opc/test_package.py:None
Routetarget_slide
target_slide.setter
src/pptx/action.py:None
Routethen_I_can_get_the_placeholder_dimensions
then("I can get the placeholder dimensions")
features/steps/placeholder.py:None
Routethen_I_can_get_the_placeholder_position
then("I can get the placeholder position")
features/steps/placeholder.py:None
Routethen_I_get_direct_settings_when_query_pos_and_size
then("I get the direct settings when I query position and size")
features/steps/placeholder.py:None
Routethen_I_get_inherited_settings_when_I_query_position_and_size
then("I get inherited settings when I query position and size")
features/steps/placeholder.py:None
Routethen_click_action_target_slide_is_value
then("click_action.target_slide is {value}")
features/steps/action.py:None
Routethen_movie_poster_frame_is_the_same_image_as_poster_frame
then("movie.poster_frame is the same image as poster_frame")
features/steps/shape.py:None
Routethen_shapes_get_10_is_the_body_placeholder
then("shapes.get(idx=10) is the body placeholder")
features/steps/shapes.py:None
Routethen_shapes_get_PP_PLACEHOLDER_BODY_is_the_body_ph
then("shapes.get(PP_PLACEHOLDER.BODY) is the body placeholder")
features/steps/shapes.py:None
Routethen_slide_layouts_get_by_name_is_slide_layout
then("slide_layouts.get_by_name(slide_layouts[1].name) is slide_layouts[1]")
features/steps/slides.py:None
Routethen_slides_get_256_is_slides_0
then("slides.get(256) is slides[0]")
features/steps/slides.py:None
Routethen_slides_get_666_default_slides_2_is_slides_2
then("slides.get(666, default=slides[2]) is slides[2]")
features/steps/slides.py:None
Routevisible_get_fixture
pytest.fixture( params=[ ("c:catAx", False), ("c:catAx/c:delete", False),
tests/chart/test_axis.py:None
Routevisible_set_fixture
pytest.fixture( params=[ ("c:catAx", False, "c:catAx/c:delete"), ("c:catAx/c:d
tests/chart/test_axis.py:None
Routewhen_I_assign_value_to_click_action_target_slide
when("I assign {value} to click_action.target_slide")
features/steps/action.py:None
Routewhen_I_call_shapes_add_movie
when("I call shapes.add_movie(file, x, y, cx, cy, poster_frame)")
features/steps/shapes.py:None