mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-10 07:34:44 +00:00
documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2610 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4c270cfe74
commit
3db056f161
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue