Home | History | Annotate | Download | only in email

Lines Matching full:content_manager

1086     def get_content(self, *args, content_manager=None, **kw):
1087 if content_manager is None:
1088 content_manager = self.policy.content_manager
1089 return content_manager.get_content(self, *args, **kw)
1091 def set_content(self, *args, content_manager=None, **kw):
1092 if content_manager is None:
1093 content_manager = self.policy.content_manager
1094 content_manager.set_content(self, *args, **kw)