Searched refs:from_string (Results 1 – 6 of 6) sorted by relevance
40 sc.from_string(context)53 sc.from_string(context)62 self.assertRaises(ValueError, sc.from_string, "abc")
80 - hb_feature_to/from_string
135 from_string (classmethod)
275 self.from_string(context)277 def from_string(self, context): member in SecurityContext
417 * The ``Request.from_string()`` method is now better known as618 * Add new method ``Request.from_string``.622 * Improve parity between ``Request.as_string()`` and ``.from_file``/``.from_string``
1191 def from_string(cls, b): member in BaseRequest