module documentation

Undocumented

Function process​Package Undocumented
Function test​_allgames Test reparenting of documentables. A name which is defined in module 1, but included in __all__ of module 2 that it is imported into, should end up in the documentation of module 2.
Function test​_cyclic​_imports No summary
Function test​_importingfrompackage Undocumented
Function test​_modnamedafterbuiltin Undocumented
Function test​_nestedconfusion Undocumented
Function test​_package​_docstring Undocumented
Function test​_relative​_import Undocumented
Variable testpackages Undocumented
def processPackage(packname, systemcls=model.System):

Undocumented

Parameters
packname:strUndocumented
systemcls:Type[model.System]Undocumented
Returns
model.SystemUndocumented
def test_allgames():
Test reparenting of documentables. A name which is defined in module 1, but included in __all__ of module 2 that it is imported into, should end up in the documentation of module 2.
def test_cyclic_imports():
Test whether names are resolved correctly when we have import cycles. The test package contains module 'a' that defines class 'A' and module 'b' that defines class 'B'; each module imports the other. Since the test data is symmetrical, we will at some point be importing a module that has not been fully processed yet, no matter which module gets processed first.
def test_importingfrompackage():

Undocumented

def test_modnamedafterbuiltin():

Undocumented

def test_nestedconfusion():

Undocumented

def test_package_docstring():

Undocumented

def test_relative_import():

Undocumented

testpackages =

Undocumented