• Kirill Smelkov's avatar
    go/zodb: pydata: Factor out class extraction logic into xpyclass · abc11031
    Kirill Smelkov authored
    Currently we handle many ways ZODB could serialize a Python class in
    PyData.ClassName. Since we'll be using this functionality in other
    places soon - extract it into dedicated function.
    
    Since will be also frequently using
    
    	class.__module__ + "." + class.__name__
    
    don't inline it in ClassName and instead put it into pyclassPath() right
    away.
    abc11031
pydata.go 3.36 KB