*Not documented*
def source(self):
origin: code.Code
where:
function source:
def source(self): # return source only for that part of code import inspect return py.code.Source(inspect.getsource(self.raw))