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

  /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-trace/trace-viewer/third_party/six/
six.py 820 __package__ = __name__ # see PEP 366 @ReservedAssignment variable
  /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 153 milliseconds