diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2018-02-17 18:48:42 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2018-02-17 18:48:42 +0100 |
commit | caefe350aab9580e3f2b1ff615802dc8733f28e3 (patch) | |
tree | 452eeb13ebac60130b1b0c19082465df6f3508fc | |
parent | b2cfccaa14b5630a8e38245731018523980cd851 (diff) | |
download | python-lxml-caefe350aab9580e3f2b1ff615802dc8733f28e3.tar.gz |
Add comment.
-rw-r--r-- | src/lxml/ElementInclude.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lxml/ElementInclude.py b/src/lxml/ElementInclude.py index dc1a3763..8badf8b4 100644 --- a/src/lxml/ElementInclude.py +++ b/src/lxml/ElementInclude.py @@ -131,6 +131,8 @@ def _wrap_et_loader(loader): # @param loader Optional resource loader. If omitted, it defaults # to {@link default_loader}. If given, it should be a callable # that implements the same interface as <b>default_loader</b>. +# @param base_url The base URL of the original file, to resolve +# relative include file references. # @throws FatalIncludeError If the function fails to include a given # resource, or if the tree contains malformed XInclude elements. # @throws IOError If the function fails to load a given resource. |