question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use of verify_interface

See original GitHub issue

Hi folks, I’m one of the developers of pyca/cryptography. We’re planning to remove verify_interface (a function we’ve never publicly documented and is not part of our API contract) because it no longer has any use for us, but we noticed that you have two locations you currently call it in this codebase. In both cases you should be able to substitute a type check (either check the class itself or instantiate and do an isinstance) rather than using verify_instance. This will be backwards compatible to older cryptography and let us move forward with removal on our end.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alexcommented, May 31, 2022

We do not have a date set. Historically our releases happen roughly every 3 months, would suggest July/August for our next release, but we don’t have a fixed release schedule.

0reactions
josecorellacommented, Jun 3, 2022

Hello @alex and @reaperhulk!

We have removed usage of verify_interface from the ESDK. You should now be able to deprecate the function on your end.

Best,

Read more comments on GitHub >

github_iconTop Results From Across the Web

6.4.2.2 Verify Interface Configuration
There are several commands that can be used to verify interface configuration. The most useful of these is the show ip interface brief...
Read more >
Verifying interface implementations
The function verifyClass is used to check that a class implements an interface properly, meaning that its instances properly provide the interface. Many...
Read more >
How to Verify Interface Settings - NetworkUstad
There are numerous show commands using Cisco IOs to verify interface settings, operation, and configuration. The following three commands ...
Read more >
The Challenge of Interface Verification - EE Times
Compliance verification is largely defined as ensuring that a design adheres to the features and functionality defined in the specification from ...
Read more >
An Interface Theory for Program Verification | SpringerLink
The basic idea is to summarize, materialize, and conserve the information that the verification system uses internally for the proof of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found