Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(9) | Call(9) | Derive(0) | Import(0)
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSImage.py Products.CMFCore(Download)
def tag(self, *args, **kw): # Hook into an opportunity to reload metadata. self._updateFromFS() return self._image_tag(*args, **kw)
Content-Type HTTP header to the objects content type. """ self._updateFromFS() view = _ViewEmulator().__of__(self)
Returns the content type (MIME type) of a file or image. """ self._updateFromFS() return self.content_type
def get_size(self): """ Return the size of the image. """ self._updateFromFS()
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSFile.py Products.CMFCore(Download)
def __str__(self): self._updateFromFS() return str( self._readFile( 0 ) ) def modified(self):
Content-Type HTTP header to the objects content type. """ self._updateFromFS() view = _ViewEmulator().__of__(self)
Returns the content type (MIME type) of a file or image. """ self._updateFromFS() return self.content_type
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSSTXMethod.py Products.CMFCore(Download)
def __call__( self, REQUEST={}, RESPONSE=None, **kw ): """ Return our rendered StructuredText. """ self._updateFromFS()
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/FSReSTMethod.py Products.CMFCore(Download)
def __call__( self, REQUEST={}, RESPONSE=None, **kw ): """ Return our rendered StructuredText. """ self._updateFromFS()