Specifically, what happens in the _lookup call under the authority.FileAuthority class, and how does it return results? This is one of the undocumented areas of Names.
Specifically, what happens in the _lookup call under the authority.FileAuthority class, and how does
Share
The following is a commented version of the FileAuthority._lookup call in the authority.py file of Twisted Names 11.1 . This method is responsible for synchronously searching over DNS information that has been indexed from BIND zonefiles, Python zonefiles, etc.