DiamondLightSource / aioca

Asynchronous Channel Access client for asyncio and Python using libca via ctypes
Apache License 2.0
6 stars 3 forks source link

Add methods to allow inspecting Channels #38

Closed AlexanderWells-diamond closed 1 year ago

AlexanderWells-diamond commented 1 year ago

Includes converting some methods into dunder methods, as previously Channels have not been public and so this protection was not required.

Fixes #37

codecov[bot] commented 1 year ago

Codecov Report

Merging #38 (c0fd7c5) into master (a5500d0) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          446       464   +18     
=========================================
+ Hits           446       464   +18     
Impacted Files Coverage Δ
aioca/__init__.py 100.00% <ø> (ø)
aioca/_catools.py 100.00% <100.00%> (ø)