MANIFEST.in
README.md
requirements.txt
setup.py
typed_python/AllTypes.hpp
typed_python/AlternativeType.cpp
typed_python/AlternativeType.hpp
typed_python/BoundMethodType.hpp
typed_python/BytesType.cpp
typed_python/BytesType.hpp
typed_python/ClassType.cpp
typed_python/ClassType.hpp
typed_python/Codebase.py
typed_python/Codebase_test.py
typed_python/CompositeType.cpp
typed_python/CompositeType.hpp
typed_python/ConcreteAlternativeType.cpp
typed_python/ConcreteAlternativeType.hpp
typed_python/ConstDictType.cpp
typed_python/ConstDictType.hpp
typed_python/DeserializationBuffer.hpp
typed_python/DictType.cpp
typed_python/DictType.hpp
typed_python/EmbeddedMessageType.hpp
typed_python/Format.hpp
typed_python/ForwardType.hpp
typed_python/FunctionType.hpp
typed_python/HashAccumulator.hpp
typed_python/HeldClassType.cpp
typed_python/HeldClassType.hpp
typed_python/Instance.cpp
typed_python/Instance.hpp
typed_python/NoneType.hpp
typed_python/NullSerializationContext.hpp
typed_python/OneOfType.cpp
typed_python/OneOfType.hpp
typed_python/PointerToType.hpp
typed_python/PromotesTo.hpp
typed_python/PyAlternativeInstance.cpp
typed_python/PyAlternativeInstance.hpp
typed_python/PyBoundMethodInstance.cpp
typed_python/PyBoundMethodInstance.hpp
typed_python/PyBytesInstance.hpp
typed_python/PyClassInstance.cpp
typed_python/PyClassInstance.hpp
typed_python/PyCompositeTypeInstance.cpp
typed_python/PyCompositeTypeInstance.hpp
typed_python/PyConstDictInstance.cpp
typed_python/PyConstDictInstance.hpp
typed_python/PyDictInstance.cpp
typed_python/PyDictInstance.hpp
typed_python/PyEmbeddedMessageInstance.hpp
typed_python/PyForwardInstance.hpp
typed_python/PyFunctionInstance.cpp
typed_python/PyFunctionInstance.hpp
typed_python/PyGilState.cpp
typed_python/PyGilState.hpp
typed_python/PyHeldClassInstance.hpp
typed_python/PyInstance.cpp
typed_python/PyInstance.hpp
typed_python/PyNoneInstance.hpp
typed_python/PyOneOfInstance.hpp
typed_python/PyPointerToInstance.cpp
typed_python/PyPointerToInstance.hpp
typed_python/PyPythonObjectOfTypeInstance.hpp
typed_python/PyPythonSubclassInstance.hpp
typed_python/PyRegisterTypeInstance.hpp
typed_python/PySetInstance.cpp
typed_python/PySetInstance.hpp
typed_python/PyStringInstance.hpp
typed_python/PyTupleOrListOfInstance.cpp
typed_python/PyTupleOrListOfInstance.hpp
typed_python/PyValueInstance.hpp
typed_python/PythonObjectOfTypeType.cpp
typed_python/PythonObjectOfTypeType.hpp
typed_python/PythonSerializationContext.cpp
typed_python/PythonSerializationContext.hpp
typed_python/PythonSubclassType.cpp
typed_python/PythonSubclassType.hpp
typed_python/RegisterTypes.hpp
typed_python/ReprAccumulator.hpp
typed_python/SerializationBuffer.cpp
typed_python/SerializationBuffer.hpp
typed_python/SerializationContext.hpp
typed_python/SerializationContext.py
typed_python/SetType.cpp
typed_python/SetType.hpp
typed_python/StringType.cpp
typed_python/StringType.hpp
typed_python/TupleOrListOfType.cpp
typed_python/TupleOrListOfType.hpp
typed_python/Type.cpp
typed_python/Type.hpp
typed_python/TypeDetails.hpp
typed_python/Unicode.hpp
typed_python/UnicodeProps.hpp
typed_python/ValueType.cpp
typed_python/ValueType.hpp
typed_python/WireType.hpp
typed_python/__init__.py
typed_python/_runtime.cpp
typed_python/_runtime.h
typed_python/_types.cpp
typed_python/_types.hpp
typed_python/all.cpp
typed_python/ast_util.py
typed_python/class_types_test.py
typed_python/forward_types_test.py
typed_python/function_types_test.py
typed_python/hash.py
typed_python/hash_table_layout.hpp
typed_python/inspect_override.py
typed_python/internals.py
typed_python/python_ast.py
typed_python/python_ast_test.py
typed_python/string_util.py
typed_python/test_util.py
typed_python/type_filter.py
typed_python/type_function.py
typed_python/type_function_test.py
typed_python/type_promotion.py
typed_python/types_codebase_serialization_test.py
typed_python/types_metadata_test.py
typed_python/types_serialization_format_test.py
typed_python/types_serialization_test.py
typed_python/types_test.py
typed_python/util.cpp
typed_python/util.hpp
typed_python.egg-info/PKG-INFO
typed_python.egg-info/SOURCES.txt
typed_python.egg-info/dependency_links.txt
typed_python.egg-info/not-zip-safe
typed_python.egg-info/requires.txt
typed_python.egg-info/top_level.txt
typed_python/compiler/__init__.py
typed_python/compiler/codebase_compiler.py
typed_python/compiler/conversion_exception.py
typed_python/compiler/expression_conversion_context.py
typed_python/compiler/function_conversion_context.py
typed_python/compiler/function_stack_state.py
typed_python/compiler/llvm_compiler.py
typed_python/compiler/native_ast.py
typed_python/compiler/native_ast_to_llvm.py
typed_python/compiler/native_ast_to_llvm_test.py
typed_python/compiler/native_function_conversion_context.py
typed_python/compiler/python_ast_analysis.py
typed_python/compiler/python_ast_analysis_test.py
typed_python/compiler/python_object_representation.py
typed_python/compiler/python_to_native_converter.py
typed_python/compiler/runtime.py
typed_python/compiler/typed_expression.py
typed_python/compiler/tests/__init__.py
typed_python/compiler/tests/alternative_compilation_test.py
typed_python/compiler/tests/arithmetic_compilation_test.py
typed_python/compiler/tests/builtin_compilation_test.py
typed_python/compiler/tests/bytes_compilation_test.py
typed_python/compiler/tests/class_compilation_test.py
typed_python/compiler/tests/codebase_compiler_test.py
typed_python/compiler/tests/compiler_typed_python_comparison_test.py
typed_python/compiler/tests/compiling_type_operations_test.py
typed_python/compiler/tests/const_dict_compilation_test.py
typed_python/compiler/tests/conversion_test.py
typed_python/compiler/tests/dict_compilation_test.py
typed_python/compiler/tests/entrypoint_test.py
typed_python/compiler/tests/hash_compilation_test.py
typed_python/compiler/tests/isinstance_compilation_test.py
typed_python/compiler/tests/list_of_compilation_test.py
typed_python/compiler/tests/math_functions_compilation_test.py
typed_python/compiler/tests/multithreading_test.py
typed_python/compiler/tests/one_of_compilation_test.py
typed_python/compiler/tests/operator_is_compilation_test.py
typed_python/compiler/tests/pointer_to_compilation_test.py
typed_python/compiler/tests/python_object_of_type_compilation_test.py
typed_python/compiler/tests/range_compilation_test.py
typed_python/compiler/tests/string_compilation_test.py
typed_python/compiler/tests/tuple_compilation_test.py
typed_python/compiler/tests/tuple_of_compilation_test.py
typed_python/compiler/tests/type_inference_test.py
typed_python/compiler/type_wrappers/__init__.py
typed_python/compiler/type_wrappers/abs_wrapper.py
typed_python/compiler/type_wrappers/alternative_wrapper.py
typed_python/compiler/type_wrappers/arithmetic_wrapper.py
typed_python/compiler/type_wrappers/bound_compiled_method_wrapper.py
typed_python/compiler/type_wrappers/bound_method_wrapper.py
typed_python/compiler/type_wrappers/builtin_wrappers.py
typed_python/compiler/type_wrappers/bytecount_wrapper.py
typed_python/compiler/type_wrappers/bytes_wrapper.py
typed_python/compiler/type_wrappers/class_wrapper.py
typed_python/compiler/type_wrappers/compilable_builtin.py
typed_python/compiler/type_wrappers/const_dict_wrapper.py
typed_python/compiler/type_wrappers/dict_wrapper.py
typed_python/compiler/type_wrappers/hash_wrapper.py
typed_python/compiler/type_wrappers/isinstance_wrapper.py
typed_python/compiler/type_wrappers/len_wrapper.py
typed_python/compiler/type_wrappers/list_of_wrapper.py
typed_python/compiler/type_wrappers/math_wrappers.py
typed_python/compiler/type_wrappers/module_wrapper.py
typed_python/compiler/type_wrappers/none_wrapper.py
typed_python/compiler/type_wrappers/one_of_wrapper.py
typed_python/compiler/type_wrappers/pointer_to_wrapper.py
typed_python/compiler/type_wrappers/print_wrapper.py
typed_python/compiler/type_wrappers/python_free_function_wrapper.py
typed_python/compiler/type_wrappers/python_free_object_wrapper.py
typed_python/compiler/type_wrappers/python_object_of_type_wrapper.py
typed_python/compiler/type_wrappers/python_type_object_wrapper.py
typed_python/compiler/type_wrappers/python_typed_function_wrapper.py
typed_python/compiler/type_wrappers/range_wrapper.py
typed_python/compiler/type_wrappers/refcounted_wrapper.py
typed_python/compiler/type_wrappers/repr_wrapper.py
typed_python/compiler/type_wrappers/runtime_functions.py
typed_python/compiler/type_wrappers/set_wrapper.py
typed_python/compiler/type_wrappers/string_wrapper.py
typed_python/compiler/type_wrappers/tuple_of_wrapper.py
typed_python/compiler/type_wrappers/tuple_wrapper.py
typed_python/compiler/type_wrappers/util.py
typed_python/compiler/type_wrappers/value_wrapper.py
typed_python/compiler/type_wrappers/wrapper.py
typed_python/direct_types/Bytes.hpp
typed_python/dummy_test_module/__init__.py