Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Ddoctest.py195 def _normalize_module(module, depth=2): function
220 package = _normalize_module(package, 3)
2397 module = _normalize_module(module)
2518 # We do this here so that _normalize_module is called at the right
2522 kw['package'] = _normalize_module(kw.get('package'))
2622 module = _normalize_module(module)
2663 module = _normalize_module(module)

Completed in 4 milliseconds