Improve plain_text frame helper performance #1639
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 errors
Check typing with mypy:
aioesphomeapi/_frame_helper/plain_text.py#L94
Incompatible types in assignment (expression has type "bytes", variable has type "bytearray") [assignment]
|
Check typing with mypy
Process completed with exit code 1.
|
Run tests with pytest
result: Optional[TResult] = func()
|
Run tests with pytest
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
|
Run tests with pytest
return self._hookexec(self.name, self._hookimpls, kwargs, firstresult)
|
Run tests with pytest
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
|
Run tests with pytest
return outcome.get_result()
|
Run tests with pytest
raise exc.with_traceback(exc.__traceback__)
|
Run tests with pytest
res = hook_impl.function(*args)
|
Run tests with pytest
raise e
|
Run tests with pytest
item.runtest()
|
Run tests with pytest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
|