Closed itdependsnetworks closed 2 years ago
@hkam40k I leveraged your code for the lock and unlock functionality. However, I went with a pattern that is seen in napalm core. It does not seem to be totally solidified, but this is in line with that basic pattern.
The locks get set, and removed correctly using the context manager or manually open/close
@hkam40k I leveraged your code for the lock and unlock functionality. However, I went with a pattern that is seen in napalm core. It does not seem to be totally solidified, but this is in line with that basic pattern.