I provide a bunch of methods for converting objects.

Method strToFQN Returns the fully qualified name of the supplied string if it can be imported and then reflected back into the FQN, or None if not.
Method objToPickle Returns a string of the pickled object or None if it couldn't be pickled and unpickled back again.
Method objToFQN Returns the fully qualified name of the supplied object if it can be reflected into an FQN and back again, or None if not.
Method processObject Attempts to convert the supplied object to a pickle and, failing that, to a fully qualified name.
def strToFQN(self, x):

Returns the fully qualified name of the supplied string if it can be imported and then reflected back into the FQN, or None if not.

def objToPickle(self, x):

Returns a string of the pickled object or None if it couldn't be pickled and unpickled back again.

def objToFQN(self, x):

Returns the fully qualified name of the supplied object if it can be reflected into an FQN and back again, or None if not.

def processObject(self, x):

Attempts to convert the supplied object to a pickle and, failing that, to a fully qualified name.

API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.