I recently exported an ArcGIS model to python and was reviewing the script and am confused by the following line:
if TRU_W_DatableFeatures == '#' or not TRU_W_DatableFeatures:
I can't seem to find a clear answer as to the role of the '#' and am quite confused about what is going on here... Any help or nudges towards an existing explanation are greatly appreciated!