File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,7 @@ def core_properties(self):
7676
7777 @property
7878 def inline_shapes (self ):
79- """
80- Return a reference to the |InlineShapes| instance for this document.
81- """
82- return self ._document_part .inline_shapes
79+ return self ._document .inline_shapes
8380
8481 @lazyproperty
8582 def numbering_part (self ):
Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ def Package_(self, request):
8787
8888class DescribeDocumentOld (object ):
8989
90- def it_provides_access_to_the_document_inline_shapes (self , document ):
91- body = document .inline_shapes
92- assert body is document ._document_part .inline_shapes
93-
9490 def it_provides_access_to_the_document_paragraphs (
9591 self , paragraphs_fixture ):
9692 document , paragraphs_ = paragraphs_fixture
You can’t perform that action at this time.
0 commit comments