Home
last modified time | relevance | path

Searched refs:_unmarshal_code (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dzipimport.py635 def _unmarshal_code(self, pathname, fullpath, fullname, data): function
675 _code_type = type(_unmarshal_code.__code__)
756 code = _unmarshal_code(self, modpath, fullpath, fullname, data)