Home
last modified time | relevance | path

Searched refs:NetrcParseError (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dnetrc.py10 class NetrcParseError(Exception): class
66 raise NetrcParseError(
82 raise NetrcParseError(
103 raise NetrcParseError(
108 raise NetrcParseError(
114 raise NetrcParseError("bad follower token %r" % tt,
/third_party/python/Doc/library/
Dnetrc.rst26 Parse errors will raise :exc:`NetrcParseError` with diagnostic
29 the :file:`.netrc` file will raise a :exc:`NetrcParseError` if the file
46 .. exception:: NetrcParseError
/third_party/python/Lib/test/
Dtest_netrc.py126 self.assertRaises(netrc.NetrcParseError, netrc.netrc)