method

load_missing_constant

load_missing_constant(from_mod, const_name)
public

Load the constant named const_name which is missing from from_mod. If it is not possible to load the constant into from_mod, try its parent module using const_missing.