What is a `DocTemp`?

Hi everyone,

probably some ancient code I found here and there that looks like this:

        if getattr(aq_base(m), 'isDocTemp', 0):
            kw['id'] = id
            request = aq_get(self, 'REQUEST', None)
            if request is None:
                request = getRequest()
            newid = m(m.aq_parent, request, *args, **kw)

What is a DocTemp?

Thanks and best regards
Ramon

really old :wink:

Thanks @1letter, and another knowledge gap is filled :smile: