Skip to content
Snippets Groups Projects

WIP: Revamp the type system

Closed Markus Holzer requested to merge holzer/pystencils:TypeSystem into master
Viewing commit feb63392
Show latest version
3 files
+ 27
1
Preferences
Compare changes
Files
3
import hashlib
import pickle
import warnings
from typing import List, Dict
from collections import OrderedDict, defaultdict, namedtuple
from copy import deepcopy
from types import MappingProxyType