![]() * When a Var points to a model, prefer access to model fields. When a Var points to a model, and fields of the model share the same name as Var operations, access to the model fields is now preferred to avoid having Var operation names shadow model fields. Since most Var operations do not actually work against Models, this does not really block any functionality. * Special case for ComputedVar needing to internally access fget Since fget is a "slot" on property, normal __getattribute__ access cannot find it. * Workaround https://github.com/python/cpython/issues/88459 In python 3.9 and 3.10, the `isinstance(list[...], type)` returns True, but it's not a valid class for use in issubclass |
||
---|---|---|
.. | ||
__init__.py | ||
build.py | ||
console.py | ||
exceptions.py | ||
exec.py | ||
export.py | ||
format.py | ||
imports.py | ||
path_ops.py | ||
prerequisites.py | ||
processes.py | ||
serializers.py | ||
telemetry.py | ||
types.py | ||
watch.py |