Uses of Class
es.bsc.dataclay.util.management.classmgr.python.PythonImplementation
-
Packages that use PythonImplementation Package Description es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.logic.classmgr.bytecode.pysrc.codeutils Provide some tools and utilities to manage Python source code -
-
Uses of PythonImplementation in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr with parameters of type PythonImplementation Modifier and Type Method Description UUID
ClassManagerDB. storePythonImplementation(PythonImplementation implementation)
Store PythonImplementation into database -
Uses of PythonImplementation in es.bsc.dataclay.logic.classmgr.bytecode.pysrc.codeutils
Methods in es.bsc.dataclay.logic.classmgr.bytecode.pysrc.codeutils with parameters of type PythonImplementation Modifier and Type Method Description static String[]
LineFactory. extractPythonCodelines(PythonImplementation baseImplementation)
Given a certain array of byte, extract the line-to-line python implementation.
-