Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 587 Bytes

types.md

File metadata and controls

33 lines (21 loc) · 587 Bytes

Types

Utility types to help with type checking

Types is a collection of utility types to help with type checking.

Utility types to save having to redefine the same things over and over.

Types


.. autodata:: xocto.types.Model
.. autodata:: xocto.types.ForeignKey
.. autodata:: xocto.types.OneToOneField
.. autodata:: xocto.types.OptionalForeignKey
.. autodata:: xocto.types.Choices
.. autodata:: xocto.types.T

API Reference


.. module:: xocto.types

.. automodule:: xocto.types
   :members:
   :undoc-members:
   :show-inheritance: