lsst.daf.persistence
13.0-17-gd5d205a+2
|
Functions | |
def | listify |
def | iterify |
def | sequencify |
def | setify |
def | doImport |
def lsst.daf.persistence.utils.doImport | ( | pythonType | ) |
def lsst.daf.persistence.utils.iterify | ( | x | ) |
def lsst.daf.persistence.utils.listify | ( | x | ) |
def lsst.daf.persistence.utils.sequencify | ( | x | ) |
def lsst.daf.persistence.utils.setify | ( | x | ) |
Take an object x and return it in a set. If x is a container, will create a set from the contents of the container. If x is an object, will create a set with a single item in it. If x is a string, will treat the string as a single object (i.e. not as a list of chars)