Searched refs:from_dict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/closure_compiler/
H A Dcompile_modules.py26 def from_dict(d): member in class:Module
61 self._cache[file_path] = [Module.from_dict(m) for m in data]
/external/chromium_org/third_party/pymock/
H A Dmock.py744 from_dict = list(self.__dict__)
748 from_dict = [e for e in from_dict if not e.startswith('_') or
750 return sorted(set(extras + from_type + from_dict +

Completed in 240 milliseconds