Searched defs:PROP_NAME (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/linkedimage/
H A Dcommon.py87 PROP_NAME = "li-name" variable
96 PROP_NAME,
110 # special linked image name values (PROP_NAME)
422 PROP_NAME,
431 PROP_NAME,
586 if PROP_NAME not in props:
588 missing_props=[PROP_NAME])
592 lin = LinkedImageName(str(props[PROP_NAME]))
595 bad_prop=(PROP_NAME, props[PROP_NAME]))
[all...]

Completed in 26 milliseconds