documentation

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2610 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-05-18 22:14:45 +00:00
parent 4c270cfe74
commit 3db056f161

View file

@ -264,6 +264,9 @@ class UrlBase (object):
url syntax. Success enables further checking, failure
immediately logs this url. Syntax checks must not
use any network resources.
@return: True if syntax is correct, else False.
@rtype: bool
"""
linkcheck.log.debug(linkcheck.LOG_CHECK, "checking syntax")
if not self.base_url: