You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from conan-io/hooks#124 (comment)
it appears that attribute python_requires_extend is not documented on the attributes reference section. meanwhile, it's mentioned at least twice in the docs:
python_requires_extend is the way to inherit from a base class inside a python requires.
Conan injects this class as a base class to the conanfile in runtime.
Why? We need to be able to load the python file with the recipe and
the python requires information before resolving the classes/methods from
python_requires (if we use Python inheritance we need to retrieve
python_requires first and the interpreter will use the base class). This let Conan
control the python_requires.
The text was updated successfully, but these errors were encountered:
from conan-io/hooks#124 (comment)
it appears that attribute
python_requires_extend
is not documented on the attributes reference section. meanwhile, it's mentioned at least twice in the docs:the documentation block suggested by @jgsogo :
The text was updated successfully, but these errors were encountered: