class documentation

class PickledPyiLoaderTest(test_base.UnitTest): (source)

View In Hierarchy

Undocumented

Method test_function_alias Undocumented
Method test_load_with_same_module_name Undocumented
Method test_package_relative_import Undocumented
Method test_pickled_builtins Undocumented
Method test_star_import Undocumented
Method _create_files Undocumented
Method _get_path Undocumented
Method _load_ast Undocumented
Method _load_pickled_module Undocumented
Method _pickle_modules Undocumented
def test_function_alias(self): (source)

Undocumented

def test_load_with_same_module_name(self): (source)

Undocumented

def test_package_relative_import(self): (source)

Undocumented

def test_pickled_builtins(self): (source)

Undocumented

def test_star_import(self): (source)

Undocumented

def _create_files(self, tempdir): (source)

Undocumented

def _get_path(self, tempdir, filename): (source)

Undocumented

def _load_ast(self, tempdir, module): (source)

Undocumented

def _load_pickled_module(self, tempdir, module): (source)

Undocumented

def _pickle_modules(self, loader, tempdir, *modules): (source)

Undocumented