(self)
| 105 | return pol > 0 |
| 106 | |
| 107 | def method(self): |
| 108 | idx = self.impl['u']['req']['m_method_wks_idx'] |
| 109 | if idx >= 0: |
| 110 | return hdrtoken(idx) |
| 111 | else: |
| 112 | return ats_str(self.impl['u']['req']['m_ptr_method'], self.impl['u']['req']['m_len_method']) |
| 113 | |
| 114 | def status(self): |
| 115 | return self.impl['u']['resp']['m_status'] |