2.6 types and typing#

Important

This lesson is still under development.

from typing import Any
from typing import  Callable
from typing import  Optional, Generator
from typing import  NamedTuple
from typing import  Iterator


from types import LambdaType
from types import FunctionType
from types import MethodType
from types import GeneratorType

Total running time of the script: ( 0 minutes 0.000 seconds)

Gallery generated by Sphinx-Gallery