HomeSort by relevance Sort by last modified time
    Searched refs:NetrcParseError (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 7 __all__ = ["netrc", "NetrcParseError"]
10 class NetrcParseError(Exception):
66 raise NetrcParseError(
82 raise NetrcParseError(
93 raise NetrcParseError("bad follower token %r" % tt,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 7 __all__ = ["netrc", "NetrcParseError"]
10 class NetrcParseError(Exception):
66 raise NetrcParseError(
82 raise NetrcParseError(
93 raise NetrcParseError("bad follower token %r" % tt,

Completed in 2823 milliseconds