LogoSearch packages:      

Sourcecode: conduit version File versions

def gdata::service::GDataService::_GetCaptchaURL (   self  )  [private]

Returns the URL of the captcha image if a login attempt generated one.
 
The captcha URL is only set if the Programmatic Login attempt failed
because the Google service issued a captcha challenge.

Returns:
  string

Definition at line 222 of file service.py.

00222                           :
    """Returns the URL of the captcha image if a login attempt generated one.
     
    The captcha URL is only set if the Programmatic Login attempt failed
    because the Google service issued a captcha challenge.

    Returns:
      string
    """

    return self.__captcha_url

  def __GetCaptchaURL(self):


Generated by  Doxygen 1.5.1   Back to index