Refs

refTarget

Ref from inside: refTarget .

Ref from outside: refTarget .

mod.refTarget

Ref from inside: refTarget .

Absolute ref from inside: mod.refTarget .

Ref from outside: mod.refTarget .

Ref from outside short: refTarget .

refModule. refTarget

Ref from inside: refTarget .

Absolute ref from inside: refModule.refTarget .

Ref from outside: refTarget .

Absolute ref from outside: refModule.refTarget .

class refModule. refClass
refTarget

Ref from inside: refTarget .

Ref from a class: refTarget .

Semi-absolute from a class: refClass.refTarget .

Absolute from a class: refModule.refClass.refTarget .

class refSubClass
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 .

refProcessing. data
refProcessing. function ( )
refProcessing: method ( )
classmethod refProcessing: classmethod ( )
staticmethod refProcessing. staticmethod ( )

Ref: refProcessing.data , refProcessing.function() , refProcessing:method() , refProcessing:classmethod() , refProcessing.staticmethod() .

Ref with explicit title: title .