android13/external/python/typing/docs/source/inference.rst

29 lines
346 B
ReStructuredText
Raw Normal View History

2024-06-22 08:45:49 -04:00
**************
Type Inference
**************
Rules for local inference
=========================
Explicit vs. Implicit Local Types
---------------------------------
Changing Types
==============
Asserts
-------
Casts
-----
Type Guards
-----------
Protocols and Duck Typing
=========================
Callback Protocols
------------------