HomeSort by relevance Sort by last modified time
    Searched refs:_builtins (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
_mock_backport.py 36 _builtins = {name for name in dir(__builtin__) if not name.startswith('_')} variable
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 35 _builtins = {name for name in dir(builtins) if not name.startswith('_')} variable
    [all...]

Completed in 134 milliseconds