str.ihead
Getting a header. The method is used to get the message header. It will be written to the string for which the method was called. Besides, the header will be deleted from the data object.
method str str.ihead (
buf data
)
buf data
)
Parameters
data | The buffer of the string containing the data being processed. |
Return value
Returns the object which method has been called.
Related links | Source |