pyoaev.apis.inject_expectation_trace ==================================== .. py:module:: pyoaev.apis.inject_expectation_trace Module Contents --------------- .. py:class:: InjectExpectationTrace(manager: RESTManager, attrs: Dict[str, Any], *, created_from_list: bool = False) Bases: :py:obj:`pyoaev.base.RESTObject` .. py:attribute:: _id_attr :value: 'inject_expectation_trace_id' .. py:class:: InjectExpectationTraceManager(openaev: pyoaev.client.OpenAEV, parent: Optional[RESTObject] = None) Bases: :py:obj:`pyoaev.mixins.CreateMixin`, :py:obj:`pyoaev.base.RESTManager` Base class for CRUD operations on objects. Derived class must define ``_path`` and ``_obj_cls``. ``_path``: Base URL path on which requests will be sent (e.g. '/projects') ``_obj_cls``: The class of objects that will be created .. py:attribute:: _path :value: '/inject-expectations-traces' .. py:attribute:: _obj_cls .. py:attribute:: _create_attrs .. py:method:: bulk_create(payload: Dict[str, List[Dict[str, str]]], **kwargs: Any) -> dict[str, Any]