💾 Archived View for tris.fyi › pydoc › netrc captured on 2023-04-26 at 13:30:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
An object-oriented interface to .netrc files.
Exception raised on syntax errors in the .netrc file.
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
authenticators(self, host) Return a (user, account, password) tuple for given host.