Ref from inside:
refTarget
.
Ref from outside:
refTarget
.
Ref from inside:
refTarget
.
Absolute ref from inside:
mod.refTarget
.
Ref from outside:
mod.refTarget
.
Ref from outside short:
refTarget
.
Ref from inside:
refTarget
.
Absolute ref from inside:
refModule.refTarget
.
Ref from outside:
refTarget
.
Absolute ref from outside:
refModule.refTarget
.
Ref from inside:
refTarget
.
Ref from a class:
refTarget
.
Semi-absolute from a class:
refClass.refTarget
.
Absolute from a class:
refModule.refClass.refTarget
.
Ref from a class:
refTarget
.
Ref from a class to containing class:
refSubClass
(should not work).
Semi-absolute ref from a class to containing class:
refClass.refSubClass
.
Ref:
refProcessing.data
,
refProcessing.function()
,
refProcessing:method()
,
refProcessing:classmethod()
,
refProcessing.staticmethod()
.