Currently, the functions in element_helpers using isinstance checks, however it would be much easier and better to do EAFP with try excepts.
Currently, the functions in element_helpers using isinstance checks, however it would be much easier and better to do EAFP with try excepts.