test_project
Foo
arg
Foo
Foo
test_project
arg
test_project.Foo
test_project.Foo
# split
# split
Test project
============

.. code:: python

   from test_project import Foo

   def f(arg: Foo = Foo()):
       pass

   import test_project

   def f(arg: test_project.Foo = test_project.Foo()):
       pass

.. automodule:: test_project
