Skip to content
Snippets Groups Projects

Type System Refactor

Merged Frederik Hennig requested to merge fhennig/type-system-refactor into backend-rework
15 files
+ 448
287
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 24
9
**********
Data Types
**********
Type System Module (pystencils.types)
-------------------------------------
***********
Type System
***********
.. automodule:: pystencils.types
Basic Functions
-------------------------------------
.. autofunction:: pystencils.types.create_type
.. autofunction:: pystencils.types.create_numeric_type
.. autofunction:: pystencils.types.constify
.. autofunction:: pystencils.types.deconstify
Data Type Class Hierarchy
-------------------------
.. automodule:: pystencils.types.basic_types
.. inheritance-diagram:: pystencils.types.meta.PsType pystencils.types.types
:top-classes: pystencils.types.PsType
:parts: 1
.. autoclass:: pystencils.types.PsType
:members:
.. automodule:: pystencils.types.types
:members:
@@ -23,4 +32,10 @@ Data Type Abbreviations
-----------------------
.. automodule:: pystencils.types.quick
:members:
\ No newline at end of file
:members:
Implementation Details
----------------------
.. automodule:: pystencils.types.meta
Loading