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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 85 main_mod.__package__ = package
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 557 # Check both OK with __package__ and __name__ correct
558 ns = dict(__package__='test', __name__='test.notarealmodule')
563 ns = dict(__package__='test', __name__='notarealpkg.notarealmodule')
567 # Check relative fails with only __package__ wrong
568 ns = dict(__package__='foo', __name__='test.notarealmodule')
573 # Check relative fails with __package__ and __name__ wrong
574 ns = dict(__package__='foo', __name__='notarealpkg.notarealmodule')
580 ns = dict(__package__=object())
test_importlib.py 85 module.__package__ = package
test_compile.py 475 import __package__.module namespace
480 self.assertIn("__package__", A.f.func_code.co_varnames)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 557 # Check both OK with __package__ and __name__ correct
558 ns = dict(__package__='test', __name__='test.notarealmodule')
563 ns = dict(__package__='test', __name__='notarealpkg.notarealmodule')
567 # Check relative fails with only __package__ wrong
568 ns = dict(__package__='foo', __name__='test.notarealmodule')
573 # Check relative fails with __package__ and __name__ wrong
574 ns = dict(__package__='foo', __name__='notarealpkg.notarealmodule')
580 ns = dict(__package__=object())
test_importlib.py 85 module.__package__ = package
test_compile.py 475 import __package__.module namespace
480 self.assertIn("__package__", A.f.func_code.co_varnames)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 71 __package__ = pkg_name)
147 __package__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 71 __package__ = pkg_name)
147 __package__
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 299 milliseconds