module documentation
        
        
        Undocumented
| Class |  | 
    Undocumented | 
| Class |  | 
    Undocumented | 
| Class |  | 
    Undocumented | 
| Class |  | 
    Undocumented | 
| Class |  | 
    Undocumented | 
| Class |  | 
    Undocumented | 
| Class |  | 
    Undocumented | 
| Function | generate | 
    Undocumented | 
| Function | generate | 
    Undocumented | 
| Function | imported | 
    Undocumented | 
| Function | imported | 
    Undocumented | 
| Function | test | 
    Undocumented | 
    @mod_from_text_param
@pytest.mark.parametrize( ( 'source',  'expected'),  [ ( 'var: typing.Generic[T]',  'typing.Generic -> typing.Generic'),  ( 'var: typing.Generic[T, _KV]',  'typing.Generic -> typing.Generic'),  ( 'from typing import Generic\nvar: Generic[T]',  'Generic -> typing.Generic'),  ( 'from pydocspec import _model as m\nvar: m.TreeRoot[T]',  'm.TreeRoot -> pydocspec._model.TreeRoot'),  ( 'var: dict[str, str]',  'dict -> dict')])
def test_node2fullname_nodes(mod_from_text, source, expected, capsys): (source)
  @pytest.mark.parametrize(
def test_node2fullname_nodes(mod_from_text, source, expected, capsys): (source)
Undocumented
| Parameters | |
modModFromTextFunction | Undocumented | 
source:str | Undocumented | 
expected:str | Undocumented | 
capsys:CapSys | Undocumented |