##// END OF EJS Templates
rawdata: register the method for `ifiledata`...
marmoute -
r42953:bbe71b5a default
parent child Browse files
Show More
@@ -597,6 +597,10 b' class ifiledata(interfaceutil.Interface)'
597 consumers should use ``read()`` to obtain the actual file data.
597 consumers should use ``read()`` to obtain the actual file data.
598 """
598 """
599
599
600 def rawdata(node):
601 """Obtain raw data for a node.
602 """
603
600 def read(node):
604 def read(node):
601 """Resolve file fulltext data.
605 """Resolve file fulltext data.
602
606
General Comments 0
You need to be logged in to leave comments. Login now