Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/mako/mako/
Dtemplate.py402 return _get_module_info_from_callable(self.callable_).source
408 return _get_module_info_from_callable(self.callable_).code
710 def _get_module_info_from_callable(callable_): function